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 94a09adeef4 (chores) camel-cxf: remove duplicated entry for
maven-surefire-plugin
94a09adeef4 is described below
commit 94a09adeef459647ec398418be7a27f2d51d43b0
Author: Otavio Rodolfo Piske <[email protected]>
AuthorDate: Mon Jun 26 09:48:30 2023 +0200
(chores) camel-cxf: remove duplicated entry for maven-surefire-plugin
This should help build 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 f8d00109033..3a5b8f8d645 100644
--- a/components/camel-cxf/camel-cxf-common/pom.xml
+++ b/components/camel-cxf/camel-cxf-common/pom.xml
@@ -144,12 +144,6 @@
</activation>
<build>
<plugins>
- <plugin>
- <artifactId>maven-surefire-plugin</artifactId>
- <configuration>
-
- </configuration>
- </plugin>
<plugin>
<artifactId>maven-surefire-plugin</artifactId>
<configuration>