You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by sl...@apache.org on 2011/01/13 15:05:31 UTC

svn commit: r1058568 - /tuscany/sca-java-2.x/trunk/testing/compliance-tests/java-caa/pom.xml

Author: slaws
Date: Thu Jan 13 14:05:31 2011
New Revision: 1058568

URL: http://svn.apache.org/viewvc?rev=1058568&view=rev
Log:
Remove some redundant dependencies. Also for some strange reason I have to move to the base pom dependency to get this to work. The normal jar is ok for the others. Haven't got to the bottom of it yet, 

Modified:
    tuscany/sca-java-2.x/trunk/testing/compliance-tests/java-caa/pom.xml

Modified: tuscany/sca-java-2.x/trunk/testing/compliance-tests/java-caa/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/trunk/testing/compliance-tests/java-caa/pom.xml?rev=1058568&r1=1058567&r2=1058568&view=diff
==============================================================================
--- tuscany/sca-java-2.x/trunk/testing/compliance-tests/java-caa/pom.xml (original)
+++ tuscany/sca-java-2.x/trunk/testing/compliance-tests/java-caa/pom.xml Thu Jan 13 14:05:31 2011
@@ -40,7 +40,8 @@
 
         <dependency>
             <groupId>org.apache.tuscany.sca</groupId>
-            <artifactId>tuscany-base-runtime</artifactId>
+            <artifactId>tuscany-base-runtime-pom</artifactId>
+            <type>pom</type>
             <version>2.0-SNAPSHOT</version>
         </dependency>
 
@@ -58,25 +59,12 @@
         </dependency>
 
         <dependency>
-           <groupId>org.codehaus.woodstox</groupId>
-           <artifactId>wstx-asl</artifactId>
-           <version>3.2.9</version>
-        </dependency>
-
-        <dependency>
             <groupId>junit</groupId>
             <artifactId>junit</artifactId>
             <version>4.5</version>
             <scope>test</scope>
         </dependency>
 
-        <dependency>
-            <groupId>log4j</groupId>
-            <artifactId>log4j</artifactId>
-            <version>1.2.16</version>
-            <scope>test</scope>
-        </dependency>
-
     </dependencies>