Skip to content

Commit 9686534

Browse files
Pere Urbon-Bayesjordansissel
Pere Urbon-Bayes
authored andcommitted
fix the jar dependency issue downgrading the version to 0.1.7 plus a version bump
added a comment on top of the jar-dependencies requirements add maven tools to the list of gem with a fixed version Fixes #56
1 parent 04f621d commit 9686534

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

logstash-output-elasticsearch.gemspec

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Gem::Specification.new do |s|
22

33
s.name = 'logstash-output-elasticsearch'
4-
s.version = '0.1.14'
4+
s.version = '0.1.15'
55
s.licenses = ['apache-2.0']
66
s.summary = "Logstash Output to Elasticsearch"
77
s.description = "Output events to elasticsearch"
@@ -28,7 +28,6 @@ Gem::Specification.new do |s|
2828
s.add_runtime_dependency 'stud', ['>= 0.0.17', '~> 0.0']
2929
s.add_runtime_dependency 'cabin', ['~> 0.6']
3030
s.add_runtime_dependency 'logstash', '>= 1.4.0', '< 2.0.0'
31-
s.add_runtime_dependency 'jar-dependencies'
3231

3332
s.add_development_dependency 'ftw', '~> 0.0.42'
3433
s.add_development_dependency 'logstash-input-generator'
@@ -37,6 +36,16 @@ Gem::Specification.new do |s|
3736
if RUBY_PLATFORM == 'java'
3837
s.platform = RUBY_PLATFORM
3938
s.add_runtime_dependency "manticore", '~> 0.3'
39+
# Currently there is a blocking issue with the latest (3.1.1.0.9) version of
40+
# `ruby-maven` # and installing jars dependencies. If you are declaring a gem
41+
# in a gemfile # using the :github option it will make the bundle install crash,
42+
# before upgrading this gem you need to test the version with any plugins
43+
# that require jars.
44+
#
45+
# Ticket: https://github.com/elasticsearch/logstash/issues/2595
46+
s.add_runtime_dependency 'jar-dependencies', '0.1.7'
47+
s.add_runtime_dependency 'ruby-maven', '3.1.1.0.8'
48+
s.add_runtime_dependency "maven-tools", '1.0.7'
4049
end
4150

4251
s.add_development_dependency 'logstash-devutils'

0 commit comments

Comments
 (0)