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 2017/04/27 08:29:12 UTC

[5/5] camel git commit: Update pom

Update pom


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

Branch: refs/heads/master
Commit: 7cd7f480a16ea78479475001b433197695df2bf4
Parents: 3fa7485
Author: Claus Ibsen <da...@apache.org>
Authored: Thu Apr 27 10:27:10 2017 +0200
Committer: Claus Ibsen <da...@apache.org>
Committed: Thu Apr 27 10:28:10 2017 +0200

----------------------------------------------------------------------
 examples/camel-example-spring-boot-geocoder/pom.xml | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/7cd7f480/examples/camel-example-spring-boot-geocoder/pom.xml
----------------------------------------------------------------------
diff --git a/examples/camel-example-spring-boot-geocoder/pom.xml b/examples/camel-example-spring-boot-geocoder/pom.xml
index bc5006f..aa5d8d0 100644
--- a/examples/camel-example-spring-boot-geocoder/pom.xml
+++ b/examples/camel-example-spring-boot-geocoder/pom.xml
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.camel</groupId>
     <artifactId>examples</artifactId>
-    <version>2.19.0-SNAPSHOT</version>
+    <version>2.20.0-SNAPSHOT</version>
   </parent>
 
   <artifactId>camel-example-spring-boot-geocoder</artifactId>
@@ -67,10 +67,6 @@
     </dependency>
     <dependency>
       <groupId>org.apache.camel</groupId>
-      <artifactId>camel-spring-boot-starter</artifactId>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.camel</groupId>
       <artifactId>camel-servlet-starter</artifactId>
     </dependency>
     <dependency>