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 2008/03/12 05:52:44 UTC

svn commit: r636197 - /geronimo/sandbox/concurrent/geronimo-concurrent-core/pom.xml

Author: gawor
Date: Tue Mar 11 21:52:43 2008
New Revision: 636197

URL: http://svn.apache.org/viewvc?rev=636197&view=rev
Log:
no need to depend on geronimo specific module

Modified:
    geronimo/sandbox/concurrent/geronimo-concurrent-core/pom.xml

Modified: geronimo/sandbox/concurrent/geronimo-concurrent-core/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/sandbox/concurrent/geronimo-concurrent-core/pom.xml?rev=636197&r1=636196&r2=636197&view=diff
==============================================================================
--- geronimo/sandbox/concurrent/geronimo-concurrent-core/pom.xml (original)
+++ geronimo/sandbox/concurrent/geronimo-concurrent-core/pom.xml Tue Mar 11 21:52:43 2008
@@ -45,9 +45,8 @@
             <artifactId>commons-logging</artifactId>
         </dependency>
         <dependency>
-            <groupId>org.apache.geronimo.modules</groupId>
-            <artifactId>geronimo-transaction</artifactId>
-            <version>${version}</version>
+            <groupId>org.apache.geronimo.specs</groupId>
+            <artifactId>geronimo-jta_1.1_spec</artifactId>
         </dependency>
    </dependencies>