Skip to content

Commit

Permalink
Dropped back down to slf4j 1.7.36 and relocated it in the standalone …
Browse files Browse the repository at this point in the history
…JAR to avoid clashes with 2.x.
  • Loading branch information
Tom Akehurst committed Oct 25, 2022
1 parent b367b7b commit 1f43b27
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion build.gradle
Expand Up @@ -65,7 +65,9 @@ dependencies {
exclude group: 'org.ow2.asm', module: 'asm'
}
api "org.ow2.asm:asm:9.4"
api "org.slf4j:slf4j-api:2.0.3"

implementation "org.slf4j:slf4j-api:1.7.36"

api "net.sf.jopt-simple:jopt-simple:5.0.4"

compileOnly("junit:junit:4.13.2") {
Expand Down Expand Up @@ -287,6 +289,7 @@ shadowJar {
relocate "javax.servlet", "wiremock.javax.servlet"
relocate "org.checkerframework", "wiremock.org.checkerframework"
relocate "org.hamcrest", "wiremock.org.hamcrest"
relocate "org.slf4j", "wiremock.org.slf4j"

dependencies {
exclude(dependency('junit:junit'))
Expand Down

0 comments on commit 1f43b27

Please sign in to comment.