Skip to content

Commit 947d59e

Browse files
authored
Removed jar-dependencies dependency (#187)
1 parent 840206a commit 947d59e

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## Unreleased
2+
- Removed Jar Dependencies dependency [#187](https://github.com/logstash-plugins/logstash-integration-kafka/pull/187)
3+
14
## 11.5.3
25
- Update kafka client to 3.7.1 and transitive dependencies [#186](https://github.com/logstash-plugins/logstash-integration-kafka/pull/186)
36

logstash-integration-kafka.gemspec

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,6 @@ Gem::Specification.new do |s|
3535
"integration_plugins" => "logstash-input-kafka,logstash-output-kafka"
3636
}
3737

38-
s.add_development_dependency 'jar-dependencies', '>= 0.3.12'
39-
4038
s.platform = RUBY_PLATFORM
4139

4240
# Gem dependencies

0 commit comments

Comments
 (0)