You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by rf...@apache.org on 2007/10/31 20:39:36 UTC

svn commit: r590799 - /incubator/tuscany/java/sca/tutorial/assets/pom.xml

Author: rfeng
Date: Wed Oct 31 12:39:35 2007
New Revision: 590799

URL: http://svn.apache.org/viewvc?rev=590799&view=rev
Log:
Fix the pom.xml so it compiles with mvn

Modified:
    incubator/tuscany/java/sca/tutorial/assets/pom.xml

Modified: incubator/tuscany/java/sca/tutorial/assets/pom.xml
URL: http://svn.apache.org/viewvc/incubator/tuscany/java/sca/tutorial/assets/pom.xml?rev=590799&r1=590798&r2=590799&view=diff
==============================================================================
--- incubator/tuscany/java/sca/tutorial/assets/pom.xml (original)
+++ incubator/tuscany/java/sca/tutorial/assets/pom.xml Wed Oct 31 12:39:35 2007
@@ -40,14 +40,14 @@
             <groupId>org.apache.tuscany.sca</groupId>
             <artifactId>tuscany-sca-api</artifactId>
             <version>1.1-incubating-SNAPSHOT</version>
-            <scope>runtime</scope>
+            <scope>compile</scope>
         </dependency>
 
         <dependency>
             <groupId>org.apache.tuscany.sca</groupId>
             <artifactId>tuscany-binding-feed</artifactId>
             <version>1.1-incubating-SNAPSHOT</version>
-            <scope>runtime</scope>
+            <scope>compile</scope>
         </dependency>
 
         <dependency>



---------------------------------------------------------------------
To unsubscribe, e-mail: tuscany-commits-unsubscribe@ws.apache.org
For additional commands, e-mail: tuscany-commits-help@ws.apache.org