This is an automated email from the ASF dual-hosted git repository. remm pushed a commit to branch 11.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/11.0.x by this push: new 538759c2a8 Update version number 538759c2a8 is described below commit 538759c2a8b30cf636a1a49f971b6b72c7d254ff Author: remm <r...@apache.org> AuthorDate: Mon Dec 16 09:42:51 2024 +0100 Update version number --- modules/cxf/pom.xml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/modules/cxf/pom.xml b/modules/cxf/pom.xml index adbbab0ded..7cb9c1b2da 100644 --- a/modules/cxf/pom.xml +++ b/modules/cxf/pom.xml @@ -29,7 +29,7 @@ <name>Apache CXF for Apache Tomcat CDI</name> <description>Apache CXF packaged for Apache Tomcat CDI</description> <!-- This is the Apache CXF version --> - <version>4.0.4</version> + <version>4.1.0</version> <packaging>jar</packaging> <properties> @@ -146,6 +146,12 @@ <exclude>META-INF/services/jakarta.enterprise.inject.spi.Extension</exclude> </excludes> </filter> + <filter> + <artifact>org.apache.cxf:cxf-integration-cdi</artifact> + <excludes> + <exclude>META-INF/beans.xml</exclude> + </excludes> + </filter> <filter> <artifact>*:*</artifact> <excludes> --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org