Skip to content

Commit abaf974

Browse files
author
Pere Urbon-Bayes
committed
fix the jar dependency issue downgrading the version to 0.1.7 plus a version bump
1 parent 04f621d commit abaf974

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

logstash-output-elasticsearch.gemspec

Lines changed: 3 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,8 @@ Gem::Specification.new do |s|
3736
if RUBY_PLATFORM == 'java'
3837
s.platform = RUBY_PLATFORM
3938
s.add_runtime_dependency "manticore", '~> 0.3'
39+
s.add_runtime_dependency 'jar-dependencies', '0.1.7'
40+
s.add_runtime_dependency 'ruby-maven', '3.1.1.0.8'
4041
end
4142

4243
s.add_development_dependency 'logstash-devutils'

0 commit comments

Comments
 (0)