Author: antelder
Date: Sat May 13 03:17:45 2006
New Revision: 406062
URL: http://svn.apache.org/viewcvs?rev=406062&view=rev
Log:
Fixes for TUSCANY-82 and TUSCANY-221
(I know I'm about to delete these samples, but i'll be making some tests from
them first)
Modified:
incubator/tuscany/java/samples/sca/JavaScript/sample1/pom.xml
Modified: incubator/tuscany/java/samples/sca/JavaScript/sample1/pom.xml
URL:
http://svn.apache.org/viewcvs/incubator/tuscany/java/samples/sca/JavaScript/sample1/pom.xml?rev=406062&r1=406061&r2=406062&view=diff
==============================================================================
--- incubator/tuscany/java/samples/sca/JavaScript/sample1/pom.xml (original)
+++ incubator/tuscany/java/samples/sca/JavaScript/sample1/pom.xml Sat May 13
03:17:45 2006
@@ -45,13 +45,6 @@
</dependency>
<dependency>
- <groupId>rhino</groupId>
- <artifactId>js</artifactId>
- <version>1.6R2</version>
- <scope>test</scope>
- </dependency>
-
- <dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>3.8.1</version>