mirror of
https://github.com/elastic/logstash.git
synced 2025-04-24 22:57:16 -04:00
from_json POC add Event#from_json with corresponding specs pre-inititalize error class constants tests for Event#from_json support array of events in from_json, upgrade to latest jackson add test for partially invalid json array
6 lines
326 B
Ruby
6 lines
326 B
Ruby
# this is a generated file, to avoid over-writing it just delete this comment
|
|
require 'jar_dependencies'
|
|
|
|
require_jar( 'com.fasterxml.jackson.core', 'jackson-core', '2.7.1' )
|
|
require_jar( 'com.fasterxml.jackson.core', 'jackson-annotations', '2.7.0' )
|
|
require_jar( 'com.fasterxml.jackson.core', 'jackson-databind', '2.7.1-1' )
|