fix jar-dependencies to version included in JRuby

Fixes #2203
This commit is contained in:
Colin Surprenant 2014-12-08 16:50:07 -08:00 committed by Jordan Sissel
parent 4226d75f6e
commit e187376264

View file

@ -36,7 +36,7 @@ Gem::Specification.new do |gem|
# jar-dependencies 0.1.2 is included in jruby 1.7.6 no need to include here and
# this avoids the gemspec jar path parsing issue of jar-dependencies 0.1.2
#
# gem.add_runtime_dependency "jar-dependencies", [">= 0.1.2"] #(MIT license)
gem.add_runtime_dependency "jar-dependencies", ["= 0.1.2"] #(MIT license)
gem.add_runtime_dependency "ruby-maven" #(EPL license)
gem.add_runtime_dependency "maven-tools"