From 3ec9be80e5a68ddf10f294cd57f84050d0b68d84 Mon Sep 17 00:00:00 2001 From: Slawomir Jaranowski Date: Fri, 20 Sep 2024 22:35:50 +0200 Subject: [PATCH] [SUREFIRE-2267] Packages for commons-codec should be relocated in surefire-shared-utils --- surefire-shadefire/pom.xml | 4 ++++ surefire-shared-utils/pom.xml | 26 ++++++++++++++++++++++++++ 2 files changed, 30 insertions(+) diff --git a/surefire-shadefire/pom.xml b/surefire-shadefire/pom.xml index cafa27e17e..f7d39ff17e 100644 --- a/surefire-shadefire/pom.xml +++ b/surefire-shadefire/pom.xml @@ -84,6 +84,10 @@ org.apache.maven.surefire:common-junit3 org.apache.maven.surefire:surefire-junit3 + + + ${project.groupId}:${project.artifactId} + diff --git a/surefire-shared-utils/pom.xml b/surefire-shared-utils/pom.xml index 4de4b27e9e..380a75daa9 100644 --- a/surefire-shared-utils/pom.xml +++ b/surefire-shared-utils/pom.xml @@ -71,11 +71,30 @@ shade + + + + ${project.groupId}:${project.artifactId} + + + + + *:* + + **/module-info.class + META-INF/MANIFEST.MF + + + org.apache.maven.shared.utils org.apache.maven.surefire.shared.utils + + org.apache.commons.codec + org.apache.maven.surefire.shared.codec + org.apache.commons.io org.apache.maven.surefire.shared.io @@ -89,6 +108,13 @@ org.apache.maven.surefire.shared.compress + + + + + META-INF/DEPENDENCIES + +