summaryrefslogtreecommitdiffstats
path: root/maven/org/apache/tuscany/sca/tuscany-otests-asm-tests/2.0-SNAPSHOT/tuscany-otests-asm-tests-2.0-SNAPSHOT.pom
diff options
context:
space:
mode:
Diffstat (limited to 'maven/org/apache/tuscany/sca/tuscany-otests-asm-tests/2.0-SNAPSHOT/tuscany-otests-asm-tests-2.0-SNAPSHOT.pom')
-rw-r--r--maven/org/apache/tuscany/sca/tuscany-otests-asm-tests/2.0-SNAPSHOT/tuscany-otests-asm-tests-2.0-SNAPSHOT.pom61
1 files changed, 10 insertions, 51 deletions
diff --git a/maven/org/apache/tuscany/sca/tuscany-otests-asm-tests/2.0-SNAPSHOT/tuscany-otests-asm-tests-2.0-SNAPSHOT.pom b/maven/org/apache/tuscany/sca/tuscany-otests-asm-tests/2.0-SNAPSHOT/tuscany-otests-asm-tests-2.0-SNAPSHOT.pom
index 11673365a5..74d439c3c1 100644
--- a/maven/org/apache/tuscany/sca/tuscany-otests-asm-tests/2.0-SNAPSHOT/tuscany-otests-asm-tests-2.0-SNAPSHOT.pom
+++ b/maven/org/apache/tuscany/sca/tuscany-otests-asm-tests/2.0-SNAPSHOT/tuscany-otests-asm-tests-2.0-SNAPSHOT.pom
@@ -31,73 +31,30 @@
<dependencies>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
- <artifactId>tuscany-node-impl</artifactId>
+ <artifactId>tuscany-base-runtime-pom</artifactId>
<version>2.0-SNAPSHOT</version>
- </dependency>
- <dependency>
- <groupId>org.apache.tuscany.sca</groupId>
- <artifactId>tuscany-deployment</artifactId>
- <version>2.0-SNAPSHOT</version>
- </dependency>
-
- <dependency>
- <groupId>org.apache.tuscany.sca</groupId>
- <artifactId>tuscany-node-impl-osgi</artifactId>
- <version>2.0-SNAPSHOT</version>
- </dependency>
-
- <dependency>
- <groupId>org.apache.tuscany.sca</groupId>
- <artifactId>tuscany-node-launcher</artifactId>
- <version>2.0-SNAPSHOT</version>
- </dependency>
+ <type>pom</type>
+ </dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
- <artifactId>tuscany-node-launcher-equinox</artifactId>
+ <artifactId>tuscany-osgi-runtime</artifactId>
<version>2.0-SNAPSHOT</version>
+ <type>pom</type>
</dependency>
-
- <dependency>
- <groupId>org.apache.tuscany.sca</groupId>
- <artifactId>tuscany-implementation-java-runtime</artifactId>
- <version>2.0-SNAPSHOT</version>
- </dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-binding-ws-runtime-axis2</artifactId>
<version>2.0-SNAPSHOT</version>
</dependency>
-
- <dependency>
+
+ <dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-host-jetty</artifactId>
<version>2.0-SNAPSHOT</version>
</dependency>
-<!-- This dependency causes a problem on systems that haven't compiled the
- OASIS contributions independently and hence haven't dded them to their
- Local repo.
- <dependency>
- <groupId>org.oasis-open.sca.assembly</groupId>
- <artifactId>General_Java</artifactId>
- <version>1.0</version>
- </dependency>
--->
-
- <dependency>
- <groupId>javax.servlet</groupId>
- <artifactId>servlet-api</artifactId>
- <version>2.5</version>
- </dependency>
-
- <dependency>
- <groupId>com.sun.xml.ws</groupId>
- <artifactId>jaxws-rt</artifactId>
- <version>2.1.7</version>
- </dependency>
-
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
@@ -110,7 +67,9 @@
<build>
<finalName>${artifactId}</finalName>
<plugins>
-<!-- for when OASIS deploy the artifacts themselves
+<!-- for when OASIS deploy the artifacts themselves we need to pull the
+ contributions in locally so that the tests can refer to then and
+ we need to get at the Test_Client so that we can run the tests themselves
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-dependency-plugin</artifactId>