logstash/logstash-core-event-java/lib/logstash-core-event-java_jars.rb
Tal Levy fbaf82ac0e Fix generated jar dependencies for ls-event-java (#5967)
This file was incorrectly checked-in with a jackson-annotations
dependency of `2.7.3`. jackson-databind depends on `2.7.0` of the
annotations library.
2016-09-28 22:02:30 +02:00

14 lines
645 B
Ruby

# this is a generated file, to avoid over-writing it just delete this comment
begin
require 'jar_dependencies'
rescue LoadError
require 'com/fasterxml/jackson/core/jackson-databind/2.7.3/jackson-databind-2.7.3.jar'
require 'com/fasterxml/jackson/core/jackson-annotations/2.7.0/jackson-annotations-2.7.0.jar'
require 'com/fasterxml/jackson/core/jackson-core/2.7.3/jackson-core-2.7.3.jar'
end
if defined? Jars
require_jar( 'com.fasterxml.jackson.core', 'jackson-databind', '2.7.3' )
require_jar( 'com.fasterxml.jackson.core', 'jackson-annotations', '2.7.0' )
require_jar( 'com.fasterxml.jackson.core', 'jackson-core', '2.7.3' )
end