This is an automated email from the ASF dual-hosted git repository.
ebourg pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tomcat-jakartaee-migration.git
The following commit(s) were added to refs/heads/master by this push:
new 7106838 Revert "Relocated the dependencies in the shaded jar"
7106838 is described below
commit 710683849be32afd4d5f16466e59976b46ca39ca
Author: Emmanuel Bourg <[email protected]>
AuthorDate: Tue Apr 7 10:36:07 2020 +0200
Revert "Relocated the dependencies in the shaded jar"
This reverts commit 61ba09577afc9fecf542d19c5cad6e79f1008ebd.
---
pom.xml | 10 ----------
1 file changed, 10 deletions(-)
diff --git a/pom.xml b/pom.xml
index 3da57ee..adc57b4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -143,16 +143,6 @@
</excludes>
</filter>
</filters>
- <relocations>
- <relocation>
- <pattern>org.apache.bcel</pattern>
-
<shadedPattern>org.apache.tomcat.jakartaee.bcel</shadedPattern>
- </relocation>
- <relocation>
- <pattern>org.apache.commons</pattern>
-
<shadedPattern>org.apache.tomcat.jakartaee.commons</shadedPattern>
- </relocation>
- </relocations>
</configuration>
</execution>
</executions>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]