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 2010/09/07 23:03:07 UTC

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

Author: gawor
Date: Tue Sep  7 21:03:06 2010
New Revision: 993531

URL: http://svn.apache.org/viewvc?rev=993531&view=rev
Log:
clean up dependencies a bit

Modified:
    geronimo/server/trunk/plugins/pluto/pluto-support/pom.xml
    geronimo/server/trunk/plugins/pluto/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=993531&r1=993530&r2=993531&view=diff
==============================================================================
--- geronimo/server/trunk/plugins/pluto/pluto-support/pom.xml (original)
+++ geronimo/server/trunk/plugins/pluto/pluto-support/pom.xml Tue Sep  7 21:03:06 2010
@@ -49,7 +49,6 @@
         <dependency>
             <groupId>org.apache.portals</groupId>
             <artifactId>portlet-api_2.0_spec</artifactId>
-            <version>1.0</version>
         </dependency>
 
         <dependency>

Modified: geronimo/server/trunk/plugins/pluto/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/trunk/plugins/pluto/pom.xml?rev=993531&r1=993530&r2=993531&view=diff
==============================================================================
--- geronimo/server/trunk/plugins/pluto/pom.xml (original)
+++ geronimo/server/trunk/plugins/pluto/pom.xml Tue Sep  7 21:03:06 2010
@@ -56,12 +56,6 @@
             </dependency>
 
             <dependency>
-                <groupId>org.apache.geronimo.specs</groupId>
-                <artifactId>geronimo-ccpp_1.0_spec</artifactId>
-                <version>1.0-beta</version>
-            </dependency>
-
-            <dependency>
                 <groupId>org.apache.portals.pluto</groupId>
                 <artifactId>pluto-container</artifactId>
                 <version>${plutoVersion}</version>