Skip to content

Commit 2cf3ade

Browse files
committed
Switch from horribly non-shaded jruby-complete to saner dependencies
Especially in the Fiji project, we had tons of reports about problems with woefully obsolete dependencies bundled in the jruby-complete.jar file. So let's not use that one. Should other dependencies be required, we can always add them back later. Signed-off-by: Johannes Schindelin <[email protected]>
1 parent 51075bc commit 2cf3ade

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

pom.xml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,8 +90,13 @@
9090
<!-- Third-party dependencies -->
9191
<dependency>
9292
<groupId>org.jruby</groupId>
93-
<artifactId>jruby-complete</artifactId>
94-
<version>1.7.11</version>
93+
<artifactId>jruby-core</artifactId>
94+
<version>1.7.12</version>
95+
</dependency>
96+
<dependency>
97+
<groupId>org.jruby</groupId>
98+
<artifactId>jruby-stdlib</artifactId>
99+
<version>1.7.12</version>
95100
</dependency>
96101

97102
<!-- Test dependencies -->

0 commit comments

Comments
 (0)