From 384f9c3e4a87f6555346383068422efbe403fabc Mon Sep 17 00:00:00 2001 From: rfeng Date: Wed, 20 May 2009 04:48:25 +0000 Subject: Apply patch for TUSCANY-3033 from Pradeep. Thanks. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@776547 13f79535-47bb-0310-9956-ffa450edef68 --- branches/sca-java-1.x/tools/wsdl2java-cxf/pom.xml | 152 ++++++++++++++++++++++ 1 file changed, 152 insertions(+) create mode 100644 branches/sca-java-1.x/tools/wsdl2java-cxf/pom.xml (limited to 'branches/sca-java-1.x/tools/wsdl2java-cxf/pom.xml') diff --git a/branches/sca-java-1.x/tools/wsdl2java-cxf/pom.xml b/branches/sca-java-1.x/tools/wsdl2java-cxf/pom.xml new file mode 100644 index 0000000000..41df1f05c1 --- /dev/null +++ b/branches/sca-java-1.x/tools/wsdl2java-cxf/pom.xml @@ -0,0 +1,152 @@ + + + + 4.0.0 + + tuscany-sca-tools + org.apache.tuscany.sca + 1.6-SNAPSHOT + + + tuscany-tools-wsdl2java-cxf + Apache Tuscany SCA wsdltojava tool powered by CXF + + + + + org.apache.cxf + cxf-tools-common + 2.2.1 + + + + org.apache.cxf + cxf-common-schemas + 2.2.1 + test + + + + org.apache.cxf + cxf-tools-validator + 2.2.1 + + + + org.apache.cxf + cxf-rt-core + 2.2.1 + + + + org.apache.cxf + cxf-api + 2.2.1 + + + + org.easymock + easymockclassextension + 2.4 + test + + + + asm + asm + 2.2.3 + test + + + + org.apache.velocity + velocity + 1.5 + + + + wsdl4j + wsdl4j + 1.6.2 + + + + com.sun.xml.bind + jaxb-xjc + 2.1.9 + + + + com.sun.xml.bind + jaxb-impl + 2.1.9 + + + + org.apache.geronimo.specs + geronimo-jaxws_2.1_spec + 1.0 + + + + javax.xml.soap + saaj-api + 1.3 + + + + org.apache.cxf + cxf-common-utilities + 2.2.1 + + + + org.apache.cxf + cxf-common-schemas + 2.2.1 + + + + org.apache.cxf + cxf-tools-wsdlto-core + 2.2.1 + + + org.apache.cxf + cxf-tools-wsdlto-databinding-jaxb + 2.2.1 + + + org.apache.cxf + cxf-tools-wsdlto-frontend-jaxws + 2.2.1 + + + + + junit + junit + 4.5 + test + + + + + -- cgit v1.2.3