From 5e63e21cefacdeb0e5abfc71259733abe68804c8 Mon Sep 17 00:00:00 2001 From: rfeng Date: Wed, 2 Sep 2009 00:27:59 +0000 Subject: Make some dependencies as test scoped git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@810319 13f79535-47bb-0310-9956-ffa450edef68 --- .../modules/endpoint-wrapper/META-INF/MANIFEST.MF | 6 +-- java/sca/modules/endpoint-wrapper/pom.xml | 48 ++++++++++++++++++---- 2 files changed, 42 insertions(+), 12 deletions(-) (limited to 'java/sca/modules/endpoint-wrapper') diff --git a/java/sca/modules/endpoint-wrapper/META-INF/MANIFEST.MF b/java/sca/modules/endpoint-wrapper/META-INF/MANIFEST.MF index 4141af01ab..2b6ea192eb 100644 --- a/java/sca/modules/endpoint-wrapper/META-INF/MANIFEST.MF +++ b/java/sca/modules/endpoint-wrapper/META-INF/MANIFEST.MF @@ -9,10 +9,10 @@ Bnd-LastModified: 1225397237968 Bundle-ManifestVersion: 2 Bundle-License: http://www.apache.org/licenses/LICENSE-2.0.txt Bundle-Description: Apache Tuscany SCA Default Endpoint Wrapper -Import-Package: javax.xml.stream;resolution:=optional, - org.apache.tuscany.sca.endpoint.impl;version="2.0.0", +Import-Package: org.apache.tuscany.sca.endpoint.impl;version="2.0.0", + org.apache.tuscany.sca.endpoint.tribes;version="2.0.0", org.apache.tuscany.sca.management;version="2.0.0", - org.apache.tuscany.sca.endpoint.tribes;version="2.0.0" + org.apache.tuscany.sca.runtime;version="2.0.0" Bundle-SymbolicName: org.apache.tuscany.sca.endpoint.wrapper Bundle-DocURL: http://www.apache.org/ Bundle-RequiredExecutionEnvironment: J2SE-1.5,JavaSE-1.6 diff --git a/java/sca/modules/endpoint-wrapper/pom.xml b/java/sca/modules/endpoint-wrapper/pom.xml index e1142c7d60..0d8848a0e5 100644 --- a/java/sca/modules/endpoint-wrapper/pom.xml +++ b/java/sca/modules/endpoint-wrapper/pom.xml @@ -31,36 +31,66 @@ Apache Tuscany SCA Endpoint Wrapper - + org.apache.tuscany.sca tuscany-endpoint 2.0-SNAPSHOT - - - + + + org.apache.tuscany.sca tuscany-endpoint-tribes 2.0-SNAPSHOT - - + + org.apache.tuscany.sca tuscany-assembly-xml 2.0-SNAPSHOT test - + org.apache.tuscany.sca tuscany-core 2.0-SNAPSHOT test - + + + org.apache.tuscany.sca + tuscany-extensibility + 2.0-SNAPSHOT + test + + + org.apache.tuscany.sca + tuscany-monitor + 2.0-SNAPSHOT + test + + + org.apache.tuscany.sca + tuscany-contribution + 2.0-SNAPSHOT + test + + + org.apache.tuscany.sca + tuscany-sca-api + 2.0-SNAPSHOT + test + + + org.apache.tuscany.sca + tuscany-definitions + 2.0-SNAPSHOT + test + org.apache.tuscany.sca tuscany-assembly 2.0-SNAPSHOT test - + -- cgit v1.2.3