You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by va...@apache.org on 2007/10/23 16:21:06 UTC

svn commit: r587515 - in /geronimo/server: branches/2.0/configs/sharedlib/pom.xml trunk/configs/sharedlib/pom.xml

Author: vamsic007
Date: Tue Oct 23 07:21:05 2007
New Revision: 587515

URL: http://svn.apache.org/viewvc?rev=587515&view=rev
Log:
GERONIMO-3546 sharedlib config should depend on j2ee-system instead of rmi-naming

Modified:
    geronimo/server/branches/2.0/configs/sharedlib/pom.xml
    geronimo/server/trunk/configs/sharedlib/pom.xml

Modified: geronimo/server/branches/2.0/configs/sharedlib/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/2.0/configs/sharedlib/pom.xml?rev=587515&r1=587514&r2=587515&view=diff
==============================================================================
--- geronimo/server/branches/2.0/configs/sharedlib/pom.xml (original)
+++ geronimo/server/branches/2.0/configs/sharedlib/pom.xml Tue Oct 23 07:21:05 2007
@@ -37,7 +37,7 @@
         
         <dependency>
             <groupId>org.apache.geronimo.configs</groupId>
-            <artifactId>rmi-naming</artifactId>
+            <artifactId>j2ee-system</artifactId>
             <version>${version}</version>
             <type>car</type>
         </dependency>

Modified: geronimo/server/trunk/configs/sharedlib/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/trunk/configs/sharedlib/pom.xml?rev=587515&r1=587514&r2=587515&view=diff
==============================================================================
--- geronimo/server/trunk/configs/sharedlib/pom.xml (original)
+++ geronimo/server/trunk/configs/sharedlib/pom.xml Tue Oct 23 07:21:05 2007
@@ -36,7 +36,7 @@
     <dependencies>
         <dependency>
             <groupId>org.apache.geronimo.configs</groupId>
-            <artifactId>rmi-naming</artifactId>
+            <artifactId>j2ee-system</artifactId>
             <version>${version}</version>
             <type>car</type>
         </dependency>