You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by ke...@apache.org on 2007/06/13 03:42:08 UTC

svn commit: r546699 - in /geronimo/server/trunk/configs: client-system/pom.xml transaction-jta11/pom.xml

Author: kevan
Date: Tue Jun 12 18:42:07 2007
New Revision: 546699

URL: http://svn.apache.org/viewvc?view=rev&rev=546699
Log:
Cleanup some bad spec dependencies. The dependency in client-system was causing a NoClassDefFoundError in some circumstances

Modified:
    geronimo/server/trunk/configs/client-system/pom.xml
    geronimo/server/trunk/configs/transaction-jta11/pom.xml

Modified: geronimo/server/trunk/configs/client-system/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/trunk/configs/client-system/pom.xml?view=diff&rev=546699&r1=546698&r2=546699
==============================================================================
--- geronimo/server/trunk/configs/client-system/pom.xml (original)
+++ geronimo/server/trunk/configs/client-system/pom.xml Tue Jun 12 18:42:07 2007
@@ -73,11 +73,6 @@
             <artifactId>ognl</artifactId>
         </dependency>
 
-        <dependency>
-            <groupId>org.apache.geronimo.specs</groupId>
-            <artifactId>geronimo-j2ee-management_1.1_spec</artifactId>
-        </dependency>
-
     </dependencies>
 
     <build>

Modified: geronimo/server/trunk/configs/transaction-jta11/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/trunk/configs/transaction-jta11/pom.xml?view=diff&rev=546699&r1=546698&r2=546699
==============================================================================
--- geronimo/server/trunk/configs/transaction-jta11/pom.xml (original)
+++ geronimo/server/trunk/configs/transaction-jta11/pom.xml Tue Jun 12 18:42:07 2007
@@ -56,16 +56,6 @@
         </dependency>
 
         <dependency>
-            <groupId>org.apache.geronimo.specs</groupId>
-            <artifactId>geronimo-jta_1.1_spec</artifactId>
-        </dependency>
-
-        <dependency>
-            <groupId>org.apache.geronimo.specs</groupId>
-            <artifactId>geronimo-jpa_3.0_spec</artifactId>
-        </dependency>
-        
-        <dependency>
             <groupId>org.apache.geronimo.modules</groupId>
             <artifactId>geronimo-transaction</artifactId>
             <version>${version}</version>