mirror of
https://github.com/elastic/logstash.git
synced 2025-06-28 09:46:03 -04:00
jrjackson was using 2.7.3 whereas core was using 2.7.0. Upgraded jrjackson to 0.4.0 and core libs to match jars in jrjackson Fixes #5159 Fixes #5750
14 lines
645 B
Ruby
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.3/jackson-annotations-2.7.3.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.3' )
|
|
require_jar( 'com.fasterxml.jackson.core', 'jackson-core', '2.7.3' )
|
|
end
|