Skip to content

Commit

Permalink
use version of gems which are on maven-central
Browse files Browse the repository at this point in the history
  • Loading branch information
mkristian committed May 27, 2015
1 parent f7c4f75 commit 55f7c59
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
3 changes: 2 additions & 1 deletion lib/pom.rb
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,8 @@ def to_pathname
end
end

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

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

Expand Down
9 changes: 8 additions & 1 deletion lib/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,14 @@
<dependency>
<groupId>rubygems</groupId>
<artifactId>ruby-maven</artifactId>
<version>3.1.1.0.11</version>
<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>
<type>gem</type>
<scope>provided</scope>
</dependency>
Expand Down

0 comments on commit 55f7c59

Please sign in to comment.