You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by ga...@apache.org on 2007/10/12 19:30:57 UTC

svn commit: r584208 - /geronimo/server/trunk/plugins/pluto/pluto-support/pom.xml

Author: gawor
Date: Fri Oct 12 10:30:07 2007
New Revision: 584208

URL: http://svn.apache.org/viewvc?rev=584208&view=rev
Log:
make pluto use spring/car module

Modified:
    geronimo/server/trunk/plugins/pluto/pluto-support/pom.xml

Modified: geronimo/server/trunk/plugins/pluto/pluto-support/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/trunk/plugins/pluto/pluto-support/pom.xml?rev=584208&r1=584207&r2=584208&view=diff
==============================================================================
--- geronimo/server/trunk/plugins/pluto/pluto-support/pom.xml (original)
+++ geronimo/server/trunk/plugins/pluto/pluto-support/pom.xml Fri Oct 12 10:30:07 2007
@@ -82,7 +82,7 @@
 
         <dependency>
             <groupId>org.apache.geronimo.configs</groupId>
-            <artifactId>jee-specs</artifactId>
+            <artifactId>spring</artifactId>
             <version>${version}</version>
             <type>car</type>
         </dependency>
@@ -101,26 +101,6 @@
         <dependency>
             <groupId>org.apache.pluto</groupId>
             <artifactId>pluto-taglib</artifactId>
-        </dependency>
-
-        <dependency>
-            <groupId>org.springframework</groupId>
-            <artifactId>spring-beans</artifactId>
-        </dependency>
-
-        <dependency>
-            <groupId>org.springframework</groupId>
-            <artifactId>spring-context</artifactId>
-        </dependency>
-
-        <dependency>
-            <groupId>org.springframework</groupId>
-            <artifactId>spring-core</artifactId>
-        </dependency>
-
-        <dependency>
-            <groupId>org.springframework</groupId>
-            <artifactId>spring-web</artifactId>
         </dependency>
 
         <dependency>