Skip to content

Commit

Permalink
Shadow OkHttp dependencies (#326)
Browse files Browse the repository at this point in the history
so they don't clash with customers' dependencies
  • Loading branch information
meiao authored Jun 15, 2021
1 parent de8b0d8 commit 89067cf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion newrelic-agent/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,8 @@ task relocatedShadowJar(type: ShadowJar) {
"org.apache.log4j", "org.apache.log", "org.apache.avalon",
"org.checkerframework", "org.dom4j", "org.zeromq", "org.apache.kafka",
"com.lmax", "com.conversantmedia", "org.jctools",
"com.fasterxml", "org.osgi", "org.codehaus", "org.fusesource", "kotlin", "org.jetbrains"
"com.fasterxml", "org.osgi", "org.codehaus", "org.fusesource", "kotlin", "org.jetbrains",
"okhttp3", "org.bouncycastle", "org.conscrypt", "org.openjsse"
].each {
relocate(it, "com.newrelic.agent.deps.$it")
}
Expand Down

0 comments on commit 89067cf

Please sign in to comment.