Skip to content

Commit

Permalink
#641 fix missing commons-codec shaded dependency (#642)
Browse files Browse the repository at this point in the history
  • Loading branch information
bsideup committed Apr 12, 2018
1 parent b5181f7 commit bcd58a5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ shadowJar {
"org.apache.http",
"org.apache.commons.lang",
"org.apache.commons.io",
"org.apache.commons.codec",
"org.glassfish",
"org.aopalliance",
"org.jvnet",
Expand Down Expand Up @@ -81,6 +82,7 @@ shadowJar {
include(dependency('org.zeroturnaround:zt-exec'))
include(dependency('commons-lang:commons-lang'))
include(dependency('commons-io:commons-io'))
include(dependency('commons-codec:commons-codec'))
}
}

Expand Down Expand Up @@ -118,6 +120,7 @@ dependencies {
shaded 'org.zeroturnaround:zt-exec:1.8'
shaded 'commons-lang:commons-lang:2.6'
shaded 'commons-io:commons-io:2.5'
shaded 'commons-codec:commons-codec:1.11'
// docker-java uses SslConfigurator from jersey-common for TLS
shaded ('org.glassfish.jersey.core:jersey-common:2.23.1') {
// SslConfigurator doesn't use classes from dependencies
Expand Down

0 comments on commit bcd58a5

Please sign in to comment.