Skip to content

Commit

Permalink
Add SLF4J and logback dependencies in build.gradle after changes on rskj
Browse files Browse the repository at this point in the history
  • Loading branch information
josedahlquist authored and marcos-iov committed Jul 23, 2021
1 parent bb0afb6 commit 3a8c552
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,10 @@ dependencies {
implementation "com.fasterxml.jackson.core:jackson-databind:${jacksonDatabindVersion}"
implementation "com.typesafe:config:${typesafeVersion}"

runtimeOnly "org.slf4j:log4j-over-slf4j:${slf4jVersion}"
runtimeOnly "ch.qos.logback:logback-core:${logbackVersion}"
runtimeOnly "ch.qos.logback:logback-classic:${logbackVersion}"

testImplementation "junit:junit:${junitVersion}"
testImplementation "org.mockito:mockito-core:${mockitoVersion}"
testImplementation "org.powermock:powermock-module-junit4:${powermockitoVersion}"
Expand Down

0 comments on commit 3a8c552

Please sign in to comment.