diff options
author | antelder <antelder@13f79535-47bb-0310-9956-ffa450edef68> | 2010-11-10 16:15:33 +0000 |
---|---|---|
committer | antelder <antelder@13f79535-47bb-0310-9956-ffa450edef68> | 2010-11-10 16:15:33 +0000 |
commit | 958b3d4e6bd75fab1874583ef056ae0db50ad8e6 (patch) | |
tree | 56c69996b0297252a610b469709687d10e23f8a5 /otest/newlayout | |
parent | 8fd439485cf19b21f0ed51f4773601bfe7eaba93 (diff) |
Clean up and minimize dependencies
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1033561 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'otest/newlayout')
-rw-r--r-- | otest/newlayout/tuscany-jms-test-runner/pom.xml | 45 |
1 files changed, 7 insertions, 38 deletions
diff --git a/otest/newlayout/tuscany-jms-test-runner/pom.xml b/otest/newlayout/tuscany-jms-test-runner/pom.xml index 792bb6fc4a..fe9cd23f4d 100644 --- a/otest/newlayout/tuscany-jms-test-runner/pom.xml +++ b/otest/newlayout/tuscany-jms-test-runner/pom.xml @@ -32,16 +32,8 @@ <dependency>
<groupId>org.apache.tuscany.sca</groupId>
- <artifactId>tuscany-base-runtime-pom</artifactId>
+ <artifactId>tuscany-base-runtime</artifactId>
<version>2.0-SNAPSHOT</version>
- <type>pom</type>
- </dependency>
-
- <dependency>
- <groupId>org.apache.tuscany.sca</groupId>
- <artifactId>tuscany-osgi-runtime</artifactId>
- <version>2.0-SNAPSHOT</version>
- <type>pom</type>
</dependency>
<dependency>
@@ -52,18 +44,6 @@ <dependency>
<groupId>org.apache.tuscany.sca</groupId>
- <artifactId>tuscany-host-jetty</artifactId>
- <version>2.0-SNAPSHOT</version>
- </dependency>
-
- <dependency>
- <groupId>org.apache.tuscany.sca</groupId>
- <artifactId>tuscany-binding-jms</artifactId>
- <version>2.0-SNAPSHOT</version>
- </dependency>
-
- <dependency>
- <groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-binding-jms-runtime</artifactId>
<version>2.0-SNAPSHOT</version>
</dependency>
@@ -75,21 +55,15 @@ </dependency>
<dependency>
- <groupId>javax.servlet</groupId>
- <artifactId>servlet-api</artifactId>
- <version>2.5</version>
+ <groupId>org.apache.geronimo.specs</groupId>
+ <artifactId>geronimo-j2ee-connector_1.5_spec</artifactId>
+ <version>2.0.0</version>
</dependency>
-
- <dependency>
- <groupId>org.apache.geronimo.specs</groupId>
- <artifactId>geronimo-j2ee-connector_1.5_spec</artifactId>
- <version>2.0.0</version>
- </dependency>
<dependency>
- <groupId>com.sun.xml.ws</groupId>
- <artifactId>jaxws-rt</artifactId>
- <version>2.1.7</version>
+ <groupId>org.mortbay.jetty</groupId>
+ <artifactId>jetty</artifactId>
+ <version>6.1.19</version>
</dependency>
<dependency>
@@ -160,11 +134,6 @@ <target name="copyFile"/>
</ant>
<ant antfile="../build.xml">
- <property name="from.file" value="../sca-assembly/Test_Client/src/main/java/client/TuscanyRuntimeBridge.java"/>
- <property name="to.file" value="src/test/java/client/TuscanyRuntimeBridge.java"/>
- <target name="copyFile"/>
- </ant>
- <ant antfile="../build.xml">
<property name="from.file" value="../sca-assembly/Test_Client/src/main/resources/TestClient.wsdl"/>
<property name="to.file" value="src/main/resources/TestClient.wsdl"/>
<target name="copyFile"/>
|