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/07 09:16:58 UTC

[camel] branch master updated: CAMEL-14515: Cleaned up in poms

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 dafbaae  CAMEL-14515: Cleaned up in poms
dafbaae is described below

commit dafbaaed2565705488871c8b8f3fd2ffdf871ca3
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Fri Feb 7 10:16:39 2020 +0100

    CAMEL-14515: Cleaned up in poms
---
 .../camel-debezium-common/camel-debezium-common-component/pom.xml   | 4 ----
 components/camel-olingo4/camel-olingo4-component/pom.xml            | 6 ------
 components/camel-platform-http/pom.xml                              | 4 ----
 3 files changed, 14 deletions(-)

diff --git a/components/camel-debezium-common/camel-debezium-common-component/pom.xml b/components/camel-debezium-common/camel-debezium-common-component/pom.xml
index e7b2e4c..496cd1f 100644
--- a/components/camel-debezium-common/camel-debezium-common-component/pom.xml
+++ b/components/camel-debezium-common/camel-debezium-common-component/pom.xml
@@ -32,10 +32,6 @@
     <description>Camel Debezium Common support</description>
 
     <dependencies>
-        <dependency>
-            <groupId>org.apache.camel</groupId>
-            <artifactId>spi-annotations</artifactId>
-        </dependency>
         <!-- test -->
         <dependency>
             <groupId>org.apache.camel</groupId>
diff --git a/components/camel-olingo4/camel-olingo4-component/pom.xml b/components/camel-olingo4/camel-olingo4-component/pom.xml
index b737ed6..dd238c5 100644
--- a/components/camel-olingo4/camel-olingo4-component/pom.xml
+++ b/components/camel-olingo4/camel-olingo4-component/pom.xml
@@ -71,12 +71,6 @@
         </dependency>
         <dependency>
             <groupId>org.apache.camel</groupId>
-            <artifactId>spi-annotations</artifactId>
-            <version>${project.version}</version>
-            <scope>provided</scope>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.camel</groupId>
             <artifactId>camel-olingo4-api</artifactId>
             <classifier>javadoc</classifier>
             <version>${project.version}</version>
diff --git a/components/camel-platform-http/pom.xml b/components/camel-platform-http/pom.xml
index 1c6ebea..e1ae3a6 100644
--- a/components/camel-platform-http/pom.xml
+++ b/components/camel-platform-http/pom.xml
@@ -37,10 +37,6 @@
             <groupId>org.apache.camel</groupId>
             <artifactId>camel-support</artifactId>
         </dependency>
-        <dependency>
-            <groupId>org.apache.camel</groupId>
-            <artifactId>spi-annotations</artifactId>
-        </dependency>
     </dependencies>
 
 </project>