Skip to content

Commit

Permalink
improve the test setup of osgi tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mkristian committed Jul 30, 2015
1 parent 168f6fb commit 4c034b4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions maven/jruby/src/templates/osgi_all_inclusive/pom.rb
Expand Up @@ -6,14 +6,14 @@
'exam.version' => '3.0.3',
'url.version' => '1.5.2',
'logback.version' => '1.0.13',
'jruby.version' => '@project.version@' )
'jruby.version' => '9.0.0.0' )

pom 'org.jruby:jruby', '${jruby.version}'
pom 'org.jruby:jruby', '@project.version@'

repository( :url => 'http://rubygems-proxy.torquebox.org/releases',
:id => 'tb-rubygems-releases' )
repository( :url => 'https://otto.takari.io/content/repositories/rubygems/maven/releases',
:id => 'rubygems-releases' )
:id => 'takari-rubygems-releases' )

jruby_plugin! :gem, :includeRubygemsInResources => true

Expand Down

0 comments on commit 4c034b4

Please sign in to comment.