Skip to content

Commit a360ed3

Browse files
committed
POM: depend on shaded uberjar instead of unshaded
For details, see: https://github.com/scijava/jython-shaded #1
1 parent d8fbe11 commit a360ed3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,8 +89,8 @@
8989

9090
<!-- Third-party dependencies -->
9191
<dependency>
92-
<groupId>org.python</groupId>
93-
<artifactId>jython-standalone</artifactId>
92+
<groupId>org.scijava</groupId>
93+
<artifactId>jython-shaded</artifactId>
9494
<version>2.5.3</version>
9595
</dependency>
9696

0 commit comments

Comments
 (0)