logstash/logstash-core/gemspec_jars.rb
Jake Landis 3972a1d059 Fix ominous warning: jar coordinate ... already loaded
This change to ensure that Java and JRuby agree upon the version of Jackson. This downgrades Java from 2.7.4 to 2.7.3 (which is the JRuby version).
Fixes: #6781

Fixes #7614
2017-07-12 20:50:21 +00:00

12 lines
852 B
Ruby

# This file is generated by Gradle as part of the build process. It extracts the build.gradle
# runtime dependencies to generate this gemspec dependencies file to be eval'ed by the gemspec
# for the jar-dependencies requirements.
gem.requirements << "jar org.apache.logging.log4j:log4j-slf4j-impl, 2.6.2"
gem.requirements << "jar org.apache.logging.log4j:log4j-api, 2.6.2"
gem.requirements << "jar org.apache.logging.log4j:log4j-core, 2.6.2"
gem.requirements << "jar com.fasterxml.jackson.core:jackson-core, 2.7.3"
gem.requirements << "jar com.fasterxml.jackson.core:jackson-databind, 2.7.3"
gem.requirements << "jar com.fasterxml.jackson.core:jackson-annotations, 2.7.3"
gem.requirements << "jar com.fasterxml.jackson.module:jackson-module-afterburner, 2.7.3"
gem.requirements << "jar com.fasterxml.jackson.dataformat:jackson-dataformat-cbor, 2.7.3"