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 2010/01/20 19:24:40 UTC

svn commit: r901314 - /tuscany/sca-java-2.x/trunk/modules/interface-java/pom.xml

Author: slaws
Date: Wed Jan 20 18:24:40 2010
New Revision: 901314

URL: http://svn.apache.org/viewvc?rev=901314&view=rev
Log:
Remove the test scope from the assembly-xml dependency to prevent compilation errors. 

Modified:
    tuscany/sca-java-2.x/trunk/modules/interface-java/pom.xml

Modified: tuscany/sca-java-2.x/trunk/modules/interface-java/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/trunk/modules/interface-java/pom.xml?rev=901314&r1=901313&r2=901314&view=diff
==============================================================================
--- tuscany/sca-java-2.x/trunk/modules/interface-java/pom.xml (original)
+++ tuscany/sca-java-2.x/trunk/modules/interface-java/pom.xml Wed Jan 20 18:24:40 2010
@@ -39,7 +39,6 @@
             <groupId>org.apache.tuscany.sca</groupId>
             <artifactId>tuscany-assembly-xml</artifactId>
             <version>2.0-SNAPSHOT</version>
-            <scope>test</scope>
         </dependency>
 
         <dependency>