Skip to content

Commit 5717f64

Browse files
authored
Remove explicit dep on jar-dependencies
Jruby ships with a version of this gem. Managing with bundler causes load issues. See elastic/ingest-dev#4691
1 parent 11979ab commit 5717f64

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

logstash-input-http.gemspec

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ Gem::Specification.new do |s|
2222
# Gem dependencies
2323
s.add_runtime_dependency "logstash-core-plugin-api", ">= 1.60", "<= 2.99"
2424
s.add_runtime_dependency 'logstash-codec-plain'
25-
s.add_runtime_dependency 'jar-dependencies', '~> 0.3', '>= 0.3.4'
2625
s.add_runtime_dependency 'logstash-mixin-ecs_compatibility_support', '~>1.2'
2726
s.add_runtime_dependency 'logstash-mixin-normalize_config_support', '~>1.0'
2827

0 commit comments

Comments
 (0)