You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2020/09/16 16:07:07 UTC

[camel] branch master updated: Fixed duplicates deps in Parent POM

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 370f9d5  Fixed duplicates deps in Parent POM
370f9d5 is described below

commit 370f9d5dd036a47c3c36721f7b802a42f856214e
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Wed Sep 16 18:04:35 2020 +0200

    Fixed duplicates deps in Parent POM
---
 parent/pom.xml | 10 ----------
 1 file changed, 10 deletions(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index ec759b9..395920c 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -660,11 +660,6 @@
             </dependency>
             <dependency>
                 <groupId>org.apache.camel</groupId>
-                <artifactId>camel-xml-jaxp</artifactId>
-                <version>${project.version}</version>
-            </dependency>
-            <dependency>
-                <groupId>org.apache.camel</groupId>
                 <artifactId>camel-core-catalog</artifactId>
                 <version>${project.version}</version>
             </dependency>
@@ -685,11 +680,6 @@
             </dependency>
             <dependency>
                 <groupId>org.apache.camel</groupId>
-                <artifactId>camel-core-languages</artifactId>
-                <version>${project.version}</version>
-            </dependency>
-            <dependency>
-                <groupId>org.apache.camel</groupId>
                 <artifactId>camel-endpointdsl</artifactId>
                 <version>${project.version}</version>
             </dependency>