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 2020/02/05 10:06:25 UTC

[camel] branch master updated: CAMEL-14483: Remove not needed dependency in pom.xml for endpointdsl

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


The following commit(s) were added to refs/heads/master by this push:
     new a0cb9f0  CAMEL-14483: Remove not needed dependency in pom.xml for endpointdsl
a0cb9f0 is described below

commit a0cb9f013b30399aa30f0cfe97a6838bb84c4b47
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Wed Feb 5 11:06:05 2020 +0100

    CAMEL-14483: Remove not needed dependency in pom.xml for endpointdsl
---
 core/camel-endpointdsl/pom.xml | 24 ------------------------
 1 file changed, 24 deletions(-)

diff --git a/core/camel-endpointdsl/pom.xml b/core/camel-endpointdsl/pom.xml
index f6a2540..f389563 100644
--- a/core/camel-endpointdsl/pom.xml
+++ b/core/camel-endpointdsl/pom.xml
@@ -39,35 +39,11 @@
 
     <dependencies>
 
-        <!-- camel annotations -->
-        <dependency>
-            <groupId>org.apache.camel</groupId>
-            <artifactId>spi-annotations</artifactId>
-            <optional>true</optional>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.camel</groupId>
-            <artifactId>meta-annotations</artifactId>
-            <optional>true</optional>
-        </dependency>
-
         <dependency>
             <groupId>org.apache.camel</groupId>
             <artifactId>camel-core-engine</artifactId>
         </dependency>
         <dependency>
-            <groupId>org.apache.camel</groupId>
-            <artifactId>camel-util</artifactId>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.camel</groupId>
-            <artifactId>camel-util-json</artifactId>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.camel</groupId>
-            <artifactId>camel-xml-jaxp</artifactId>
-        </dependency>
-        <dependency>
             <groupId>org.slf4j</groupId>
             <artifactId>slf4j-api</artifactId>
         </dependency>