Skip to content

Commit 0a20434

Browse files
tillscolleolleolle
authored andcommitted
Specifiy fixed jruby-jars version
1 parent f6ce6d0 commit 0a20434

2 files changed

Lines changed: 7 additions & 0 deletions

File tree

Mavenfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ end
3030
plugin :compiler, '3.1', :source => '8', :target => '8'
3131

3232
gem 'bundler', '${bundler.version}'
33+
gem 'jruby-jars', '${jruby.version}'
3334

3435
plugin :invoker, '1.8' do
3536
execute_goals( :install, :run,

integration/pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,12 @@
3737
<version>${warbler.version}</version>
3838
<type>gem</type>
3939
</dependency>
40+
<dependency>
41+
<groupId>rubygems</groupId>
42+
<artifactId>jruby-jars</artifactId>
43+
<version>${jruby.version}</version>
44+
<type>gem</type>
45+
</dependency>
4046
<dependency>
4147
<groupId>junit</groupId>
4248
<artifactId>junit</artifactId>

0 commit comments

Comments
 (0)