mirror of
https://github.com/elastic/logstash.git
synced 2025-04-24 22:57:16 -04:00
force ruby-maven version
This commit is contained in:
parent
a3f4376f21
commit
1260f63a2a
1 changed files with 5 additions and 0 deletions
|
@ -21,6 +21,11 @@ Gem::Specification.new do |gem|
|
||||||
|
|
||||||
gem.add_runtime_dependency "jar-dependencies"
|
gem.add_runtime_dependency "jar-dependencies"
|
||||||
|
|
||||||
|
# as of Feb 3rd 2016, the ruby-maven gem is resolved to version 3.3.3 and that version
|
||||||
|
# has an rdoc problem that causes a bundler exception. 3.3.9 is the current latest version
|
||||||
|
# which does not have this problem.
|
||||||
|
gem.add_runtime_dependency "ruby-maven", "~> 3.3.9"
|
||||||
|
|
||||||
gem.requirements << "jar org.codehaus.jackson:jackson-mapper-asl, 1.9.13"
|
gem.requirements << "jar org.codehaus.jackson:jackson-mapper-asl, 1.9.13"
|
||||||
gem.requirements << "jar org.codehaus.jackson:jackson-core-asl, 1.9.13"
|
gem.requirements << "jar org.codehaus.jackson:jackson-core-asl, 1.9.13"
|
||||||
end
|
end
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue