diff --git a/pom.xml b/pom.xml index d1aa152..858884d 100644 --- a/pom.xml +++ b/pom.xml @@ -145,6 +145,33 @@ + + org.apache.maven.plugins + maven-shade-plugin + 3.1.0 + + + package + + shade + + + false + + + org.eclipse.jetty:* + + + + + org.eclipse.jetty + ${shade.prefix}.org.eclipse.jetty + + + + + + org.apache.maven.plugins maven-assembly-plugin @@ -276,6 +303,7 @@ 1.7 2.1.0 1.7.25 + ${project.groupId}.shaded 2.20 diff --git a/src/main/assembly/jar-with-dependencies.xml b/src/main/assembly/jar-with-dependencies.xml index f147ac7..1776e60 100644 --- a/src/main/assembly/jar-with-dependencies.xml +++ b/src/main/assembly/jar-with-dependencies.xml @@ -13,6 +13,9 @@ + + org.eclipse.jetty:* + / true true diff --git a/src/main/config/logback.xml b/src/main/config/logback.xml index 1f603a6..71eb816 100644 --- a/src/main/config/logback.xml +++ b/src/main/config/logback.xml @@ -9,6 +9,7 @@ +