Skip to content

Commit 3aec3c0

Browse files
author
GroG
committed
regenned pom without cpython
1 parent 9308edf commit 3aec3c0

File tree

2 files changed

+0
-17
lines changed

2 files changed

+0
-17
lines changed

pom.xml

-12
Original file line numberDiff line numberDiff line change
@@ -1239,18 +1239,6 @@
12391239
<version>0.10.9.7</version>
12401240
<scope>provided</scope>
12411241
</dependency>
1242-
<dependency>
1243-
<groupId>org.bytedeco</groupId>
1244-
<artifactId>cpython-platform</artifactId>
1245-
<version>3.13.0-1.5.11</version>
1246-
<scope>provided</scope>
1247-
</dependency>
1248-
<dependency>
1249-
<groupId>org.bytedeco</groupId>
1250-
<artifactId>cpython</artifactId>
1251-
<version>3.13.0-1.5.11</version>
1252-
<scope>provided</scope>
1253-
</dependency>
12541242
<!-- Py4j end -->
12551243

12561244
<!-- Python begin -->

src/main/java/org/myrobotlab/service/meta/Py4jMeta.java

-5
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,6 @@ public Py4jMeta() {
1818
addCategory("programming");
1919
setSponsor("GroG");
2020
addDependency("net.sf.py4j", "py4j", "0.10.9.7");
21-
22-
// Used just as a Python exe redistributable.
23-
// ABSOLUTELY NO JNI/JNA IS USED
24-
addDependency("org.bytedeco", "cpython-platform", "3.13.0-1.5.11");
25-
addDependency("org.bytedeco", "cpython", "3.13.0-1.5.11");
2621
}
2722

2823
}

0 commit comments

Comments
 (0)