Skip to content

Commit

Permalink
bring back log4j1.x compatibility (logstash-plugins#129)
Browse files Browse the repository at this point in the history
logstash core removed the log4j1.2 api compatibility, this brings it back for this plugin
  • Loading branch information
talevy authored and Suyog Rao committed Apr 28, 2017
1 parent cb68e1d commit d8427e3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions logstash-output-kafka.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ Gem::Specification.new do |s|

s.requirements << "jar 'org.apache.kafka:kafka-clients', '0.10.1.1'"
s.requirements << "jar 'org.slf4j:slf4j-log4j12', '1.7.21'"
s.requirements << "jar 'org.apache.logging.log4j:log4j-1.2-api', '2.6.2'"

s.add_development_dependency 'jar-dependencies', '~> 0.3.2'

Expand Down

0 comments on commit d8427e3

Please sign in to comment.