You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by an...@apache.org on 2006/10/10 14:03:01 UTC

svn commit: r454717 - /incubator/tuscany/java/samples/sca/helloworldjsonrpc/pom.xml

Author: antelder
Date: Tue Oct 10 05:03:01 2006
New Revision: 454717

URL: http://svn.apache.org/viewvc?view=rev&rev=454717
Log:
Keep trying to get the json-rpc sample going. Still doesn't work.
- add missing dependency

Modified:
    incubator/tuscany/java/samples/sca/helloworldjsonrpc/pom.xml

Modified: incubator/tuscany/java/samples/sca/helloworldjsonrpc/pom.xml
URL: http://svn.apache.org/viewvc/incubator/tuscany/java/samples/sca/helloworldjsonrpc/pom.xml?view=diff&rev=454717&r1=454716&r2=454717
==============================================================================
--- incubator/tuscany/java/samples/sca/helloworldjsonrpc/pom.xml (original)
+++ incubator/tuscany/java/samples/sca/helloworldjsonrpc/pom.xml Tue Oct 10 05:03:01 2006
@@ -31,6 +31,11 @@
             <groupId>org.osoa</groupId>
             <artifactId>sca-api-r0.95</artifactId>
         </dependency>
+        <dependency>
+            <groupId>org.apache.tuscany.sca.runtime</groupId>
+            <artifactId>webapp</artifactId>
+            <version>${tuscanyVersion}</version>
+        </dependency>
     </dependencies>
 
     <build>



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