From f59fca36e7538cafbd6032003c7b06d64862a2bf Mon Sep 17 00:00:00 2001 From: jsdelfino Date: Mon, 19 Jul 2010 02:50:53 +0000 Subject: Branch to experiment with dynamic component interfaces and implementations. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@965346 13f79535-47bb-0310-9956-ffa450edef68 --- .../modules/implementation-script-runtime/pom.xml | 189 +++++++++++++++++++++ 1 file changed, 189 insertions(+) create mode 100644 sandbox/sebastien/java/dynamic/modules/implementation-script-runtime/pom.xml (limited to 'sandbox/sebastien/java/dynamic/modules/implementation-script-runtime/pom.xml') diff --git a/sandbox/sebastien/java/dynamic/modules/implementation-script-runtime/pom.xml b/sandbox/sebastien/java/dynamic/modules/implementation-script-runtime/pom.xml new file mode 100644 index 0000000000..3b1ff92fba --- /dev/null +++ b/sandbox/sebastien/java/dynamic/modules/implementation-script-runtime/pom.xml @@ -0,0 +1,189 @@ + + + + + 4.0.0 + + org.apache.tuscany.sca + tuscany-modules + 2.0-SNAPSHOT + ../pom.xml + + + tuscany-implementation-script-runtime + Apache Tuscany SCA Script Implementation Extension + + + + org.apache.tuscany.sca + tuscany-sca-api + 2.0-SNAPSHOT + + + + org.apache.tuscany.sca + tuscany-implementation-script + 2.0-SNAPSHOT + + + + org.apache.tuscany.sca + tuscany-core + 2.0-SNAPSHOT + + + + org.apache.tuscany.sca + tuscany-databinding + 2.0-SNAPSHOT + + + + org.apache.bsf + bsf-all + 3.0 + + + + org.apache.tuscany.sca + tuscany-interface-wsdl + 2.0-SNAPSHOT + + + + org.apache.ws.commons.axiom + axiom-api + + + xerces + xercesImpl + + + javax.mail + mail + + + commons-logging + commons-logging + + + xml-apis + xml-apis + + + 1.2.8 + + + + org.apache.ws.commons.axiom + axiom-impl + 1.2.8 + runtime + + + + junit + junit + 4.5 + test + + + + org.apache.tuscany.sca + tuscany-node-impl + 2.0-SNAPSHOT + test + + + + org.apache.tuscany.sca + tuscany-implementation-java-runtime + 2.0-SNAPSHOT + test + + + + commons-logging + commons-logging + 1.1.1 + + + javax.servlet + servlet-api + + + + + + + + rhino + js + 1.7R2 + runtime + + + + org.jruby + jruby-complete + 1.4.0 + runtime + + + asm + asm + + + asm + asm-commons + + + jline + jline + + + + + + org.python + jython + 2.2.1 + runtime + + + + org.codehaus.groovy + groovy-all + 1.7.1 + runtime + + + jline + jline + + + org.fusesource.jansi + jansi + + + + + + -- cgit v1.2.3