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 2017/08/08 07:41:14 UTC

camel git commit: Remove camel-jackson-starter with scope test from Camel-spring-boot component and use the pure camel-jackson component

Repository: camel
Updated Branches:
  refs/heads/master 206b6e33a -> 80a83842c


Remove camel-jackson-starter with scope test from Camel-spring-boot component and use the pure camel-jackson component


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

Branch: refs/heads/master
Commit: 80a83842c2fb6821e780a931770bcce3d7cd5d98
Parents: 206b6e3
Author: Andrea Cosentino <an...@gmail.com>
Authored: Tue Aug 8 09:39:28 2017 +0200
Committer: Andrea Cosentino <an...@gmail.com>
Committed: Tue Aug 8 09:39:28 2017 +0200

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


http://git-wip-us.apache.org/repos/asf/camel/blob/80a83842/components/camel-spring-boot/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-spring-boot/pom.xml b/components/camel-spring-boot/pom.xml
index 7393705..1b814e6 100644
--- a/components/camel-spring-boot/pom.xml
+++ b/components/camel-spring-boot/pom.xml
@@ -110,7 +110,7 @@
     </dependency>
     <dependency>
       <groupId>org.apache.camel</groupId>
-      <artifactId>camel-jackson-starter</artifactId>
+      <artifactId>camel-jackson</artifactId>
       <scope>test</scope>
     </dependency>