This is an automated email from the ASF dual-hosted git repository. dblevins pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/tomee-jakarta.git
commit c836ca0289057b6bf509d9ac408dda94c12dd193 Author: David Blevins <[email protected]> AuthorDate: Sun Apr 25 01:52:54 2021 -0700 Exclude CXF from patching of Plus dist. We need to fix Plus. --- tomee/tomee-plus-webapp/pom.xml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tomee/tomee-plus-webapp/pom.xml b/tomee/tomee-plus-webapp/pom.xml index 36f2284..dc94e2a 100644 --- a/tomee/tomee-plus-webapp/pom.xml +++ b/tomee/tomee-plus-webapp/pom.xml @@ -500,6 +500,9 @@ <patchSources> <source>${project.basedir}/../../transform/src/patch/java/</source> </patchSources> + <sourceExcludes> + <exclude>org/apache/cxf</exclude> + </sourceExcludes> <replacements> <openejb-version.properties>${project.build.outputDirectory}/openejb-version.properties</openejb-version.properties> </replacements>
