mirror of
https://github.com/elastic/logstash.git
synced 2025-04-24 22:57:16 -04:00
parent
d617ae598c
commit
5d0bb25735
1 changed files with 3 additions and 1 deletions
|
@ -120,7 +120,9 @@ dependencies {
|
|||
compile 'org.codehaus.janino:janino:3.0.8'
|
||||
compile "com.fasterxml.jackson.dataformat:jackson-dataformat-cbor:${jacksonVersion}"
|
||||
compile "org.jruby:jruby-complete:${jrubyVersion}"
|
||||
compile 'com.google.googlejavaformat:google-java-format:1.5'
|
||||
// Do not upgrade this, later versions require GPL licensed code in javac-shaded that is
|
||||
// Apache2 incompatible
|
||||
compile 'com.google.googlejavaformat:google-java-format:1.1'
|
||||
testCompile 'org.apache.logging.log4j:log4j-core:2.9.1:tests'
|
||||
testCompile 'junit:junit:4.12'
|
||||
testCompile 'net.javacrumbs.json-unit:json-unit:1.9.0'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue