Skip to content

Commit 8cfd1e8

Browse files
committed
Update to Jython 2.7.2b2
Work by the Jython team has improved the dependency situation. There is now a jython-slim artifact with modular dependencies. We can use this to depend on Jython now, instead of jython-shaded. See also scijava/jython-shaded#7.
1 parent e58ebcb commit 8cfd1e8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ Institute of Molecular Cell Biology and Genetics.</license.copyrightOwners>
9393
<!-- NB: Deploy releases to the SciJava Maven repository. -->
9494
<releaseProfiles>deploy-to-scijava</releaseProfiles>
9595

96-
<jython-shaded.version>2.7.1.1</jython-shaded.version>
96+
<jython-slim.version>2.7.2b2</jython-slim.version>
9797
</properties>
9898

9999
<dependencies>
@@ -105,9 +105,9 @@ Institute of Molecular Cell Biology and Genetics.</license.copyrightOwners>
105105

106106
<!-- Third-party dependencies -->
107107
<dependency>
108-
<groupId>org.scijava</groupId>
109-
<artifactId>jython-shaded</artifactId>
110-
<version>${jython-shaded.version}</version>
108+
<groupId>org.python</groupId>
109+
<artifactId>jython-slim</artifactId>
110+
<version>${jython-slim.version}</version>
111111
</dependency>
112112

113113
<!-- Test dependencies -->

0 commit comments

Comments
 (0)