You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by jd...@apache.org on 2006/08/28 00:54:22 UTC

svn commit: r437475 - /geronimo/server/trunk/modules/geronimo-transaction/pom.xml

Author: jdillon
Date: Sun Aug 27 15:54:22 2006
New Revision: 437475

URL: http://svn.apache.org/viewvc?rev=437475&view=rev
Log:
Drop system dep, core brings that in transitively 

Modified:
    geronimo/server/trunk/modules/geronimo-transaction/pom.xml

Modified: geronimo/server/trunk/modules/geronimo-transaction/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/trunk/modules/geronimo-transaction/pom.xml?rev=437475&r1=437474&r2=437475&view=diff
==============================================================================
--- geronimo/server/trunk/modules/geronimo-transaction/pom.xml (original)
+++ geronimo/server/trunk/modules/geronimo-transaction/pom.xml Sun Aug 27 15:54:22 2006
@@ -33,14 +33,6 @@
     
     <dependencies>
     
-        <!-- temp, for ServerInfo. Remove when it is moved to Kernel-->
-        <dependency>
-            <groupId>org.apache.geronimo.modules</groupId>
-            <artifactId>geronimo-system</artifactId>
-            <version>${pom.version}</version>
-        </dependency>
-
-        <!-- thread pool, for timer -->
         <dependency>
             <groupId>org.apache.geronimo.modules</groupId>
             <artifactId>geronimo-core</artifactId>