Skip to content

Commit

Permalink
Disable shading of Apache HTTP Components/Core libs
Browse files Browse the repository at this point in the history
  • Loading branch information
rnorth committed Nov 6, 2018
1 parent 921726d commit 61745f6
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ subprojects {
relocate('META-INF/native/libnetty', 'META-INF/native/liborg-testcontainers-shaded-netty')

[
"org.apache.http",
"org.apache.commons.lang",
"org.apache.commons.io",
"org.apache.commons.codec",
Expand Down
1 change: 0 additions & 1 deletion core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ shadowJar {
].each { exclude(it) }

dependencies {
include(dependency('org.apache.httpcomponents:.*'))
include(dependency('org.glassfish.*:.*'))
include(dependency('org.aopalliance.*:.*'))
include(dependency('javax.ws.rs:.*'))
Expand Down

0 comments on commit 61745f6

Please sign in to comment.