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 7cd2d32a1495416b628673518c69d62c17dde70b Author: David Blevins <[email protected]> AuthorDate: Mon Apr 26 22:20:57 2021 -0700 Add org.apache.cxf.jaxrs back as patchable --- tomee/tomee-plume-webapp/pom.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tomee/tomee-plume-webapp/pom.xml b/tomee/tomee-plume-webapp/pom.xml index 826c67e..36cfa50 100644 --- a/tomee/tomee-plume-webapp/pom.xml +++ b/tomee/tomee-plume-webapp/pom.xml @@ -469,9 +469,9 @@ <source>${project.basedir}/../../transform/src/patch/java/</source> <!-- <source>${project.basedir}/src/patch/java/</source>--> </patchSources> - <sourceExcludes> - <exclude>org/apache/cxf/jaxrs</exclude> - </sourceExcludes> +<!-- <sourceExcludes>--> +<!-- <exclude>org/apache/cxf/jaxrs</exclude>--> +<!-- </sourceExcludes>--> <replace> <!-- We don't want these bytecode modified at all, so we overwrite any modifications made by the Eclipse Transformer with the originals -->
