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 2008/03/17 08:58:15 UTC

svn commit: r637774 - /incubator/tuscany/java/sca/samples/calculator-distributed/pom.xml

Author: slaws
Date: Mon Mar 17 00:58:13 2008
New Revision: 637774

URL: http://svn.apache.org/viewvc?rev=637774&view=rev
Log:
Make sample run on linux from maven

Modified:
    incubator/tuscany/java/sca/samples/calculator-distributed/pom.xml

Modified: incubator/tuscany/java/sca/samples/calculator-distributed/pom.xml
URL: http://svn.apache.org/viewvc/incubator/tuscany/java/sca/samples/calculator-distributed/pom.xml?rev=637774&r1=637773&r2=637774&view=diff
==============================================================================
--- incubator/tuscany/java/sca/samples/calculator-distributed/pom.xml (original)
+++ incubator/tuscany/java/sca/samples/calculator-distributed/pom.xml Mon Mar 17 00:58:13 2008
@@ -82,7 +82,14 @@
             <artifactId>tuscany-implementation-resource</artifactId>
             <version>1.2-incubating-SNAPSHOT</version>
             <scope>runtime</scope>
-        </dependency>   
+        </dependency> 
+        
+        <dependency>
+            <groupId>org.codehaus.woodstox</groupId>
+            <artifactId>wstx-asl</artifactId>
+            <version>3.2.1</version>
+            <scope>runtime</scope>
+        </dependency> 
         
         <dependency>
             <groupId>org.apache.tuscany.sca</groupId>



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