[dependencies] We shouldn't relocate slf4j, and ch.qos.logback is not included anyways.

This commit is contained in:
Matthieu Hauglustaine 2017-07-18 19:26:00 +02:00
parent 9868144455
commit c568eb7af7
1 changed files with 0 additions and 2 deletions

View File

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