CAMEL-11756: camel-spring-boot2 - Work in progress

Project: http://git-wip-us.apache.org/repos/asf/camel/repo
Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/4b4ea752
Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/4b4ea752
Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/4b4ea752

Branch: refs/heads/boot2
Commit: 4b4ea7524fd6112904e1a74f91ebd51783190cbe
Parents: 8a90d27
Author: Claus Ibsen <davscl...@apache.org>
Authored: Sun Sep 10 13:15:00 2017 +0200
Committer: Claus Ibsen <davscl...@apache.org>
Committed: Sun Sep 10 13:15:00 2017 +0200

----------------------------------------------------------------------
 tests/camel-itest-spring-boot/pom.xml | 10 ++++++++++
 1 file changed, 10 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/4b4ea752/tests/camel-itest-spring-boot/pom.xml
----------------------------------------------------------------------
diff --git a/tests/camel-itest-spring-boot/pom.xml 
b/tests/camel-itest-spring-boot/pom.xml
index 2a873fc..3c37d58 100644
--- a/tests/camel-itest-spring-boot/pom.xml
+++ b/tests/camel-itest-spring-boot/pom.xml
@@ -41,6 +41,16 @@
     <dependency>
       <groupId>org.apache.camel</groupId>
       <artifactId>camel-spring-boot2-starter</artifactId>
+      <exclusions>
+        <exclusion>
+          <groupId>org.apache.camel</groupId>
+          <artifactId>camel-spring-boot</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>org.apache.camel</groupId>
+          <artifactId>camel-spring-boot-starter</artifactId>
+        </exclusion>
+      </exclusions>
     </dependency>
 
     <!-- Dependency needed to incorporate classes in main jar -->

Reply via email to