From d5be76c0b31df9b5d203295b146b13d2205243de Mon Sep 17 00:00:00 2001 From: lresende Date: Sat, 21 Nov 2009 07:55:13 +0000 Subject: Moving 1.x tags git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@882850 13f79535-47bb-0310-9956-ffa450edef68 --- .../tags/java-M1-final/java/sca/core/pom.xml | 107 +++++++++++++++++++++ 1 file changed, 107 insertions(+) create mode 100644 sca-java-1.x/tags/java-M1-final/java/sca/core/pom.xml (limited to 'sca-java-1.x/tags/java-M1-final/java/sca/core/pom.xml') diff --git a/sca-java-1.x/tags/java-M1-final/java/sca/core/pom.xml b/sca-java-1.x/tags/java-M1-final/java/sca/core/pom.xml new file mode 100644 index 0000000000..b5e934d45e --- /dev/null +++ b/sca-java-1.x/tags/java-M1-final/java/sca/core/pom.xml @@ -0,0 +1,107 @@ + + + + + org.apache.tuscany + tuscany-sca + incubating-M1 + + 4.0.0 + tuscany-core + Tuscany Core + Core Tuscany runtime. + incubating-M1 + + + + org.apache.tuscany + tuscany-model + ${pom.version} + compile + + + + stax + stax-api + 1.0 + compile + + + + woodstox + wstx-asl + 2.9.3 + runtime + + + + tomcat + servlet-api + 5.0.18 + provided + + + + org.apache.geronimo.specs + geronimo-j2ee-connector_1.5_spec + 1.0 + compile + + + + org.apache.geronimo + geronimo-connector + 1.0 + compile + + + org.apache.geronimo + geronimo-transaction + 1.0 + compile + + + + org.apache.geronimo.specs + geronimo-jta_1.0.1B_spec + 1.0 + runtime + + + + concurrent + concurrent + 1.3.4 + runtime + + + + commons-logging + commons-logging + 1.0.4 + runtime + + + + junit + junit + 3.8.1 + test + + + + -- cgit v1.2.3