This is an automated email from the ASF dual-hosted git repository. remm pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/main by this push: new 74d7ce11a2 Update version number 74d7ce11a2 is described below commit 74d7ce11a2a5798451093cfa7606831706800549 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