diff options
Diffstat (limited to 'sca-java-2.x/trunk/testing/itest')
54 files changed, 175 insertions, 121 deletions
diff --git a/sca-java-2.x/trunk/testing/itest/async-interactions/pom.xml b/sca-java-2.x/trunk/testing/itest/async-interactions/pom.xml index ee83f4f533..c61bf5dc7b 100644 --- a/sca-java-2.x/trunk/testing/itest/async-interactions/pom.xml +++ b/sca-java-2.x/trunk/testing/itest/async-interactions/pom.xml @@ -32,7 +32,8 @@ <dependencies> <dependency> <groupId>org.apache.tuscany.sca</groupId> - <artifactId>tuscany-base-runtime</artifactId> + <artifactId>tuscany-base-runtime-pom</artifactId> + <type>pom</type> <version>2.0-SNAPSHOT</version> </dependency> diff --git a/sca-java-2.x/trunk/testing/itest/bpel/helloworld/pom.xml b/sca-java-2.x/trunk/testing/itest/bpel/helloworld/pom.xml index 1d86415f5f..56f27c3c0d 100644 --- a/sca-java-2.x/trunk/testing/itest/bpel/helloworld/pom.xml +++ b/sca-java-2.x/trunk/testing/itest/bpel/helloworld/pom.xml @@ -39,7 +39,8 @@ <dependencies> <dependency> <groupId>org.apache.tuscany.sca</groupId> - <artifactId>tuscany-base-runtime</artifactId> + <artifactId>tuscany-base-runtime-pom</artifactId> + <type>pom</type> <version>2.0-SNAPSHOT</version> </dependency> diff --git a/sca-java-2.x/trunk/testing/itest/builder/pom.xml b/sca-java-2.x/trunk/testing/itest/builder/pom.xml index 121adefffe..66ac4cd5dc 100644 --- a/sca-java-2.x/trunk/testing/itest/builder/pom.xml +++ b/sca-java-2.x/trunk/testing/itest/builder/pom.xml @@ -29,9 +29,10 @@ <name>Apache Tuscany SCA iTest Builder</name> <dependencies> - <dependency> + <dependency> <groupId>org.apache.tuscany.sca</groupId> - <artifactId>tuscany-base-runtime</artifactId> + <artifactId>tuscany-base-runtime-pom</artifactId> + <type>pom</type> <version>2.0-SNAPSHOT</version> </dependency> diff --git a/sca-java-2.x/trunk/testing/itest/callback-api/pom.xml b/sca-java-2.x/trunk/testing/itest/callback-api/pom.xml index 93d48ac5db..5b3340f723 100644 --- a/sca-java-2.x/trunk/testing/itest/callback-api/pom.xml +++ b/sca-java-2.x/trunk/testing/itest/callback-api/pom.xml @@ -29,9 +29,10 @@ <name>Apache Tuscany SCA iTest Callback API</name> <dependencies> - <dependency> + <dependency> <groupId>org.apache.tuscany.sca</groupId> - <artifactId>tuscany-base-runtime</artifactId> + <artifactId>tuscany-base-runtime-pom</artifactId> + <type>pom</type> <version>2.0-SNAPSHOT</version> </dependency> diff --git a/sca-java-2.x/trunk/testing/itest/callback-basic/pom.xml b/sca-java-2.x/trunk/testing/itest/callback-basic/pom.xml index 7f0f3b5e54..5f44414fc1 100644 --- a/sca-java-2.x/trunk/testing/itest/callback-basic/pom.xml +++ b/sca-java-2.x/trunk/testing/itest/callback-basic/pom.xml @@ -31,7 +31,8 @@ <dependencies> <dependency> <groupId>org.apache.tuscany.sca</groupId> - <artifactId>tuscany-base-runtime</artifactId> + <artifactId>tuscany-base-runtime-pom</artifactId> + <type>pom</type> <version>2.0-SNAPSHOT</version> </dependency> diff --git a/sca-java-2.x/trunk/testing/itest/callback-complex-type/pom.xml b/sca-java-2.x/trunk/testing/itest/callback-complex-type/pom.xml index 3cdbbb05aa..a49fcfd510 100644 --- a/sca-java-2.x/trunk/testing/itest/callback-complex-type/pom.xml +++ b/sca-java-2.x/trunk/testing/itest/callback-complex-type/pom.xml @@ -29,9 +29,10 @@ <name>Apache Tuscany SCA iTest Callback Complex Type</name> <dependencies> - <dependency> + <dependency> <groupId>org.apache.tuscany.sca</groupId> - <artifactId>tuscany-base-runtime</artifactId> + <artifactId>tuscany-base-runtime-pom</artifactId> + <type>pom</type> <version>2.0-SNAPSHOT</version> </dependency> diff --git a/sca-java-2.x/trunk/testing/itest/callback-multiple-wires/pom.xml b/sca-java-2.x/trunk/testing/itest/callback-multiple-wires/pom.xml index 634e035039..d84bf3749e 100644 --- a/sca-java-2.x/trunk/testing/itest/callback-multiple-wires/pom.xml +++ b/sca-java-2.x/trunk/testing/itest/callback-multiple-wires/pom.xml @@ -29,9 +29,10 @@ <name>Apache Tuscany SCA iTest Callback With Mutiple Wires</name> <dependencies> - <dependency> + <dependency> <groupId>org.apache.tuscany.sca</groupId> - <artifactId>tuscany-base-runtime</artifactId> + <artifactId>tuscany-base-runtime-pom</artifactId> + <type>pom</type> <version>2.0-SNAPSHOT</version> </dependency> </dependencies> diff --git a/sca-java-2.x/trunk/testing/itest/callback-separatethread/pom.xml b/sca-java-2.x/trunk/testing/itest/callback-separatethread/pom.xml index 993c7b8302..b1c64a218f 100644 --- a/sca-java-2.x/trunk/testing/itest/callback-separatethread/pom.xml +++ b/sca-java-2.x/trunk/testing/itest/callback-separatethread/pom.xml @@ -29,9 +29,10 @@ <name>Apache Tuscany SCA iTest Callback Using Separate Thread</name> <dependencies> - <dependency> + <dependency> <groupId>org.apache.tuscany.sca</groupId> - <artifactId>tuscany-base-runtime</artifactId> + <artifactId>tuscany-base-runtime-pom</artifactId> + <type>pom</type> <version>2.0-SNAPSHOT</version> </dependency> </dependencies> diff --git a/sca-java-2.x/trunk/testing/itest/callback-two-composites/pom.xml b/sca-java-2.x/trunk/testing/itest/callback-two-composites/pom.xml index 08ab03471c..a813fe19a8 100644 --- a/sca-java-2.x/trunk/testing/itest/callback-two-composites/pom.xml +++ b/sca-java-2.x/trunk/testing/itest/callback-two-composites/pom.xml @@ -29,9 +29,10 @@ <name>Apache Tuscany SCA iTest Callback Two Composites</name> <dependencies> - <dependency> + <dependency> <groupId>org.apache.tuscany.sca</groupId> - <artifactId>tuscany-base-runtime</artifactId> + <artifactId>tuscany-base-runtime-pom</artifactId> + <type>pom</type> <version>2.0-SNAPSHOT</version> </dependency> diff --git a/sca-java-2.x/trunk/testing/itest/component-type/pom.xml b/sca-java-2.x/trunk/testing/itest/component-type/pom.xml index 416f0067aa..a8a525c6ea 100644 --- a/sca-java-2.x/trunk/testing/itest/component-type/pom.xml +++ b/sca-java-2.x/trunk/testing/itest/component-type/pom.xml @@ -29,9 +29,10 @@ <name>Apache Tuscany SCA iTest Component Type</name> <dependencies> - <dependency> + <dependency> <groupId>org.apache.tuscany.sca</groupId> - <artifactId>tuscany-base-runtime</artifactId> + <artifactId>tuscany-base-runtime-pom</artifactId> + <type>pom</type> <version>2.0-SNAPSHOT</version> </dependency> diff --git a/sca-java-2.x/trunk/testing/itest/contribution-folder/pom.xml b/sca-java-2.x/trunk/testing/itest/contribution-folder/pom.xml index fa44acc36f..cd2dfb276a 100644 --- a/sca-java-2.x/trunk/testing/itest/contribution-folder/pom.xml +++ b/sca-java-2.x/trunk/testing/itest/contribution-folder/pom.xml @@ -29,9 +29,10 @@ <name>Apache Tuscany SCA iTest Contribution Folder</name> <dependencies> - <dependency> + <dependency> <groupId>org.apache.tuscany.sca</groupId> - <artifactId>tuscany-base-runtime</artifactId> + <artifactId>tuscany-base-runtime-pom</artifactId> + <type>pom</type> <version>2.0-SNAPSHOT</version> </dependency> </dependencies> diff --git a/sca-java-2.x/trunk/testing/itest/contribution-zip/pom.xml b/sca-java-2.x/trunk/testing/itest/contribution-zip/pom.xml index 1957564c58..58daf0d499 100644 --- a/sca-java-2.x/trunk/testing/itest/contribution-zip/pom.xml +++ b/sca-java-2.x/trunk/testing/itest/contribution-zip/pom.xml @@ -29,9 +29,10 @@ <name>Apache Tuscany SCA iTest Contribution ZIP</name> <dependencies> - <dependency> + <dependency> <groupId>org.apache.tuscany.sca</groupId> - <artifactId>tuscany-base-runtime</artifactId> + <artifactId>tuscany-base-runtime-pom</artifactId> + <type>pom</type> <version>2.0-SNAPSHOT</version> </dependency> </dependencies> diff --git a/sca-java-2.x/trunk/testing/itest/databindings/jaxb-bottom-up/pom.xml b/sca-java-2.x/trunk/testing/itest/databindings/jaxb-bottom-up/pom.xml index 2749152253..df9036fbe7 100644 --- a/sca-java-2.x/trunk/testing/itest/databindings/jaxb-bottom-up/pom.xml +++ b/sca-java-2.x/trunk/testing/itest/databindings/jaxb-bottom-up/pom.xml @@ -57,9 +57,10 @@ </pluginRepositories> <dependencies> - <dependency> + <dependency> <groupId>org.apache.tuscany.sca</groupId> - <artifactId>tuscany-base-runtime</artifactId> + <artifactId>tuscany-base-runtime-pom</artifactId> + <type>pom</type> <version>2.0-SNAPSHOT</version> </dependency> diff --git a/sca-java-2.x/trunk/testing/itest/databindings/jaxb-top-down/pom.xml b/sca-java-2.x/trunk/testing/itest/databindings/jaxb-top-down/pom.xml index 42f0228c90..1138b5c6ec 100644 --- a/sca-java-2.x/trunk/testing/itest/databindings/jaxb-top-down/pom.xml +++ b/sca-java-2.x/trunk/testing/itest/databindings/jaxb-top-down/pom.xml @@ -58,9 +58,10 @@ </pluginRepositories> <dependencies> - <dependency> + <dependency> <groupId>org.apache.tuscany.sca</groupId> - <artifactId>tuscany-base-runtime</artifactId> + <artifactId>tuscany-base-runtime-pom</artifactId> + <type>pom</type> <version>2.0-SNAPSHOT</version> </dependency> diff --git a/sca-java-2.x/trunk/testing/itest/exceptions/pom.xml b/sca-java-2.x/trunk/testing/itest/exceptions/pom.xml index 9c2be5113a..570f3aed42 100644 --- a/sca-java-2.x/trunk/testing/itest/exceptions/pom.xml +++ b/sca-java-2.x/trunk/testing/itest/exceptions/pom.xml @@ -29,9 +29,10 @@ <name>Apache Tuscany SCA iTest Exceptions</name> <dependencies> - <dependency> + <dependency> <groupId>org.apache.tuscany.sca</groupId> - <artifactId>tuscany-base-runtime</artifactId> + <artifactId>tuscany-base-runtime-pom</artifactId> + <type>pom</type> <version>2.0-SNAPSHOT</version> </dependency> diff --git a/sca-java-2.x/trunk/testing/itest/implementation-spring/pom.xml b/sca-java-2.x/trunk/testing/itest/implementation-spring/pom.xml index d73eacbbc4..c4f1743500 100644 --- a/sca-java-2.x/trunk/testing/itest/implementation-spring/pom.xml +++ b/sca-java-2.x/trunk/testing/itest/implementation-spring/pom.xml @@ -31,7 +31,8 @@ <dependencies> <dependency> <groupId>org.apache.tuscany.sca</groupId> - <artifactId>tuscany-base-runtime</artifactId> + <artifactId>tuscany-base-runtime-pom</artifactId> + <type>pom</type> <version>2.0-SNAPSHOT</version> </dependency> diff --git a/sca-java-2.x/trunk/testing/itest/import-export/tests/pom.xml b/sca-java-2.x/trunk/testing/itest/import-export/tests/pom.xml index 1c115fb423..e6f96c6bbc 100644 --- a/sca-java-2.x/trunk/testing/itest/import-export/tests/pom.xml +++ b/sca-java-2.x/trunk/testing/itest/import-export/tests/pom.xml @@ -32,7 +32,8 @@ <dependencies>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
- <artifactId>tuscany-base-runtime</artifactId>
+ <artifactId>tuscany-base-runtime-pom</artifactId>
+ <type>pom</type>
<version>2.0-SNAPSHOT</version>
</dependency>
</dependencies>
diff --git a/sca-java-2.x/trunk/testing/itest/interfaces/pom.xml b/sca-java-2.x/trunk/testing/itest/interfaces/pom.xml index 00c2e503b3..a157492a4a 100644 --- a/sca-java-2.x/trunk/testing/itest/interfaces/pom.xml +++ b/sca-java-2.x/trunk/testing/itest/interfaces/pom.xml @@ -29,9 +29,10 @@ <name>Apache Tuscany SCA iTest Interface</name> <dependencies> - <dependency> + <dependency> <groupId>org.apache.tuscany.sca</groupId> - <artifactId>tuscany-base-runtime</artifactId> + <artifactId>tuscany-base-runtime-pom</artifactId> + <type>pom</type> <version>2.0-SNAPSHOT</version> </dependency> </dependencies> diff --git a/sca-java-2.x/trunk/testing/itest/nodes/binding-sca-hazelcast/pom.xml b/sca-java-2.x/trunk/testing/itest/nodes/binding-sca-hazelcast/pom.xml index 0547e9bb10..31bff9a388 100644 --- a/sca-java-2.x/trunk/testing/itest/nodes/binding-sca-hazelcast/pom.xml +++ b/sca-java-2.x/trunk/testing/itest/nodes/binding-sca-hazelcast/pom.xml @@ -31,7 +31,8 @@ <dependencies>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
- <artifactId>tuscany-base-runtime</artifactId>
+ <artifactId>tuscany-base-runtime-pom</artifactId>
+ <type>pom</type>
<version>2.0-SNAPSHOT</version>
</dependency>
<dependency>
diff --git a/sca-java-2.x/trunk/testing/itest/nodes/one-jvm-hazelcast-client/pom.xml b/sca-java-2.x/trunk/testing/itest/nodes/one-jvm-hazelcast-client/pom.xml index 0597f2d3da..2eb8acfbaa 100644 --- a/sca-java-2.x/trunk/testing/itest/nodes/one-jvm-hazelcast-client/pom.xml +++ b/sca-java-2.x/trunk/testing/itest/nodes/one-jvm-hazelcast-client/pom.xml @@ -36,7 +36,8 @@ </dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
- <artifactId>tuscany-base-runtime</artifactId>
+ <artifactId>tuscany-base-runtime-pom</artifactId>
+ <type>pom</type>
<version>2.0-SNAPSHOT</version>
</dependency>
<dependency>
diff --git a/sca-java-2.x/trunk/testing/itest/nodes/one-jvm-hazelcast/pom.xml b/sca-java-2.x/trunk/testing/itest/nodes/one-jvm-hazelcast/pom.xml index df9cbe9139..49d18bf3b4 100644 --- a/sca-java-2.x/trunk/testing/itest/nodes/one-jvm-hazelcast/pom.xml +++ b/sca-java-2.x/trunk/testing/itest/nodes/one-jvm-hazelcast/pom.xml @@ -41,7 +41,8 @@ </dependency> <dependency> <groupId>org.apache.tuscany.sca</groupId> - <artifactId>tuscany-base-runtime</artifactId> + <artifactId>tuscany-base-runtime-pom</artifactId> + <type>pom</type> <version>2.0-SNAPSHOT</version> </dependency> <dependency> diff --git a/sca-java-2.x/trunk/testing/itest/oneway/pom.xml b/sca-java-2.x/trunk/testing/itest/oneway/pom.xml index 15297d7968..909220d7b2 100644 --- a/sca-java-2.x/trunk/testing/itest/oneway/pom.xml +++ b/sca-java-2.x/trunk/testing/itest/oneway/pom.xml @@ -30,9 +30,10 @@ <version>2.0-SNAPSHOT</version> <dependencies> - <dependency> + <dependency> <groupId>org.apache.tuscany.sca</groupId> - <artifactId>tuscany-base-runtime</artifactId> + <artifactId>tuscany-base-runtime-pom</artifactId> + <type>pom</type> <version>2.0-SNAPSHOT</version> </dependency> diff --git a/sca-java-2.x/trunk/testing/itest/policies/pom.xml b/sca-java-2.x/trunk/testing/itest/policies/pom.xml index 3c784fef62..98ea6b016a 100644 --- a/sca-java-2.x/trunk/testing/itest/policies/pom.xml +++ b/sca-java-2.x/trunk/testing/itest/policies/pom.xml @@ -29,9 +29,10 @@ <name>Apache Tuscany SCA iTest Policies</name> <dependencies> - <dependency> + <dependency> <groupId>org.apache.tuscany.sca</groupId> - <artifactId>tuscany-base-runtime</artifactId> + <artifactId>tuscany-base-runtime-pom</artifactId> + <type>pom</type> <version>2.0-SNAPSHOT</version> </dependency> <dependency> diff --git a/sca-java-2.x/trunk/testing/itest/policy-transaction/pom.xml b/sca-java-2.x/trunk/testing/itest/policy-transaction/pom.xml index 25ec35ff12..a2b18c6a51 100644 --- a/sca-java-2.x/trunk/testing/itest/policy-transaction/pom.xml +++ b/sca-java-2.x/trunk/testing/itest/policy-transaction/pom.xml @@ -29,9 +29,10 @@ <name>Apache Tuscany SCA iTest Policy Transaction</name> <dependencies> - <dependency> + <dependency> <groupId>org.apache.tuscany.sca</groupId> - <artifactId>tuscany-base-runtime</artifactId> + <artifactId>tuscany-base-runtime-pom</artifactId> + <type>pom</type> <version>2.0-SNAPSHOT</version> </dependency> <dependency> diff --git a/sca-java-2.x/trunk/testing/itest/policy/matching/pom.xml b/sca-java-2.x/trunk/testing/itest/policy/matching/pom.xml index d2e02c04ce..7ef3edbb77 100644 --- a/sca-java-2.x/trunk/testing/itest/policy/matching/pom.xml +++ b/sca-java-2.x/trunk/testing/itest/policy/matching/pom.xml @@ -31,11 +31,12 @@ <dependencies> - <dependency> + <dependency> <groupId>org.apache.tuscany.sca</groupId> - <artifactId>tuscany-base-runtime</artifactId> + <artifactId>tuscany-base-runtime-pom</artifactId> + <type>pom</type> <version>2.0-SNAPSHOT</version> - </dependency> + </dependency> <dependency> <groupId>org.apache.tuscany.sca</groupId> diff --git a/sca-java-2.x/trunk/testing/itest/policy/wspolicy/pom.xml b/sca-java-2.x/trunk/testing/itest/policy/wspolicy/pom.xml index 8980166b57..d6f692d00f 100644 --- a/sca-java-2.x/trunk/testing/itest/policy/wspolicy/pom.xml +++ b/sca-java-2.x/trunk/testing/itest/policy/wspolicy/pom.xml @@ -31,11 +31,12 @@ <dependencies> - <dependency> + <dependency> <groupId>org.apache.tuscany.sca</groupId> - <artifactId>tuscany-base-runtime</artifactId> + <artifactId>tuscany-base-runtime-pom</artifactId> + <type>pom</type> <version>2.0-SNAPSHOT</version> - </dependency> + </dependency> <dependency> <groupId>org.apache.tuscany.sca</groupId> diff --git a/sca-java-2.x/trunk/testing/itest/recursive-multi-level/pom.xml b/sca-java-2.x/trunk/testing/itest/recursive-multi-level/pom.xml index 954e531ba3..0006664647 100644 --- a/sca-java-2.x/trunk/testing/itest/recursive-multi-level/pom.xml +++ b/sca-java-2.x/trunk/testing/itest/recursive-multi-level/pom.xml @@ -29,9 +29,10 @@ <name>Apache Tuscany SCA iTest Builder Recusive Multi-Level</name> <dependencies> - <dependency> + <dependency> <groupId>org.apache.tuscany.sca</groupId> - <artifactId>tuscany-base-runtime</artifactId> + <artifactId>tuscany-base-runtime-pom</artifactId> + <type>pom</type> <version>2.0-SNAPSHOT</version> </dependency> </dependencies> diff --git a/sca-java-2.x/trunk/testing/itest/references/pom.xml b/sca-java-2.x/trunk/testing/itest/references/pom.xml index c9869383a2..f21d7095f6 100644 --- a/sca-java-2.x/trunk/testing/itest/references/pom.xml +++ b/sca-java-2.x/trunk/testing/itest/references/pom.xml @@ -29,9 +29,10 @@ <name>Apache Tuscany SCA iTest References</name> <dependencies> - <dependency> + <dependency> <groupId>org.apache.tuscany.sca</groupId> - <artifactId>tuscany-base-runtime</artifactId> + <artifactId>tuscany-base-runtime-pom</artifactId> + <type>pom</type> <version>2.0-SNAPSHOT</version> </dependency> </dependencies> diff --git a/sca-java-2.x/trunk/testing/itest/scaclient-api-remote/pom.xml b/sca-java-2.x/trunk/testing/itest/scaclient-api-remote/pom.xml index 3b43c282bf..dc3aaee271 100644 --- a/sca-java-2.x/trunk/testing/itest/scaclient-api-remote/pom.xml +++ b/sca-java-2.x/trunk/testing/itest/scaclient-api-remote/pom.xml @@ -31,7 +31,8 @@ <dependencies>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
- <artifactId>tuscany-base-runtime</artifactId>
+ <artifactId>tuscany-base-runtime-pom</artifactId>
+ <type>pom</type>
<version>2.0-SNAPSHOT</version>
</dependency>
diff --git a/sca-java-2.x/trunk/testing/itest/scaclient-api/pom.xml b/sca-java-2.x/trunk/testing/itest/scaclient-api/pom.xml index 0ab8951521..f872d3721b 100644 --- a/sca-java-2.x/trunk/testing/itest/scaclient-api/pom.xml +++ b/sca-java-2.x/trunk/testing/itest/scaclient-api/pom.xml @@ -29,9 +29,10 @@ <name>Apache Tuscany SCA iTest SCAClient API</name> <dependencies> - <dependency> + <dependency> <groupId>org.apache.tuscany.sca</groupId> - <artifactId>tuscany-base-runtime</artifactId> + <artifactId>tuscany-base-runtime-pom</artifactId> + <type>pom</type> <version>2.0-SNAPSHOT</version> </dependency> </dependencies> diff --git a/sca-java-2.x/trunk/testing/itest/scopes/pom.xml b/sca-java-2.x/trunk/testing/itest/scopes/pom.xml index f0f7e0e33d..ed25620489 100644 --- a/sca-java-2.x/trunk/testing/itest/scopes/pom.xml +++ b/sca-java-2.x/trunk/testing/itest/scopes/pom.xml @@ -29,9 +29,10 @@ <artifactId>itest-scopes</artifactId> <dependencies> - <dependency> + <dependency> <groupId>org.apache.tuscany.sca</groupId> - <artifactId>tuscany-base-runtime</artifactId> + <artifactId>tuscany-base-runtime-pom</artifactId> + <type>pom</type> <version>2.0-SNAPSHOT</version> </dependency> </dependencies> diff --git a/sca-java-2.x/trunk/testing/itest/service-reference/pom.xml b/sca-java-2.x/trunk/testing/itest/service-reference/pom.xml index 03fa8c106b..c55f04e369 100644 --- a/sca-java-2.x/trunk/testing/itest/service-reference/pom.xml +++ b/sca-java-2.x/trunk/testing/itest/service-reference/pom.xml @@ -29,9 +29,10 @@ <name>Apache Tuscany SCA iTest ServiceReference</name> <dependencies> - <dependency> + <dependency> <groupId>org.apache.tuscany.sca</groupId> - <artifactId>tuscany-base-runtime</artifactId> + <artifactId>tuscany-base-runtime-pom</artifactId> + <type>pom</type> <version>2.0-SNAPSHOT</version> </dependency> diff --git a/sca-java-2.x/trunk/testing/itest/services/pom.xml b/sca-java-2.x/trunk/testing/itest/services/pom.xml index e2cef5f11b..606960351d 100644 --- a/sca-java-2.x/trunk/testing/itest/services/pom.xml +++ b/sca-java-2.x/trunk/testing/itest/services/pom.xml @@ -29,9 +29,10 @@ <name>Apache Tuscany SCA iTest Services</name> <dependencies> - <dependency> + <dependency> <groupId>org.apache.tuscany.sca</groupId> - <artifactId>tuscany-base-runtime</artifactId> + <artifactId>tuscany-base-runtime-pom</artifactId> + <type>pom</type> <version>2.0-SNAPSHOT</version> </dependency> </dependencies> diff --git a/sca-java-2.x/trunk/testing/itest/wires/pom.xml b/sca-java-2.x/trunk/testing/itest/wires/pom.xml index 29be85bdff..f77ae68fd1 100644 --- a/sca-java-2.x/trunk/testing/itest/wires/pom.xml +++ b/sca-java-2.x/trunk/testing/itest/wires/pom.xml @@ -29,9 +29,10 @@ <name>Apache Tuscany SCA iTest Wires Basic</name> <dependencies> - <dependency> + <dependency> <groupId>org.apache.tuscany.sca</groupId> - <artifactId>tuscany-base-runtime</artifactId> + <artifactId>tuscany-base-runtime-pom</artifactId> + <type>pom</type> <version>2.0-SNAPSHOT</version> </dependency> </dependencies> diff --git a/sca-java-2.x/trunk/testing/itest/ws-jaxws/contribution-java-first/pom.xml b/sca-java-2.x/trunk/testing/itest/ws-jaxws/contribution-java-first/pom.xml index 8a6777a673..e584372593 100644 --- a/sca-java-2.x/trunk/testing/itest/ws-jaxws/contribution-java-first/pom.xml +++ b/sca-java-2.x/trunk/testing/itest/ws-jaxws/contribution-java-first/pom.xml @@ -31,11 +31,12 @@ <dependencies> - <dependency> + <dependency> <groupId>org.apache.tuscany.sca</groupId> - <artifactId>tuscany-base-runtime</artifactId> + <artifactId>tuscany-base-runtime-pom</artifactId> + <type>pom</type> <version>2.0-SNAPSHOT</version> - </dependency> + </dependency> <dependency> <groupId>org.apache.tuscany.sca</groupId> diff --git a/sca-java-2.x/trunk/testing/itest/ws-jaxws/contribution-wsdl-first/pom.xml b/sca-java-2.x/trunk/testing/itest/ws-jaxws/contribution-wsdl-first/pom.xml index 6766a2514e..77c83f27c6 100644 --- a/sca-java-2.x/trunk/testing/itest/ws-jaxws/contribution-wsdl-first/pom.xml +++ b/sca-java-2.x/trunk/testing/itest/ws-jaxws/contribution-wsdl-first/pom.xml @@ -31,11 +31,12 @@ <dependencies> - <dependency> + <dependency> <groupId>org.apache.tuscany.sca</groupId> - <artifactId>tuscany-base-runtime</artifactId> + <artifactId>tuscany-base-runtime-pom</artifactId> + <type>pom</type> <version>2.0-SNAPSHOT</version> - </dependency> + </dependency> <dependency> <groupId>org.apache.tuscany.sca</groupId> diff --git a/sca-java-2.x/trunk/testing/itest/ws-jaxws/external-client/pom.xml b/sca-java-2.x/trunk/testing/itest/ws-jaxws/external-client/pom.xml index 830d2acea5..356fb26193 100644 --- a/sca-java-2.x/trunk/testing/itest/ws-jaxws/external-client/pom.xml +++ b/sca-java-2.x/trunk/testing/itest/ws-jaxws/external-client/pom.xml @@ -31,11 +31,12 @@ <dependencies> - <dependency> + <dependency> <groupId>org.apache.tuscany.sca</groupId> - <artifactId>tuscany-base-runtime</artifactId> + <artifactId>tuscany-base-runtime-pom</artifactId> + <type>pom</type> <version>2.0-SNAPSHOT</version> - </dependency> + </dependency> <dependency> <groupId>org.apache.tuscany.sca</groupId> diff --git a/sca-java-2.x/trunk/testing/itest/ws-jaxws/launcher-ri/pom.xml b/sca-java-2.x/trunk/testing/itest/ws-jaxws/launcher-ri/pom.xml index 52f3a9b14d..c8e7ca8fbf 100644 --- a/sca-java-2.x/trunk/testing/itest/ws-jaxws/launcher-ri/pom.xml +++ b/sca-java-2.x/trunk/testing/itest/ws-jaxws/launcher-ri/pom.xml @@ -30,11 +30,12 @@ <name>Apache Tuscany SCA iTest WS JAXWS Launcher RI</name> <dependencies> - <dependency> + <dependency> <groupId>org.apache.tuscany.sca</groupId> - <artifactId>tuscany-base-runtime</artifactId> + <artifactId>tuscany-base-runtime-pom</artifactId> + <type>pom</type> <version>2.0-SNAPSHOT</version> - </dependency> + </dependency> <!-- Test resources --> <dependency> diff --git a/sca-java-2.x/trunk/testing/itest/ws/authentication-basic/pom.xml b/sca-java-2.x/trunk/testing/itest/ws/authentication-basic/pom.xml index 92ff953edd..277648687d 100644 --- a/sca-java-2.x/trunk/testing/itest/ws/authentication-basic/pom.xml +++ b/sca-java-2.x/trunk/testing/itest/ws/authentication-basic/pom.xml @@ -31,11 +31,12 @@ <dependencies> - <dependency> + <dependency> <groupId>org.apache.tuscany.sca</groupId> - <artifactId>tuscany-base-runtime</artifactId> + <artifactId>tuscany-base-runtime-pom</artifactId> + <type>pom</type> <version>2.0-SNAPSHOT</version> - </dependency> + </dependency> <dependency> <groupId>org.apache.tuscany.sca</groupId> diff --git a/sca-java-2.x/trunk/testing/itest/ws/contribution-callback-forwardspec/pom.xml b/sca-java-2.x/trunk/testing/itest/ws/contribution-callback-forwardspec/pom.xml index 0c279ca1f4..7274efeb3c 100644 --- a/sca-java-2.x/trunk/testing/itest/ws/contribution-callback-forwardspec/pom.xml +++ b/sca-java-2.x/trunk/testing/itest/ws/contribution-callback-forwardspec/pom.xml @@ -31,11 +31,12 @@ <dependencies>
- <dependency>
+ <dependency>
<groupId>org.apache.tuscany.sca</groupId>
- <artifactId>tuscany-base-runtime</artifactId>
+ <artifactId>tuscany-base-runtime-pom</artifactId>
+ <type>pom</type>
<version>2.0-SNAPSHOT</version>
- </dependency>
+ </dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
diff --git a/sca-java-2.x/trunk/testing/itest/ws/contribution-callback-fullspec/pom.xml b/sca-java-2.x/trunk/testing/itest/ws/contribution-callback-fullspec/pom.xml index f6badffbce..57fbf5f5f9 100644 --- a/sca-java-2.x/trunk/testing/itest/ws/contribution-callback-fullspec/pom.xml +++ b/sca-java-2.x/trunk/testing/itest/ws/contribution-callback-fullspec/pom.xml @@ -31,11 +31,12 @@ <dependencies>
- <dependency>
+ <dependency>
<groupId>org.apache.tuscany.sca</groupId>
- <artifactId>tuscany-base-runtime</artifactId>
+ <artifactId>tuscany-base-runtime-pom</artifactId>
+ <type>pom</type>
<version>2.0-SNAPSHOT</version>
- </dependency>
+ </dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
diff --git a/sca-java-2.x/trunk/testing/itest/ws/contribution-callback-promotion/pom.xml b/sca-java-2.x/trunk/testing/itest/ws/contribution-callback-promotion/pom.xml index 6b2549e95d..4b1b4b5e77 100644 --- a/sca-java-2.x/trunk/testing/itest/ws/contribution-callback-promotion/pom.xml +++ b/sca-java-2.x/trunk/testing/itest/ws/contribution-callback-promotion/pom.xml @@ -31,11 +31,12 @@ <dependencies>
- <dependency>
+ <dependency>
<groupId>org.apache.tuscany.sca</groupId>
- <artifactId>tuscany-base-runtime</artifactId>
+ <artifactId>tuscany-base-runtime-pom</artifactId>
+ <type>pom</type>
<version>2.0-SNAPSHOT</version>
- </dependency>
+ </dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
diff --git a/sca-java-2.x/trunk/testing/itest/ws/contribution-callback/pom.xml b/sca-java-2.x/trunk/testing/itest/ws/contribution-callback/pom.xml index e716ab7a47..5a1d0b9780 100644 --- a/sca-java-2.x/trunk/testing/itest/ws/contribution-callback/pom.xml +++ b/sca-java-2.x/trunk/testing/itest/ws/contribution-callback/pom.xml @@ -31,11 +31,12 @@ <dependencies>
- <dependency>
+ <dependency>
<groupId>org.apache.tuscany.sca</groupId>
- <artifactId>tuscany-base-runtime</artifactId>
+ <artifactId>tuscany-base-runtime-pom</artifactId>
+ <type>pom</type>
<version>2.0-SNAPSHOT</version>
- </dependency>
+ </dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
diff --git a/sca-java-2.x/trunk/testing/itest/ws/contribution-doc-lit-wrapped/pom.xml b/sca-java-2.x/trunk/testing/itest/ws/contribution-doc-lit-wrapped/pom.xml index e4247dbeb4..bcf322afcc 100644 --- a/sca-java-2.x/trunk/testing/itest/ws/contribution-doc-lit-wrapped/pom.xml +++ b/sca-java-2.x/trunk/testing/itest/ws/contribution-doc-lit-wrapped/pom.xml @@ -31,11 +31,12 @@ <dependencies>
- <dependency>
+ <dependency>
<groupId>org.apache.tuscany.sca</groupId>
- <artifactId>tuscany-base-runtime</artifactId>
+ <artifactId>tuscany-base-runtime-pom</artifactId>
+ <type>pom</type>
<version>2.0-SNAPSHOT</version>
- </dependency>
+ </dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
diff --git a/sca-java-2.x/trunk/testing/itest/ws/contribution-doc-lit/pom.xml b/sca-java-2.x/trunk/testing/itest/ws/contribution-doc-lit/pom.xml index 0e0ae606c6..8c800cae47 100644 --- a/sca-java-2.x/trunk/testing/itest/ws/contribution-doc-lit/pom.xml +++ b/sca-java-2.x/trunk/testing/itest/ws/contribution-doc-lit/pom.xml @@ -31,11 +31,12 @@ <dependencies>
- <dependency>
+ <dependency>
<groupId>org.apache.tuscany.sca</groupId>
- <artifactId>tuscany-base-runtime</artifactId>
+ <artifactId>tuscany-base-runtime-pom</artifactId>
+ <type>pom</type>
<version>2.0-SNAPSHOT</version>
- </dependency>
+ </dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
diff --git a/sca-java-2.x/trunk/testing/itest/ws/contribution-java-first/pom.xml b/sca-java-2.x/trunk/testing/itest/ws/contribution-java-first/pom.xml index 63dc9cde67..0711bd3ca0 100644 --- a/sca-java-2.x/trunk/testing/itest/ws/contribution-java-first/pom.xml +++ b/sca-java-2.x/trunk/testing/itest/ws/contribution-java-first/pom.xml @@ -31,11 +31,12 @@ <dependencies>
- <dependency>
+ <dependency>
<groupId>org.apache.tuscany.sca</groupId>
- <artifactId>tuscany-base-runtime</artifactId>
+ <artifactId>tuscany-base-runtime-pom</artifactId>
+ <type>pom</type>
<version>2.0-SNAPSHOT</version>
- </dependency>
+ </dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
diff --git a/sca-java-2.x/trunk/testing/itest/ws/contribution-rpc-lit/pom.xml b/sca-java-2.x/trunk/testing/itest/ws/contribution-rpc-lit/pom.xml index ca631b05ec..3acc03c10f 100644 --- a/sca-java-2.x/trunk/testing/itest/ws/contribution-rpc-lit/pom.xml +++ b/sca-java-2.x/trunk/testing/itest/ws/contribution-rpc-lit/pom.xml @@ -31,11 +31,12 @@ <dependencies>
- <dependency>
+ <dependency>
<groupId>org.apache.tuscany.sca</groupId>
- <artifactId>tuscany-base-runtime</artifactId>
+ <artifactId>tuscany-base-runtime-pom</artifactId>
+ <type>pom</type>
<version>2.0-SNAPSHOT</version>
- </dependency>
+ </dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
diff --git a/sca-java-2.x/trunk/testing/itest/ws/contribution-wsdl-first/pom.xml b/sca-java-2.x/trunk/testing/itest/ws/contribution-wsdl-first/pom.xml index 5190f5d2fe..8eb95dddef 100644 --- a/sca-java-2.x/trunk/testing/itest/ws/contribution-wsdl-first/pom.xml +++ b/sca-java-2.x/trunk/testing/itest/ws/contribution-wsdl-first/pom.xml @@ -31,11 +31,12 @@ <dependencies>
- <dependency>
+ <dependency>
<groupId>org.apache.tuscany.sca</groupId>
- <artifactId>tuscany-base-runtime</artifactId>
+ <artifactId>tuscany-base-runtime-pom</artifactId>
+ <type>pom</type>
<version>2.0-SNAPSHOT</version>
- </dependency>
+ </dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
diff --git a/sca-java-2.x/trunk/testing/itest/ws/defaults/pom.xml b/sca-java-2.x/trunk/testing/itest/ws/defaults/pom.xml index f96fba29ee..5ee464b519 100644 --- a/sca-java-2.x/trunk/testing/itest/ws/defaults/pom.xml +++ b/sca-java-2.x/trunk/testing/itest/ws/defaults/pom.xml @@ -31,11 +31,12 @@ <dependencies> - <dependency> + <dependency> <groupId>org.apache.tuscany.sca</groupId> - <artifactId>tuscany-base-runtime</artifactId> + <artifactId>tuscany-base-runtime-pom</artifactId> + <type>pom</type> <version>2.0-SNAPSHOT</version> - </dependency> + </dependency> <dependency> <groupId>org.apache.tuscany.sca</groupId> diff --git a/sca-java-2.x/trunk/testing/itest/ws/endpoint-references/pom.xml b/sca-java-2.x/trunk/testing/itest/ws/endpoint-references/pom.xml index ed5dee78fe..09dc74a4fa 100644 --- a/sca-java-2.x/trunk/testing/itest/ws/endpoint-references/pom.xml +++ b/sca-java-2.x/trunk/testing/itest/ws/endpoint-references/pom.xml @@ -31,11 +31,12 @@ <dependencies> - <dependency> + <dependency> <groupId>org.apache.tuscany.sca</groupId> - <artifactId>tuscany-base-runtime</artifactId> + <artifactId>tuscany-base-runtime-pom</artifactId> + <type>pom</type> <version>2.0-SNAPSHOT</version> - </dependency> + </dependency> <dependency> <groupId>org.apache.tuscany.sca</groupId> diff --git a/sca-java-2.x/trunk/testing/itest/ws/endpoints/pom.xml b/sca-java-2.x/trunk/testing/itest/ws/endpoints/pom.xml index 9bf6b21f50..16aaf26e46 100644 --- a/sca-java-2.x/trunk/testing/itest/ws/endpoints/pom.xml +++ b/sca-java-2.x/trunk/testing/itest/ws/endpoints/pom.xml @@ -31,11 +31,12 @@ <dependencies> - <dependency> + <dependency> <groupId>org.apache.tuscany.sca</groupId> - <artifactId>tuscany-base-runtime</artifactId> + <artifactId>tuscany-base-runtime-pom</artifactId> + <type>pom</type> <version>2.0-SNAPSHOT</version> - </dependency> + </dependency> <dependency> <groupId>org.apache.tuscany.sca</groupId> diff --git a/sca-java-2.x/trunk/testing/itest/ws/http-ssl/pom.xml b/sca-java-2.x/trunk/testing/itest/ws/http-ssl/pom.xml index e9599a38af..8aae935732 100644 --- a/sca-java-2.x/trunk/testing/itest/ws/http-ssl/pom.xml +++ b/sca-java-2.x/trunk/testing/itest/ws/http-ssl/pom.xml @@ -31,11 +31,12 @@ <dependencies> - <dependency> + <dependency> <groupId>org.apache.tuscany.sca</groupId> - <artifactId>tuscany-base-runtime</artifactId> + <artifactId>tuscany-base-runtime-pom</artifactId> + <type>pom</type> <version>2.0-SNAPSHOT</version> - </dependency> + </dependency> <dependency> <groupId>org.apache.tuscany.sca</groupId> diff --git a/sca-java-2.x/trunk/testing/itest/ws/launcher-axis2/pom.xml b/sca-java-2.x/trunk/testing/itest/ws/launcher-axis2/pom.xml index bca9cf004f..6689781d26 100644 --- a/sca-java-2.x/trunk/testing/itest/ws/launcher-axis2/pom.xml +++ b/sca-java-2.x/trunk/testing/itest/ws/launcher-axis2/pom.xml @@ -30,11 +30,12 @@ <name>Apache Tuscany SCA iTest WS Launcher Axis2</name>
<dependencies>
- <dependency>
+ <dependency>
<groupId>org.apache.tuscany.sca</groupId>
- <artifactId>tuscany-base-runtime</artifactId>
+ <artifactId>tuscany-base-runtime-pom</artifactId>
+ <type>pom</type>
<version>2.0-SNAPSHOT</version>
- </dependency>
+ </dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
diff --git a/sca-java-2.x/trunk/testing/itest/ws/wsdl/pom.xml b/sca-java-2.x/trunk/testing/itest/ws/wsdl/pom.xml index c42a0def7e..72375853e3 100644 --- a/sca-java-2.x/trunk/testing/itest/ws/wsdl/pom.xml +++ b/sca-java-2.x/trunk/testing/itest/ws/wsdl/pom.xml @@ -31,11 +31,12 @@ <dependencies> - <dependency> + <dependency> <groupId>org.apache.tuscany.sca</groupId> - <artifactId>tuscany-base-runtime</artifactId> + <artifactId>tuscany-base-runtime-pom</artifactId> + <type>pom</type> <version>2.0-SNAPSHOT</version> - </dependency> + </dependency> <dependency> <groupId>org.apache.tuscany.sca</groupId> |