This is an automated email from the ASF dual-hosted git repository.
orpiske pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/main by this push:
new 1009df814ee (chores) camel-cxf: fixed duplicate entry causing the
build to fail with Maven 4
1009df814ee is described below
commit 1009df814eef540370b6c2d244acf1ede749d1ca
Author: Otavio Rodolfo Piske <[email protected]>
AuthorDate: Thu Jun 15 15:43:52 2023 +0200
(chores) camel-cxf: fixed duplicate entry causing the build to fail with
Maven 4
---
components/camel-cxf/camel-cxf-common/pom.xml | 6 ------
1 file changed, 6 deletions(-)
diff --git a/components/camel-cxf/camel-cxf-common/pom.xml
b/components/camel-cxf/camel-cxf-common/pom.xml
index 59ac759c636..29db3647354 100644
--- a/components/camel-cxf/camel-cxf-common/pom.xml
+++ b/components/camel-cxf/camel-cxf-common/pom.xml
@@ -74,12 +74,6 @@
<version>${jakarta-xml-soap-api-version}</version>
</dependency>
- <dependency>
- <groupId>jakarta.xml.soap</groupId>
- <artifactId>jakarta.xml.soap-api</artifactId>
- <version>${jakarta-xml-soap-api-version}</version>
- </dependency>
-
<dependency>
<groupId>org.apache.camel</groupId>
<artifactId>camel-test-junit5</artifactId>