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/08/13 18:33:44 UTC

svn commit: r431191 - /incubator/tuscany/java/sca/containers/container.javascript/pom.xml

Author: antelder
Date: Sun Aug 13 09:33:44 2006
New Revision: 431191

URL: http://svn.apache.org/viewvc?rev=431191&view=rev
Log:
Start support for JavaScriptIntrospection and some associated cleanup of the container code

Modified:
    incubator/tuscany/java/sca/containers/container.javascript/pom.xml

Modified: incubator/tuscany/java/sca/containers/container.javascript/pom.xml
URL: http://svn.apache.org/viewvc/incubator/tuscany/java/sca/containers/container.javascript/pom.xml?rev=431191&r1=431190&r2=431191&view=diff
==============================================================================
--- incubator/tuscany/java/sca/containers/container.javascript/pom.xml (original)
+++ incubator/tuscany/java/sca/containers/container.javascript/pom.xml Sun Aug 13 09:33:44 2006
@@ -40,6 +40,13 @@
         </dependency>
 
         <dependency>
+            <groupId>org.apache.tuscany.idl</groupId>
+            <artifactId>wsdl</artifactId>
+            <version>${sca.version}</version>
+            <scope>compile</scope>
+        </dependency>
+
+        <dependency>
             <groupId>rhino</groupId>
             <artifactId>js</artifactId>
             <version>1.6R2</version>



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