Skip to content

Commit

Permalink
Shaded the servlet API
Browse files Browse the repository at this point in the history
  • Loading branch information
tomakehurst committed Aug 27, 2019
1 parent e967931 commit eb3e9fc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -214,12 +214,15 @@ subprojects {
relocate "net.sf", "wiremock.net.sf"
relocate "com.github.jknack", "wiremock.com.github.jknack"
relocate "org.antlr", "wiremock.org.antlr"
relocate "javax.servlet", "wiremock.javax.servlet"

dependencies {
exclude(dependency('junit:junit'))
}

mergeServiceFiles()

exclude 'META-INF/maven/javax.servlet/**'
}

def repoUser
Expand Down

0 comments on commit eb3e9fc

Please sign in to comment.