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 2007/05/10 21:37:34 UTC

svn commit: r536977 - /incubator/tuscany/java/sca/samples/helloworld-jsonrpc/pom.xml

Author: antelder
Date: Thu May 10 12:37:33 2007
New Revision: 536977

URL: http://svn.apache.org/viewvc?view=rev&rev=536977
Log:
TUSCANY-1262, Apply patch from Bert Lamb to fix the jsonrpc sample

Modified:
    incubator/tuscany/java/sca/samples/helloworld-jsonrpc/pom.xml

Modified: incubator/tuscany/java/sca/samples/helloworld-jsonrpc/pom.xml
URL: http://svn.apache.org/viewvc/incubator/tuscany/java/sca/samples/helloworld-jsonrpc/pom.xml?view=diff&rev=536977&r1=536976&r2=536977
==============================================================================
--- incubator/tuscany/java/sca/samples/helloworld-jsonrpc/pom.xml (original)
+++ incubator/tuscany/java/sca/samples/helloworld-jsonrpc/pom.xml Thu May 10 12:37:33 2007
@@ -51,6 +51,13 @@
         </dependency>
 
         <dependency>
+            <groupId>org.apache.tuscany.sca</groupId>
+            <artifactId>binding-jsonrpc</artifactId>
+            <version>1.0-incubating-SNAPSHOT</version>
+            <scope>runtime</scope>
+        </dependency>
+
+        <dependency>
             <groupId>junit</groupId>
             <artifactId>junit</artifactId>
             <version>4.2</version>



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