You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@oodt.apache.org by ma...@apache.org on 2015/03/01 04:10:46 UTC

svn commit: r1663023 - /oodt/trunk/filemgr/pom.xml

Author: mattmann
Date: Sun Mar  1 03:10:46 2015
New Revision: 1663023

URL: http://svn.apache.org/r1663023
Log:
- remove unneeded Spring dependencies. 

Modified:
    oodt/trunk/filemgr/pom.xml

Modified: oodt/trunk/filemgr/pom.xml
URL: http://svn.apache.org/viewvc/oodt/trunk/filemgr/pom.xml?rev=1663023&r1=1663022&r2=1663023&view=diff
==============================================================================
--- oodt/trunk/filemgr/pom.xml (original)
+++ oodt/trunk/filemgr/pom.xml Sun Mar  1 03:10:46 2015
@@ -166,26 +166,6 @@
       <version>${project.parent.version}</version>
     </dependency>   
     <dependency>
-      <groupId>org.springframework</groupId>
-      <artifactId>spring-core</artifactId>
-      <version>3.0.5.RELEASE</version>
-    </dependency>
-    <dependency>
-      <groupId>org.springframework</groupId>
-      <artifactId>spring-beans</artifactId>
-      <version>3.0.5.RELEASE</version>
-    </dependency>
-    <dependency>
-      <groupId>org.springframework</groupId>
-      <artifactId>spring-context</artifactId>
-      <version>3.0.5.RELEASE</version>
-    </dependency>
-    <dependency>
-      <groupId>org.springframework</groupId>
-      <artifactId>spring-expression</artifactId>
-      <version>3.0.5.RELEASE</version>
-    </dependency>
-    <dependency>
       <groupId>com.google.guava</groupId>
       <artifactId>guava</artifactId>
       <version>10.0.1</version>