From ebe86d7f73950cc55b23a4f723984ffb30d95218 Mon Sep 17 00:00:00 2001 From: antelder Date: Mon, 2 Nov 2009 12:04:19 +0000 Subject: Work in progress: Add new top level folder for holding modules for building agregated jars. And a module for building a 'base' jar that includes everything needed to run a minimal Tuscany runtime git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@831871 13f79535-47bb-0310-9956-ffa450edef68 --- java/sca/shades/base/pom.xml | 197 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 197 insertions(+) create mode 100644 java/sca/shades/base/pom.xml (limited to 'java/sca') diff --git a/java/sca/shades/base/pom.xml b/java/sca/shades/base/pom.xml new file mode 100644 index 0000000000..327ef41067 --- /dev/null +++ b/java/sca/shades/base/pom.xml @@ -0,0 +1,197 @@ + + + + 4.0.0 + + org.apache.tuscany.sca + tuscany-shades + 2.0-SNAPSHOT + ../pom.xml + + + tuscany-base + Apache Tuscany SCA Base Jar + + + + + ${pom.groupId} + tuscany-domain-node + ${pom.version} + + + ${pom.groupId} + tuscany-implementation-web-runtime + ${pom.version} + + + ${pom.groupId} + tuscany-launcher + ${pom.version} + + + ${pom.groupId} + tuscany-binding-rmi-runtime + ${pom.version} + + + ${pom.groupId} + tuscany-endpoint-tribes + ${pom.version} + + + ${pom.groupId} + tuscany-binding-sca-runtime-rmi + ${pom.version} + + + + + + + org.apache.geronimo.specs + geronimo-stax-api_1.0_spec + 1.0.1 + provided + + + + org.codehaus.woodstox + wstx-asl + 3.2.4 + provided + + + stax + stax-api + + + + + + javax.xml.bind + jaxb-api + 2.1 + provided + + + + javax.activation + activation + 1.1 + provided + + + + com.sun.xml.bind + jaxb-impl + 2.1.12 + provided + + + + + javax.xml.ws + jaxws-api + 2.1 + provided + + + javax.xml.soap + saaj-api + + + + + + javax.annotation + jsr250-api + 1.0 + provided + + + + javax.jws + jsr181-api + 1.0-MR1 + provided + + + + javax.xml.stream + stax-api + 1.0-2 + provided + + + + javax.activation + activation + 1.1 + provided + + + + + + + + org.apache.maven.plugins + maven-shade-plugin + + + package + + shade + + + + + + org.apache.catalina.tribes + org.apache.tuscany.tribes + + + org.apache.juli + org.apache.tuscany.juli + + + + + + + org.apache.tuscany.sca.launcher.LauncherMain + + + + + + + + + + -- cgit v1.2.3