Skip to content

Commit

Permalink
Add missing dependency on manticore (elastic#7319)
Browse files Browse the repository at this point in the history
With the merge of elastic#7284, Logstash
now depends on elasticsearch client to setup modules.

To be usable under jruby we also need to depends on manticore, this
problem is only show when try to use the logstash-core gem directly and
not in the Logstash project since it bundle the elasticsearch output
with the manticore dependency.
  • Loading branch information
ph authored and Suyog Rao committed Jun 5, 2017
1 parent 5509359 commit 8120475
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions logstash-core/logstash-core.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ Gem::Specification.new do |gem|
# which does not have this problem.
gem.add_runtime_dependency "ruby-maven", "~> 3.3.9"
gem.add_runtime_dependency "elasticsearch", "~> 5.0", ">= 5.0.4" # Ruby client for ES (Apache 2.0 license)
gem.add_runtime_dependency "manticore", '>= 0.5.4', '< 1.0.0'

eval(File.read(File.expand_path("../gemspec_jars.rb", __FILE__)))
end

0 comments on commit 8120475

Please sign in to comment.