You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by lr...@apache.org on 2010/03/03 18:16:43 UTC

svn commit: r918587 - /tuscany/sca-java-2.x/trunk/modules/policy-transaction-runtime/pom.xml

Author: lresende
Date: Wed Mar  3 17:16:42 2010
New Revision: 918587

URL: http://svn.apache.org/viewvc?rev=918587&view=rev
Log:
TUSCANY-3474 - Fixing missing spec dependency...

Modified:
    tuscany/sca-java-2.x/trunk/modules/policy-transaction-runtime/pom.xml

Modified: tuscany/sca-java-2.x/trunk/modules/policy-transaction-runtime/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/trunk/modules/policy-transaction-runtime/pom.xml?rev=918587&r1=918586&r2=918587&view=diff
==============================================================================
--- tuscany/sca-java-2.x/trunk/modules/policy-transaction-runtime/pom.xml (original)
+++ tuscany/sca-java-2.x/trunk/modules/policy-transaction-runtime/pom.xml Wed Mar  3 17:16:42 2010
@@ -51,7 +51,13 @@
             <groupId>org.apache.tuscany.sca</groupId>
             <artifactId>tuscany-policy-transaction</artifactId>
             <version>2.0-SNAPSHOT</version>
-        </dependency>        
+        </dependency>
+        
+        <dependency>
+            <groupId>org.apache.geronimo.specs</groupId>
+            <artifactId>geronimo-jta_1.1_spec</artifactId>
+            <version>1.1.1</version>
+        </dependency>               
     </dependencies>
 
 </project>