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/01/20 19:46:23 UTC

svn commit: r901324 - /tuscany/sca-java-2.x/trunk/modules/implementation-osgi/pom.xml

Author: lresende
Date: Wed Jan 20 18:46:23 2010
New Revision: 901324

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

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

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