You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by db...@apache.org on 2021/04/25 08:25:18 UTC

[tomee-jakarta] branch master updated: Exclude CXF from patching of MicroProfile dist

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 c67ac7c  Exclude CXF from patching of MicroProfile dist
c67ac7c is described below

commit c67ac7ce693dc5eec92d0d20e219c88730210053
Author: David Blevins <da...@gmail.com>
AuthorDate: Sun Apr 25 01:25:03 2021 -0700

    Exclude CXF from patching of MicroProfile dist
---
 tomee/tomee-microprofile-webapp/pom.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/tomee/tomee-microprofile-webapp/pom.xml b/tomee/tomee-microprofile-webapp/pom.xml
index 346a751..1077256 100644
--- a/tomee/tomee-microprofile-webapp/pom.xml
+++ b/tomee/tomee-microprofile-webapp/pom.xml
@@ -470,6 +470,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>