From 19a822121b3cf78951f50fb1036b58ee51a72b97 Mon Sep 17 00:00:00 2001 From: antelder Date: Wed, 18 Feb 2009 09:28:04 +0000 Subject: Start to bringup the implementation-web-runtime module (copied frm 1.x) git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@745450 13f79535-47bb-0310-9956-ffa450edef68 --- .../sca/modules/implementation-web-runtime/pom.xml | 89 ++++++++++++++++++++++ 1 file changed, 89 insertions(+) create mode 100644 java/sca/modules/implementation-web-runtime/pom.xml (limited to 'java/sca/modules/implementation-web-runtime/pom.xml') diff --git a/java/sca/modules/implementation-web-runtime/pom.xml b/java/sca/modules/implementation-web-runtime/pom.xml new file mode 100644 index 0000000000..e70da9a54f --- /dev/null +++ b/java/sca/modules/implementation-web-runtime/pom.xml @@ -0,0 +1,89 @@ + + + + 4.0.0 + + org.apache.tuscany.sca + tuscany-modules + 2.0-SNAPSHOT + ../pom.xml + + + tuscany-implementation-web-runtime + Apache Tuscany SCA Web Implementation Runtime + + + + + org.apache.tuscany.sca + tuscany-implementation-web + 2.0-SNAPSHOT + + + + org.apache.tuscany.sca + tuscany-implementation-java-runtime + 2.0-SNAPSHOT + + + + org.apache.tuscany.sca + tuscany-host-http + 2.0-SNAPSHOT + + + + javax.servlet + servlet-api + 2.5 + provided + + + + org.apache.geronimo.specs + geronimo-jsp_2.1_spec + 1.0 + provided + + + + org.apache.tuscany.sca + tuscany-sca-api + 2.0-SNAPSHOT + compile + + + + junit + junit + 4.5 + test + + + + org.easymock + easymock + 2.2 + test + + + + + -- cgit v1.2.3