Skip to content
Prev Previous commit
Next Next commit
Test, included log libraries to make tests working
  • Loading branch information
andsel committed Aug 29, 2022
commit 116c4d7d9b0fb87afbc6d20c769afa8507851b8f
2 changes: 2 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,8 @@ dependencies {

testImplementation 'junit:junit:4.12'
testImplementation 'org.jruby:jruby-complete:9.2.20.1'
testImplementation 'org.apache.logging.log4j:log4j-api:2.17.0' // provided by Logstash
testImplementation 'org.apache.logging.log4j:log4j-core:2.17.0' // provided by Logstash
}

clean {
Expand Down