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 2015/10/22 10:37:05 UTC

[2/2] camel git commit: Fix camel-gae to use JARs that are downloaded from mvn central.

Fix camel-gae to use JARs that are downloaded from mvn central.


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

Branch: refs/heads/camel-2.16.x
Commit: 46d0c429554d1ea564ee60fe60a1331ebbc7e6a2
Parents: f3fd974
Author: Claus Ibsen <da...@apache.org>
Authored: Thu Oct 22 10:39:19 2015 +0200
Committer: Claus Ibsen <da...@apache.org>
Committed: Thu Oct 22 10:39:42 2015 +0200

----------------------------------------------------------------------
 examples/camel-example-gauth/pom.xml | 12 +++---------
 1 file changed, 3 insertions(+), 9 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/46d0c429/examples/camel-example-gauth/pom.xml
----------------------------------------------------------------------
diff --git a/examples/camel-example-gauth/pom.xml b/examples/camel-example-gauth/pom.xml
index 8bf390e..2068acb 100644
--- a/examples/camel-example-gauth/pom.xml
+++ b/examples/camel-example-gauth/pom.xml
@@ -48,15 +48,9 @@
             <scope>provided</scope>
         </dependency>
         <dependency>
-            <groupId>org.openengsb.wrapped</groupId>
-            <artifactId>com.google.gdata-calendar</artifactId>
-            <version>${google-gdata-version}</version>
-        </dependency>
-        <!-- beginning from spring 3.2.1 spring-webmvc doesn't bring the transitive dependency -->
-        <!-- to spring-web anymore so that we need to explicitly declare this dependency here  -->
-        <dependency>
-          <groupId>org.springframework</groupId>
-          <artifactId>spring-web</artifactId>
+            <groupId>org.springframework</groupId>
+            <artifactId>spring-web</artifactId>
+            <version>${spring-version}</version>
         </dependency>
         <dependency>
             <groupId>org.springframework</groupId>