Skip to content

Commit 9776cbf

Browse files
authored
Remove jar-dependencies dependency (#509)
* Remove jar-dependencies dependency * Fix package installer for ubi8-based testing
1 parent ac36517 commit 9776cbf

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.ci/setup.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
if [ $(command -v apt) ]; then
44
sudo apt install -y openssl
55
else
6-
sudo yum install -y openssl
7-
fi
6+
sudo microdnf install -y openssl
7+
fi

logstash-input-beats.gemspec

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ Gem::Specification.new do |s|
2626
s.add_runtime_dependency "concurrent-ruby", "~> 1.0"
2727
s.add_runtime_dependency "thread_safe", "~> 0.3.5"
2828
s.add_runtime_dependency "logstash-codec-multiline", ">= 2.0.5"
29-
s.add_runtime_dependency 'jar-dependencies', '~> 0.3', '>= 0.3.4'
3029
s.add_runtime_dependency 'logstash-mixin-ecs_compatibility_support', '~>1.3'
3130
s.add_runtime_dependency 'logstash-mixin-event_support', '~>1.0'
3231
s.add_runtime_dependency 'logstash-mixin-plugin_factory_support', '~>1.0'

0 commit comments

Comments
 (0)