This is an automated email from the ASF dual-hosted git repository. markt 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 0fb007b Add filter for use when shading commons-compress 0fb007b is described below commit 0fb007b46a78c36557974eef343001faf02d2903 Author: Mark Thomas <ma...@apache.org> AuthorDate: Mon Feb 8 14:11:28 2021 +0000 Add filter for use when shading commons-compress --- pom.xml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/pom.xml b/pom.xml index 37b6c19..87956f6 100644 --- a/pom.xml +++ b/pom.xml @@ -260,6 +260,12 @@ </excludes> </filter> <filter> + <artifact>org.apache.commons:*</artifact> + <excludes> + <exclude>META-INF/**</exclude> + </excludes> + </filter> + <filter> <artifact>commons-io:*</artifact> <excludes> <exclude>META-INF/**</exclude> --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org