diff options
Diffstat (limited to 'otest/newlayout')
4 files changed, 7 insertions, 5 deletions
diff --git a/otest/newlayout/tuscany-java-ci-test-runner/pom.xml b/otest/newlayout/tuscany-java-ci-test-runner/pom.xml index 3385613ffc..c2e02972ad 100644 --- a/otest/newlayout/tuscany-java-ci-test-runner/pom.xml +++ b/otest/newlayout/tuscany-java-ci-test-runner/pom.xml @@ -38,7 +38,7 @@ <dependency>
<groupId>org.apache.tuscany.sca</groupId>
- <artifactId>tuscany-osgi-runtime</artifactId>
+ <artifactId>tuscany-osgi-runtime-pom</artifactId>
<version>2.0-SNAPSHOT</version>
<type>pom</type>
</dependency>
diff --git a/otest/newlayout/tuscany-policy-test-runner/pom.xml b/otest/newlayout/tuscany-policy-test-runner/pom.xml index c9350b5686..3e8e1b9a08 100644 --- a/otest/newlayout/tuscany-policy-test-runner/pom.xml +++ b/otest/newlayout/tuscany-policy-test-runner/pom.xml @@ -38,7 +38,7 @@ <dependency> <groupId>org.apache.tuscany.sca</groupId> - <artifactId>tuscany-osgi-runtime</artifactId> + <artifactId>tuscany-osgi-runtime-pom</artifactId> <version>2.0-SNAPSHOT</version> <type>pom</type> </dependency> @@ -71,6 +71,7 @@ </dependency> --> +<!-- don't think these are explicitly required now <dependency> <groupId>javax.servlet</groupId> <artifactId>servlet-api</artifactId> @@ -96,6 +97,7 @@ <version>1.5.3</version> <scope>test</scope> </dependency> +--> <dependency> <groupId>junit</groupId> @@ -249,7 +251,7 @@ <groupId>org.oasis-open.sca.assembly</groupId> <artifactId>General_Java</artifactId> <version>1.0</version> - <type>jar</type> + <type>zip</type> <outputDirectory>${project.build.directory}/oasis-contributions</outputDirectory> </artifactItem> <artifactItem> diff --git a/otest/newlayout/tuscany-test-runner/pom.xml b/otest/newlayout/tuscany-test-runner/pom.xml index e379f0f240..428ee58389 100644 --- a/otest/newlayout/tuscany-test-runner/pom.xml +++ b/otest/newlayout/tuscany-test-runner/pom.xml @@ -38,7 +38,7 @@ <dependency> <groupId>org.apache.tuscany.sca</groupId> - <artifactId>tuscany-osgi-runtime</artifactId> + <artifactId>tuscany-osgi-runtime-pom</artifactId> <version>2.0-SNAPSHOT</version> <type>pom</type> </dependency> diff --git a/otest/newlayout/tuscany-ws-test-runner/pom.xml b/otest/newlayout/tuscany-ws-test-runner/pom.xml index f24431743e..6dfad36d98 100644 --- a/otest/newlayout/tuscany-ws-test-runner/pom.xml +++ b/otest/newlayout/tuscany-ws-test-runner/pom.xml @@ -38,7 +38,7 @@ <dependency>
<groupId>org.apache.tuscany.sca</groupId>
- <artifactId>tuscany-osgi-runtime</artifactId>
+ <artifactId>tuscany-osgi-runtime-pom</artifactId>
<version>2.0-SNAPSHOT</version>
<type>pom</type>
</dependency>
|