This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/tomcat-jakartaee-migration.git
commit 83751922f2aa58bf558ec761c05b619dc1eb22e5 Author: Mark Thomas <[email protected]> AuthorDate: Wed Nov 12 12:35:02 2025 +0000 Avoid shade warnings for commons-codec --- pom.xml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/pom.xml b/pom.xml index 64cee79..1e3ed27 100644 --- a/pom.xml +++ b/pom.xml @@ -270,6 +270,12 @@ <exclude>META-INF/**</exclude> </excludes> </filter> + <filter> + <artifact>commons-codec:*</artifact> + <excludes> + <exclude>META-INF/**</exclude> + </excludes> + </filter> <filter> <artifact>commons-io:*</artifact> <excludes> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
