You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by lb...@apache.org on 2017/03/29 05:55:22 UTC

[3/3] camel git commit: Fix cyclic dependency issue

Fix cyclic dependency issue


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

Branch: refs/heads/master
Commit: 16af8d08d851ef7a9e3dc62d1e99a96f3aa18587
Parents: 6e87833
Author: lburgazzoli <lb...@gmail.com>
Authored: Wed Mar 29 07:54:45 2017 +0200
Committer: lburgazzoli <lb...@gmail.com>
Committed: Wed Mar 29 07:54:45 2017 +0200

----------------------------------------------------------------------
 .../spring-boot/components-starter/camel-core-starter/pom.xml      | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/16af8d08/platforms/spring-boot/components-starter/camel-core-starter/pom.xml
----------------------------------------------------------------------
diff --git a/platforms/spring-boot/components-starter/camel-core-starter/pom.xml b/platforms/spring-boot/components-starter/camel-core-starter/pom.xml
index 49159da..c1a8918 100644
--- a/platforms/spring-boot/components-starter/camel-core-starter/pom.xml
+++ b/platforms/spring-boot/components-starter/camel-core-starter/pom.xml
@@ -39,7 +39,7 @@
     </dependency>
     <dependency>
       <groupId>org.apache.camel</groupId>
-      <artifactId>camel-spring-boot-starter</artifactId>
+      <artifactId>camel-spring-boot</artifactId>
       <scope>test</scope>
     </dependency>
     <!--START OF GENERATED CODE-->