Skip to content

Commit

Permalink
Showing 3 changed files with 4 additions and 12 deletions.
3 changes: 1 addition & 2 deletions lib/pom.rb
Original file line number Diff line number Diff line change
@@ -86,8 +86,7 @@ def to_pathname
end
end

gem 'ruby-maven', '3.3.0', :scope => :provided
gem 'ruby-maven-libs', '3.3.3', :scope => :provided
gem 'ruby-maven', '3.3.2', :scope => :provided

default_gemnames = default_gems.collect { |g| g.name }

9 changes: 1 addition & 8 deletions lib/pom.xml
Original file line number Diff line number Diff line change
@@ -157,14 +157,7 @@
<dependency>
<groupId>rubygems</groupId>
<artifactId>ruby-maven</artifactId>
<version>3.3.0</version>
<type>gem</type>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>rubygems</groupId>
<artifactId>ruby-maven-libs</artifactId>
<version>3.3.3</version>
<version>3.3.2</version>
<type>gem</type>
<scope>provided</scope>
</dependency>
4 changes: 2 additions & 2 deletions maven/jruby-dist/pom.rb
Original file line number Diff line number Diff line change
@@ -12,8 +12,8 @@
'jruby.plugins.version' => '1.0.9', # Not sure why but wo this pom.xml get 1.0.8
'main.basedir' => '${project.parent.parent.basedir}' )

# pre-installed gems - not default gems !
gem 'ruby-maven', '3.1.1.0.11', :scope => 'provided'
# pre-installed gems - not yet default gems !
gem 'ruby-maven', '3.3.2', :scope => 'provided'

# HACK: add torquebox repo only when building from filesystem
# not when using the pom as "dependency" in some other projects

0 comments on commit bc1469b

Please sign in to comment.