You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by jg...@apache.org on 2006/09/17 14:48:23 UTC

svn commit: r447060 - /geronimo/sandbox/gcache/openwire/pom.xml

Author: jgenender
Date: Sun Sep 17 05:48:23 2006
New Revision: 447060

URL: http://svn.apache.org/viewvc?view=rev&rev=447060
Log:
Remove gcache-server dep from pom

Modified:
    geronimo/sandbox/gcache/openwire/pom.xml

Modified: geronimo/sandbox/gcache/openwire/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/sandbox/gcache/openwire/pom.xml?view=diff&rev=447060&r1=447059&r2=447060
==============================================================================
--- geronimo/sandbox/gcache/openwire/pom.xml (original)
+++ geronimo/sandbox/gcache/openwire/pom.xml Sun Sep 17 05:48:23 2006
@@ -31,11 +31,6 @@
             <artifactId>junit</artifactId>
         </dependency>
 
-        <dependency>
-            <groupId>org.apache.geronimo.gcache</groupId>
-            <artifactId>gcache-server</artifactId>
-        </dependency>
-
     </dependencies>
 
 </project>