Skip to content

Commit 19324df

Browse files
authored
Correct usage of maven-tools under JRuby 10.0.3+
Added bigdecimal as a runtime dependency due to virtus EOL, and transitive dependency requirement. See jruby/warbler#607 for addition info.
1 parent ca7e7fe commit 19324df

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

maven-tools.gemspec

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ Gem::Specification.new do |s|
2929
s.test_files += Dir['spec/**/*gem']
3030

3131
s.add_runtime_dependency 'virtus', '~> 1.0'
32+
s.add_runtime_dependency 'bigdecimal' # virtus is EOL, but depends on axiom-types which has a bigdecimal dependency
3233

3334
# get them out from here until jruby-maven-plugin installs test gems somewhere else then runtime gems
3435

0 commit comments

Comments
 (0)