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.git
commit fbe11b99c539b7869677be0ab0aaf3db340bf187 Author: David Blevins <[email protected]> AuthorDate: Mon Apr 26 20:13:58 2021 -0700 Put back the patching of CXF --- tomee/apache-tomee/pom.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tomee/apache-tomee/pom.xml b/tomee/apache-tomee/pom.xml index dd7b32d..820425e 100644 --- a/tomee/apache-tomee/pom.xml +++ b/tomee/apache-tomee/pom.xml @@ -526,9 +526,9 @@ <select>apache-tomee-(plus|plume|webprofile|microprofile).*\.zip</select> <skipTransform>true</skipTransform> <createTarGz>true</createTarGz> - <sourceExcludes> - <exclude>org/apache/cxf</exclude> - </sourceExcludes> +<!-- <sourceExcludes>--> +<!-- <exclude>org/apache/cxf</exclude>--> +<!-- </sourceExcludes>--> </configuration> <executions> <execution>
