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/13 17:04:38 UTC

svn commit: r922590 - /tuscany/otest/newlayout/tuscany-policy-test-runner/pom.xml

Author: lresende
Date: Sat Mar 13 16:04:38 2010
New Revision: 922590

URL: http://svn.apache.org/viewvc?rev=922590&view=rev
Log:
TUSCANY-3487 - Adding transaction policy runtime dependency to properpy resolve transaction intents

Modified:
    tuscany/otest/newlayout/tuscany-policy-test-runner/pom.xml

Modified: tuscany/otest/newlayout/tuscany-policy-test-runner/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/otest/newlayout/tuscany-policy-test-runner/pom.xml?rev=922590&r1=922589&r2=922590&view=diff
==============================================================================
--- tuscany/otest/newlayout/tuscany-policy-test-runner/pom.xml (original)
+++ tuscany/otest/newlayout/tuscany-policy-test-runner/pom.xml Sat Mar 13 16:04:38 2010
@@ -70,6 +70,12 @@
             <version>2.0-SNAPSHOT</version>
         </dependency>
         
+        <dependency>
+            <groupId>org.apache.tuscany.sca</groupId>
+            <artifactId>tuscany-policy-transaction-runtime-geronimo</artifactId>
+            <version>2.0-SNAPSHOT</version>
+        </dependency>        
+                
          <dependency>
             <groupId>org.apache.tuscany.sca</groupId>
             <artifactId>tuscany-host-jetty</artifactId>
@@ -95,6 +101,20 @@
         </dependency>
 
         <dependency>
+			<groupId>org.slf4j</groupId>
+			<artifactId>slf4j-api</artifactId>
+			<version>1.5.3</version>
+			<scope>test</scope>
+		</dependency>
+
+		<dependency>
+			<groupId>org.slf4j</groupId>
+			<artifactId>slf4j-simple</artifactId>
+			<version>1.5.3</version>
+			<scope>test</scope>
+		</dependency>  
+
+        <dependency>
             <groupId>junit</groupId>
             <artifactId>junit</artifactId>
             <version>4.5</version>