Skip to content

Commit

Permalink
Fixed shading for some new dependencies in standalone JAR
Browse files Browse the repository at this point in the history
  • Loading branch information
tomakehurst committed Oct 2, 2019
1 parent bb1159d commit c5d4575
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ subprojects {
relocate "org.mortbay", 'wiremock.org.mortbay'
relocate "org.eclipse", 'wiremock.org.eclipse'
relocate "org.codehaus", 'wiremock.org.codehaus'
relocate "com.google.common", 'wiremock.com.google.common'
relocate "com.google", 'wiremock.com.google'
relocate "com.google.thirdparty", 'wiremock.com.google.thirdparty'
relocate "com.fasterxml.jackson", 'wiremock.com.fasterxml.jackson'
relocate "org.apache", 'wiremock.org.apache'
Expand All @@ -227,6 +227,7 @@ subprojects {
relocate "com.github.jknack", "wiremock.com.github.jknack"
relocate "org.antlr", "wiremock.org.antlr"
relocate "javax.servlet", "wiremock.javax.servlet"
relocate "org.checkerframework", "wiremock.org.checkerframework"

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

0 comments on commit c5d4575

Please sign in to comment.