Put back the patching of CXF
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>