You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2021/01/27 10:24:23 UTC

[camel] 02/02: Fixed duplicate artifact in parent/pom.xml

This is an automated email from the ASF dual-hosted git repository.

davsclaus pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git

commit b1bc76867e3d821d0ad2141db3f2281e4609bb4b
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Wed Jan 27 11:10:35 2021 +0100

    Fixed duplicate artifact in parent/pom.xml
---
 parent/pom.xml | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 1494859..0c5c9b3 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -2701,11 +2701,6 @@
 				<artifactId>camel-zookeeper</artifactId>
 				<version>${project.version}</version>
 			</dependency>
-			<dependency>
-                <groupId>org.apache.camel</groupId>
-                <artifactId>camel-csimple-joor</artifactId>
-                <version>${project.version}</version>
-            </dependency>
 			<!-- camel components: END -->
 
             <!-- camel catalog -->