Merge pull request #52 from DataDog/vlad/propper-deps-handling-slf4j

[dependencies] Proper handling of slf4j as dependency.
This commit is contained in:
Tyler Benson 2017-07-18 15:33:29 -07:00 committed by GitHub
commit a0cc712cac
1 changed files with 0 additions and 2 deletions

View File

@ -39,12 +39,10 @@ shadowJar {
classifier 'shadow' classifier 'shadow'
relocate 'ch.qos.logback', 'dd.deps.ch.qos.logback'
relocate 'com.fasterxml', 'dd.deps.com.fasterxml' relocate 'com.fasterxml', 'dd.deps.com.fasterxml'
relocate 'com.google', 'dd.deps.com.google' relocate 'com.google', 'dd.deps.com.google'
relocate 'javassist', 'dd.deps.javassist' relocate 'javassist', 'dd.deps.javassist'
relocate 'org.jboss.byteman', 'dd.deps.org.jboss.byteman' relocate 'org.jboss.byteman', 'dd.deps.org.jboss.byteman'
relocate 'org.reflections', 'dd.deps.org.reflections' relocate 'org.reflections', 'dd.deps.org.reflections'
relocate 'org.slf4j', 'dd.deps.org.slf4j'
relocate 'org.yaml', 'dd.deps.org.yaml' relocate 'org.yaml', 'dd.deps.org.yaml'
} }