Remove API jar relocation

We expect customers to be using these also, so we can’t change them.
This commit is contained in:
Tyler Benson 2018-03-12 12:08:27 +10:00
parent fb74c7b4cb
commit 58c0dfa9cd
1 changed files with 0 additions and 6 deletions

View File

@ -48,12 +48,6 @@ def includeShadowJar(subproject, jarname) {
relocate 'java.util.logging.Logger', 'datadog.trace.agent.bootstrap.PatchLogger'
if (!project.hasProperty("disableShadowRelocate") || !disableShadowRelocate) {
// These need to be relocated to prevent conflicts in case the regular dd-trace is already on the classpath.
relocate('datadog.trace.api', 'datadog.trace.agent.api') {
// We want to ensure to not miss if a user is using the annotation.
exclude 'datadog.trace.api.Trace'
}
relocate 'datadog.trace.common', 'datadog.trace.agent.common'
relocate 'datadog.opentracing', 'datadog.trace.agent.ot'