We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 659ba43 commit 894a5feCopy full SHA for 894a5fe
Mavenfile
@@ -27,7 +27,7 @@ jruby_plugin! :gem do
27
end
28
29
# we need the jruby API here, the version should be less important here
30
-jar 'org.jruby:jruby:1.7.11', :scope => :provided
+jar 'org.jruby:jruby-core:1.6.8', :scope => :provided
31
32
properties( 'gem.home' => '../target/rubygems',
33
'gem.path' => '${gem.home}',
pom.xml
@@ -34,8 +34,8 @@
34
</dependency>
35
<dependency>
36
<groupId>org.jruby</groupId>
37
- <artifactId>jruby</artifactId>
38
- <version>1.7.11</version>
+ <artifactId>jruby-core</artifactId>
+ <version>1.6.8</version>
39
<scope>provided</scope>
40
41
</dependencies>
0 commit comments