Skip to content

Commit 4881193

Browse files
committed
Move JRuby to provided scope
JRuby 10.0.5.0 is used to compile this library, but any version after that should work fine. Moving this to "provided" scope softens the dependency and avoids version convergence issues.
1 parent fc3983f commit 4881193

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

pom.xml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,10 @@
5959

6060
<dependencies>
6161
<dependency>
62-
<groupId>org.jruby</groupId>
63-
<artifactId>jruby-base</artifactId>
64-
<version>10.0.5.0</version>
62+
<groupId>org.jruby</groupId>
63+
<artifactId>jruby-base</artifactId>
64+
<version>10.0.5.0</version>
65+
<scope>provided</scope>
6566
</dependency>
6667
<dependency>
6768
<groupId>org.ruby-lang</groupId>

0 commit comments

Comments
 (0)