File tree 2 files changed +0
-17
lines changed
src/main/java/org/myrobotlab/service/meta
2 files changed +0
-17
lines changed Original file line number Diff line number Diff line change 1239
1239
<version >0.10.9.7</version >
1240
1240
<scope >provided</scope >
1241
1241
</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 >
1254
1242
<!-- Py4j end -->
1255
1243
1256
1244
<!-- Python begin -->
Original file line number Diff line number Diff line change @@ -18,11 +18,6 @@ public Py4jMeta() {
18
18
addCategory ("programming" );
19
19
setSponsor ("GroG" );
20
20
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" );
26
21
}
27
22
28
23
}
You can’t perform that action at this time.
0 commit comments