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


The following commit(s) were added to refs/heads/master by this push:
     new cebce66  Exclude org.apache.cxf.jaxb module
cebce66 is described below

commit cebce6629e221d1b57180546045e6b74c8936298
Author: David Blevins <[email protected]>
AuthorDate: Fri Apr 30 18:38:50 2021 -0700

    Exclude org.apache.cxf.jaxb module
---
 tomee/tomee-webprofile-webapp/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tomee/tomee-webprofile-webapp/pom.xml 
b/tomee/tomee-webprofile-webapp/pom.xml
index e16b213..0584002 100644
--- a/tomee/tomee-webprofile-webapp/pom.xml
+++ b/tomee/tomee-webprofile-webapp/pom.xml
@@ -178,7 +178,7 @@
             <source>${project.basedir}/../../transform/src/patch/java/</source>
           </patchSources>
           <sourceExcludes>
-<!--            <exclude>org/apache/cxf</exclude>-->
+            <exclude>org/apache/cxf/jaxb</exclude>
           </sourceExcludes>
           <transformSources>true</transformSources>
           <replace>

Reply via email to