fix warning: remove unnecessary overriding of managed version of spring 
dependencies


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

Branch: refs/heads/master
Commit: d44532d97002b195cd62e34f12b5e08ac99b6254
Parents: 02ca008
Author: Pascal Schumacher <pascalschumac...@gmx.net>
Authored: Sun Dec 6 13:44:10 2015 +0100
Committer: Claus Ibsen <davscl...@apache.org>
Committed: Mon Dec 7 07:29:10 2015 +0100

----------------------------------------------------------------------
 components/camel-test-spring/pom.xml | 8 --------
 1 file changed, 8 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/d44532d9/components/camel-test-spring/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-test-spring/pom.xml 
b/components/camel-test-spring/pom.xml
index 0bf35e0..83832cb 100644
--- a/components/camel-test-spring/pom.xml
+++ b/components/camel-test-spring/pom.xml
@@ -48,38 +48,30 @@
     <dependency>
       <groupId>org.springframework</groupId>
       <artifactId>spring-test</artifactId>
-      <version>${spring4-version}</version>
     </dependency>
-    <!-- we need to override the other spring version -->
     <dependency>
       <groupId>org.springframework</groupId>
       <artifactId>spring-context</artifactId>
-      <version>${spring4-version}</version>
     </dependency>
     <dependency>
       <groupId>org.springframework</groupId>
       <artifactId>spring-beans</artifactId>
-      <version>${spring4-version}</version>
     </dependency>
     <dependency>
       <groupId>org.springframework</groupId>
       <artifactId>spring-expression</artifactId>
-      <version>${spring4-version}</version>
     </dependency>
     <dependency>
       <groupId>org.springframework</groupId>
       <artifactId>spring-aop</artifactId>
-      <version>${spring4-version}</version>
     </dependency>
     <dependency>
       <groupId>org.springframework</groupId>
       <artifactId>spring-tx</artifactId>
-      <version>${spring4-version}</version>
     </dependency>
     <dependency>
       <groupId>org.springframework</groupId>
       <artifactId>spring-core</artifactId>
-      <version>${spring4-version}</version>
     </dependency>
 
     <!-- test dependencies -->

Reply via email to