Author: antelder
Date: Tue Oct 10 06:52:15 2006
New Revision: 454740
URL: http://svn.apache.org/viewvc?view=rev&rev=454740
Log:
Fix json-rpc sample dependency and add to the build
Modified:
incubator/tuscany/java/samples/sca/helloworldjsonrpc/pom.xml
incubator/tuscany/java/samples/sca/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=454740&r1=454739&r2=454740
==============================================================================
--- incubator/tuscany/java/samples/sca/helloworldjsonrpc/pom.xml (original)
+++ incubator/tuscany/java/samples/sca/helloworldjsonrpc/pom.xml Tue Oct 10
06:52:15 2006
@@ -36,12 +36,6 @@
<artifactId>webapp</artifactId>
<version>${tuscanyVersion}</version>
</dependency>
- <dependency> <!-- TODO: should not be required when using the war
plugin -->
- <groupId>com.metaparadigm</groupId>
- <artifactId>json-rpc</artifactId>
- <version>1.0</version>
- <scope>compile</scope>
- </dependency>
</dependencies>
<build>
Modified: incubator/tuscany/java/samples/sca/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/tuscany/java/samples/sca/pom.xml?view=diff&rev=454740&r1=454739&r2=454740
==============================================================================
--- incubator/tuscany/java/samples/sca/pom.xml (original)
+++ incubator/tuscany/java/samples/sca/pom.xml Tue Oct 10 06:52:15 2006
@@ -69,6 +69,7 @@
<module>helloworldws</module>
<module>helloworldwsclient-async</module>
<module>helloworldws-async</module>
+ <module>helloworldjsonrpc</module>
<module>helloworldJavaScript</module>
<module>eagerinit</module>
<module>local.wire</module>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]