From d123827b572d59f86e23d4e7fac42864d646ee60 Mon Sep 17 00:00:00 2001 From: jsdelfino Date: Tue, 7 Sep 2010 23:52:54 +0000 Subject: Sandbox to experiment with deployment and management commands. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@993560 13f79535-47bb-0310-9956-ffa450edef68 --- .../shell/modules/binding-ws-runtime-axis2/pom.xml | 436 +++++++++++++++++++++ 1 file changed, 436 insertions(+) create mode 100644 sandbox/sebastien/java/shell/modules/binding-ws-runtime-axis2/pom.xml (limited to 'sandbox/sebastien/java/shell/modules/binding-ws-runtime-axis2/pom.xml') diff --git a/sandbox/sebastien/java/shell/modules/binding-ws-runtime-axis2/pom.xml b/sandbox/sebastien/java/shell/modules/binding-ws-runtime-axis2/pom.xml new file mode 100644 index 0000000000..c6a4253468 --- /dev/null +++ b/sandbox/sebastien/java/shell/modules/binding-ws-runtime-axis2/pom.xml @@ -0,0 +1,436 @@ + + + + 4.0.0 + + org.apache.tuscany.sca + tuscany-modules + 2.0-SNAPSHOT + ../pom.xml + + + tuscany-binding-ws-runtime-axis2 + Apache Tuscany SCA Axis2-1.5-based WS Binding Runtime + + + + apache.ws + Apache WebServices Repository + http://ws.zones.apache.org/repository/ + legacy + + + + + + + + org.apache.tuscany.sca + tuscany-core + 2.0-SNAPSHOT + + + + org.apache.tuscany.sca + tuscany-interface-wsdl + 2.0-SNAPSHOT + + + + org.apache.tuscany.sca + tuscany-assembly-xml + 2.0-SNAPSHOT + + + + org.apache.tuscany.sca + tuscany-binding-ws + 2.0-SNAPSHOT + + + + org.apache.tuscany.sca + tuscany-binding-ws-wsdlgen + 2.0-SNAPSHOT + + + + org.apache.tuscany.sca + tuscany-core-databinding + 2.0-SNAPSHOT + runtime + + + + org.apache.tuscany.sca + tuscany-databinding + 2.0-SNAPSHOT + + + + org.apache.tuscany.sca + tuscany-databinding-axiom + 2.0-SNAPSHOT + runtime + + + + org.apache.tuscany.sca + tuscany-databinding-jaxb-axiom + 2.0-SNAPSHOT + runtime + + + + org.apache.tuscany.sca + tuscany-host-http + 2.0-SNAPSHOT + + + + org.apache.tuscany.sca + tuscany-xsd + 2.0-SNAPSHOT + + + + org.apache.tuscany.sca + tuscany-policy-security + 2.0-SNAPSHOT + + + + org.apache.axis2 + axis2-kernel + 1.5.1 + + + xerces + xmlParserAPIs + + + org.apache.axis2 + axis2-adb + + + org.apache.ant + ant + + + org.apache.ant + ant-launcher + + + + + + org.apache.axis2 + axis2-java2wsdl + 1.5.1 + + + org.apache.ant + ant + + + org.apache.ant + ant-launcher + + + xom + xom + + + + + + org.apache.axis2 + axis2-codegen + 1.5.1 + runtime + + + org.apache.axis2 + axis2-adb + + + stax + stax-api + + + + + + org.apache.axis2 + axis2-mtompolicy + 1.5.1 + + + + org.apache.axis2 + mex + 1.5.1 + impl + + + + org.apache.axis2 + axis2-transport-http + 1.5.1 + + + + org.apache.axis2 + axis2-transport-local + 1.5.1 + + + + org.apache.axis2 + axis2-transport-jms + 1.0.0 + + + + org.apache.ws.commons.axiom + axiom-api + 1.2.8 + + + + org.apache.ws.commons.axiom + axiom-impl + 1.2.8 + + + + org.apache.ws.commons.axiom + axiom-dom + 1.2.8 + + + + org.apache.neethi + neethi + 2.0.4 + + + org.codehaus.woodstox + wstx-asl + + + + + + commons-httpclient + commons-httpclient + 3.1 + + + + org.apache.httpcomponents + httpcore + 4.0.1 + + + + org.apache.httpcomponents + httpcore-nio + 4.0.1 + + + + commons-logging + commons-logging + 1.1.1 + + + + commons-collections + commons-collections + 3.2 + + + + commons-discovery + commons-discovery + 0.4 + + + + org.apache.santuario + xmlsec + 1.4.3 + + + + org.apache.ws.security + wss4j + 1.5.4 + + + bouncycastle + bcprov-jdk13 + + + bouncycastle + bcprov-jdk15 + + + junit + junit + + + xml-apis + xml-apis + + + + + + org.apache.rampart + rampart-core + 1.4 + + + org.apache.ant + ant-nodeps + + + org.apache.axis2 + addressing + + + org.apache.axis2 + axis2-xmlbeans + + + org.apache.axis2 + mex + + + org.apache.axis2 + axis2-adb + + + org.apache.axis2 + axis2-codegen + + + org.apache.axis2 + axis2-adb-codegen + + + xmlbeans + xbean + + + org.apache.ws.commons.schema + XmlSchema + + + stax + stax-api + + + bouncycastle + bcprov-jdk13 + + + bouncycastle + bcprov-jdk15 + + + junit + junit + + + xml-apis + xml-apis + + + + + + javax.servlet + servlet-api + 2.5 + provided + + + + + xalan + xalan + 2.7.0 + optional + + + xml-apis + xml-apis + + + + + + xerces + xercesImpl + 2.8.1 + + + xml-apis + xml-apis + + + + + + + + org.apache.tuscany.sca + tuscany-host-jetty + 2.0-SNAPSHOT + test + + + + org.apache.tuscany.sca + tuscany-node-impl + 2.0-SNAPSHOT + test + + + + org.apache.tuscany.sca + tuscany-implementation-java-runtime + 2.0-SNAPSHOT + test + + + + org.apache.geronimo.specs + geronimo-jms_1.1_spec + 1.1.1 + provided + + + + + -- cgit v1.2.3