From 076965bd420d6984d1d6dce70f53b89b1b1d1054 Mon Sep 17 00:00:00 2001 From: antelder Date: Wed, 26 Jan 2011 09:57:50 +0000 Subject: Update to as much as possible only use dependencies in the maven central repo and for where thats not possible define the other repository in the module that uses it not the top level pom.xml git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1063664 13f79535-47bb-0310-9956-ffa450edef68 --- .../distribution/all/src/main/release/bin/LICENSE | 4 - .../trunk/modules/binding-ws-runtime-jaxws/pom.xml | 2 +- .../trunk/modules/databinding-jaxb-axiom/pom.xml | 2 +- .../trunk/modules/databinding-jaxb/pom.xml | 22 +-- sca-java-2.x/trunk/modules/databinding-sdo/pom.xml | 19 --- .../modules/implementation-bpel-runtime/pom.xml | 15 ++ .../trunk/modules/interface-java-jaxws/pom.xml | 24 +-- sca-java-2.x/trunk/modules/interface-wsdl/pom.xml | 15 -- .../trunk/modules/node-launcher-equinox/pom.xml | 55 +++++++ .../trunk/modules/osgi-runtime-pom/pom.xml | 6 + sca-java-2.x/trunk/modules/xsd/pom.xml | 15 -- sca-java-2.x/trunk/pom.xml | 181 --------------------- .../dosgi-dynamic-calculator-operations/pom.xml | 13 +- .../dosgi-calculator-operations/pom.xml | 13 +- .../trunk/testing/itest/async-interactions/pom.xml | 2 +- .../trunk/testing/itest/async-services/pom.xml | 7 - .../itest/bpel/helloworld-reference/pom.xml | 2 +- .../trunk/testing/itest/bpel/helloworld/pom.xml | 2 +- .../itest/databindings/jaxb-bottom-up/pom.xml | 25 --- .../itest/databindings/jaxb-top-down/pom.xml | 25 --- .../itest/ws-jaxws/contribution-java-first/pom.xml | 2 +- .../itest/ws-jaxws/contribution-wsdl-first/pom.xml | 2 +- .../testing/itest/ws-jaxws/external-client/pom.xml | 2 +- .../itest/ws-jaxws/external-service/pom.xml | 2 +- .../ws/contribution-callback-forwardspec/pom.xml | 2 +- .../ws/contribution-callback-fullspec/pom.xml | 2 +- .../ws/contribution-callback-promotion/pom.xml | 2 +- .../testing/itest/ws/contribution-callback/pom.xml | 2 +- .../itest/ws/contribution-doc-lit-wrapped/pom.xml | 2 +- .../testing/itest/ws/contribution-doc-lit/pom.xml | 2 +- .../itest/ws/contribution-java-first/pom.xml | 2 +- .../testing/itest/ws/contribution-rpc-lit/pom.xml | 2 +- .../itest/ws/contribution-wsdl-first/pom.xml | 2 +- .../trunk/testing/itest/ws/external-client/pom.xml | 16 +- .../testing/itest/ws/external-service/pom.xml | 2 +- 35 files changed, 136 insertions(+), 357 deletions(-) (limited to 'sca-java-2.x/trunk') diff --git a/sca-java-2.x/trunk/distribution/all/src/main/release/bin/LICENSE b/sca-java-2.x/trunk/distribution/all/src/main/release/bin/LICENSE index cf291b9b80..e6ccd7b6cc 100644 --- a/sca-java-2.x/trunk/distribution/all/src/main/release/bin/LICENSE +++ b/sca-java-2.x/trunk/distribution/all/src/main/release/bin/LICENSE @@ -410,11 +410,7 @@ Tuscany SDO dependencies on Eclipse: common-2.2.3.jar xsd-2.2.3.jar runtime-3.4.0-v20080512.jar, - app-1.2.0-v20090520-1800.jar contenttype-3.3.0-v20080604-1400.jar - jobs-3.4.0-v20080512.jar - preferences-3.2.300-v20090520-1800.jar - registry-3.4.100-v20090520-1800.jar Eclipse Public License - v 1.0 diff --git a/sca-java-2.x/trunk/modules/binding-ws-runtime-jaxws/pom.xml b/sca-java-2.x/trunk/modules/binding-ws-runtime-jaxws/pom.xml index 129d1e4641..2241d67853 100644 --- a/sca-java-2.x/trunk/modules/binding-ws-runtime-jaxws/pom.xml +++ b/sca-java-2.x/trunk/modules/binding-ws-runtime-jaxws/pom.xml @@ -145,7 +145,7 @@ org.codehaus.mojo jaxws-maven-plugin - 1.12 + 1.10 --> + + + intalio.org + http://www.intalio.org/public/maven2 + + true + + + false + + + + org.apache.tuscany.sca diff --git a/sca-java-2.x/trunk/modules/interface-java-jaxws/pom.xml b/sca-java-2.x/trunk/modules/interface-java-jaxws/pom.xml index 87c099c741..4ce3b6bfc3 100644 --- a/sca-java-2.x/trunk/modules/interface-java-jaxws/pom.xml +++ b/sca-java-2.x/trunk/modules/interface-java-jaxws/pom.xml @@ -73,28 +73,6 @@ - - - java.net - java.net Maven 1.x Repository - http://download.java.net/maven/1 - legacy - - - java.net2 - java.net Maven 2.x Repository - http://download.java.net/maven/2 - - - - - - java.net2 - java.net Maven 2.x Repository - http://download.java.net/maven/2 - - - @@ -119,7 +97,7 @@ org.codehaus.mojo jaxws-maven-plugin - 1.12 + 1.10 diff --git a/sca-java-2.x/trunk/modules/interface-wsdl/pom.xml b/sca-java-2.x/trunk/modules/interface-wsdl/pom.xml index d6f17f03f6..5d025cd4bc 100644 --- a/sca-java-2.x/trunk/modules/interface-wsdl/pom.xml +++ b/sca-java-2.x/trunk/modules/interface-wsdl/pom.xml @@ -62,19 +62,4 @@ - - - - apache.ws.zone - Apache WS Zone Repository - http://ws.zones.apache.org/repository2 - - true - - - false - - - - diff --git a/sca-java-2.x/trunk/modules/node-launcher-equinox/pom.xml b/sca-java-2.x/trunk/modules/node-launcher-equinox/pom.xml index b31d1e6d9f..de19177f81 100644 --- a/sca-java-2.x/trunk/modules/node-launcher-equinox/pom.xml +++ b/sca-java-2.x/trunk/modules/node-launcher-equinox/pom.xml @@ -94,7 +94,62 @@ test + + org.eclipse.core + runtime + 3.4.0-v20080512 + runtime + + + org.eclipse.core + contenttype + + + org.eclipse.equinox + registry + + + org.eclipse.equinox + preferences + + + org.eclipse.core + jobs + + + org.eclipse.equinox + app + + + + + org.eclipse.core + contenttype + 3.3.0-v20080604-1400 + runtime + + + org.eclipse.equinox + registry + + + org.eclipse.equinox + preferences + + + + + + + + tuscany.repo + Tuscany Maven 2.x Repository + http://svn.apache.org/repos/asf/tuscany/maven + + + + diff --git a/sca-java-2.x/trunk/modules/osgi-runtime-pom/pom.xml b/sca-java-2.x/trunk/modules/osgi-runtime-pom/pom.xml index 36c3d401b8..176d05b2e5 100644 --- a/sca-java-2.x/trunk/modules/osgi-runtime-pom/pom.xml +++ b/sca-java-2.x/trunk/modules/osgi-runtime-pom/pom.xml @@ -60,6 +60,12 @@ ${pom.version} + + org.apache.tuscany.sca + tuscany-implementation-osgi-runtime + ${pom.version} + + diff --git a/sca-java-2.x/trunk/modules/xsd/pom.xml b/sca-java-2.x/trunk/modules/xsd/pom.xml index e9f6b78c2f..767bab3327 100644 --- a/sca-java-2.x/trunk/modules/xsd/pom.xml +++ b/sca-java-2.x/trunk/modules/xsd/pom.xml @@ -47,19 +47,4 @@ - - - - apache.ws.zone - Apache WS Zone Repository - http://ws.zones.apache.org/repository2 - - true - - - false - - - - diff --git a/sca-java-2.x/trunk/pom.xml b/sca-java-2.x/trunk/pom.xml index 3721d961b1..d75c87d1b4 100644 --- a/sca-java-2.x/trunk/pom.xml +++ b/sca-java-2.x/trunk/pom.xml @@ -61,38 +61,6 @@ - - maven.central - http://repo2.maven.org/maven2 - - true - - - false - - - - apache.incubator - http://people.apache.org/repo/m2-incubating-repository - - true - - - false - - - - - apache.snapshots - Apache SNAPSHOT Repository - http://repository.apache.org/snapshots - - false - - - true - - tuscany.repo @@ -105,158 +73,9 @@ false - - - oasis.svn - http://tools.oasis-open.org/version-control/svn/sca-j/Release/ - - true - - - true - - - - - apache.ws.zone - Apache WS Zone Repository - http://ws.zones.apache.org/repository2 - - true - - - false - - - - indiana - http://ftp.ussg.iu.edu/eclipse/modeling/emf/emf/maven2/ - - true - - - false - - - - osuosl.org - http://ftp.osuosl.org/pub/eclipse/tools/emf/maven2 - - true - - - false - - - - - - intalio.org - http://www.intalio.org/public/maven2 - - true - - - false - - - - - - - false - - java.net - java.net Maven 1.x Repository - http://download.java.net/maven/1 - legacy - - - java.net2 - java.net Maven 2.x Repository - http://download.java.net/maven/2 - - false - - - - - - - - - apache - Apache Repository - http://people.apache.org/repo/m2-ibiblio-rsync-repository - - true - - - false - - - - - - apache.incubator - Apache Incubator Repository - http://people.apache.org/repo/m2-incubating-repository - - true - - - false - - - - - - apache.snapshots - Apache SNAPSHOT Repository - http://repository.apache.org/snapshots - - true - - - - - - - - - maven.central - Maven Central Repository - http://repo2.maven.org/maven2 - - true - - - false - - - - - java.net2 - java.net Maven 2.x Repository - http://download.java.net/maven/2 - - false - - - - diff --git a/sca-java-2.x/trunk/samples/learning-more/distributed-osgi/dosgi-dynamic-calculator-operations/pom.xml b/sca-java-2.x/trunk/samples/learning-more/distributed-osgi/dosgi-dynamic-calculator-operations/pom.xml index 3f06c2665f..1de7aff7a5 100644 --- a/sca-java-2.x/trunk/samples/learning-more/distributed-osgi/dosgi-dynamic-calculator-operations/pom.xml +++ b/sca-java-2.x/trunk/samples/learning-more/distributed-osgi/dosgi-dynamic-calculator-operations/pom.xml @@ -32,10 +32,21 @@ org.apache.tuscany.sca - tuscany-feature-all + tuscany-base-runtime-pom 2.0-SNAPSHOT pom + + org.apache.tuscany.sca + tuscany-osgi-runtime-pom + 2.0-SNAPSHOT + pom + + + org.apache.tuscany.sca + tuscany-binding-rmi-runtime + 2.0-SNAPSHOT + org.apache.tuscany.sca diff --git a/sca-java-2.x/trunk/samples/learning-more/implementation-osgi/dosgi-calculator-operations/pom.xml b/sca-java-2.x/trunk/samples/learning-more/implementation-osgi/dosgi-calculator-operations/pom.xml index 770a20b58f..8aee7b735d 100644 --- a/sca-java-2.x/trunk/samples/learning-more/implementation-osgi/dosgi-calculator-operations/pom.xml +++ b/sca-java-2.x/trunk/samples/learning-more/implementation-osgi/dosgi-calculator-operations/pom.xml @@ -32,10 +32,21 @@ org.apache.tuscany.sca - tuscany-feature-all + tuscany-base-runtime-pom 2.0-SNAPSHOT pom + + org.apache.tuscany.sca + tuscany-osgi-runtime-pom + 2.0-SNAPSHOT + pom + + + org.apache.tuscany.sca + tuscany-binding-rmi-runtime + 2.0-SNAPSHOT + org.apache.tuscany.sca 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 c61bf5dc7b..3de6afffc6 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 @@ -82,7 +82,7 @@ org.codehaus.mojo jaxws-maven-plugin - 1.12 + 1.10 diff --git a/sca-java-2.x/trunk/testing/itest/async-services/pom.xml b/sca-java-2.x/trunk/testing/itest/async-services/pom.xml index 0e5ac16fcb..f7e5463b6d 100644 --- a/sca-java-2.x/trunk/testing/itest/async-services/pom.xml +++ b/sca-java-2.x/trunk/testing/itest/async-services/pom.xml @@ -33,13 +33,6 @@ - - - org.oasis-open.sca.j - sca-caa-apis - 1.1-CD04 - - org.apache.tuscany.sca tuscany-base-runtime-pom diff --git a/sca-java-2.x/trunk/testing/itest/bpel/helloworld-reference/pom.xml b/sca-java-2.x/trunk/testing/itest/bpel/helloworld-reference/pom.xml index 75856a4c74..cc2ea3676f 100644 --- a/sca-java-2.x/trunk/testing/itest/bpel/helloworld-reference/pom.xml +++ b/sca-java-2.x/trunk/testing/itest/bpel/helloworld-reference/pom.xml @@ -189,7 +189,7 @@ org.codehaus.mojo jaxws-maven-plugin - 1.12 + 1.10 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 77c83f27c6..f43eadc3b5 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 @@ -77,7 +77,7 @@ org.codehaus.mojo jaxws-maven-plugin - 1.12 + 1.10 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 356fb26193..f005e9ec30 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 @@ -78,7 +78,7 @@ org.codehaus.mojo jaxws-maven-plugin - 1.12 + 1.10 diff --git a/sca-java-2.x/trunk/testing/itest/ws-jaxws/external-service/pom.xml b/sca-java-2.x/trunk/testing/itest/ws-jaxws/external-service/pom.xml index e64f40273f..6b705e9041 100644 --- a/sca-java-2.x/trunk/testing/itest/ws-jaxws/external-service/pom.xml +++ b/sca-java-2.x/trunk/testing/itest/ws-jaxws/external-service/pom.xml @@ -60,7 +60,7 @@ org.codehaus.mojo jaxws-maven-plugin - 1.12 + 1.10 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 7274efeb3c..a29f22c5e9 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 @@ -77,7 +77,7 @@ org.codehaus.mojo jaxws-maven-plugin - 1.12 + 1.10 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 57fbf5f5f9..f296cd301c 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 @@ -77,7 +77,7 @@ org.codehaus.mojo jaxws-maven-plugin - 1.12 + 1.10 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 4b1b4b5e77..4e36da2cf2 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 @@ -77,7 +77,7 @@ org.codehaus.mojo jaxws-maven-plugin - 1.12 + 1.10 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 5a1d0b9780..4ef6e1513b 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 @@ -77,7 +77,7 @@ org.codehaus.mojo jaxws-maven-plugin - 1.12 + 1.10 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 bcf322afcc..6682e1486a 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 @@ -77,7 +77,7 @@ org.codehaus.mojo jaxws-maven-plugin - 1.12 + 1.10 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 8c800cae47..059a2c77fd 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 @@ -77,7 +77,7 @@ org.codehaus.mojo jaxws-maven-plugin - 1.12 + 1.10 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 0711bd3ca0..503d366e75 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 @@ -77,7 +77,7 @@ org.codehaus.mojo jaxws-maven-plugin - 1.12 + 1.10 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 3acc03c10f..5de77cd8f3 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 @@ -77,7 +77,7 @@ org.codehaus.mojo jaxws-maven-plugin - 1.12 + 1.10 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 8eb95dddef..054ea6fdad 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 @@ -77,7 +77,7 @@ org.codehaus.mojo jaxws-maven-plugin - 1.12 + 1.10 diff --git a/sca-java-2.x/trunk/testing/itest/ws/external-client/pom.xml b/sca-java-2.x/trunk/testing/itest/ws/external-client/pom.xml index 1a75336754..a62921603f 100644 --- a/sca-java-2.x/trunk/testing/itest/ws/external-client/pom.xml +++ b/sca-java-2.x/trunk/testing/itest/ws/external-client/pom.xml @@ -29,6 +29,20 @@ itest-ws-external-client Apache Tuscany SCA iTest WS External Client + + + java.net + java.net Maven 1.x Repository + http://download.java.net/maven/1 + legacy + + + java.net2 + java.net Maven 2.x Repository + http://download.java.net/maven/2 + + + @@ -65,7 +79,7 @@ org.codehaus.mojo jaxws-maven-plugin - 1.12 + 1.10 diff --git a/sca-java-2.x/trunk/testing/itest/ws/external-service/pom.xml b/sca-java-2.x/trunk/testing/itest/ws/external-service/pom.xml index f789844419..0634b52345 100644 --- a/sca-java-2.x/trunk/testing/itest/ws/external-service/pom.xml +++ b/sca-java-2.x/trunk/testing/itest/ws/external-service/pom.xml @@ -60,7 +60,7 @@ org.codehaus.mojo jaxws-maven-plugin - 1.12 + 1.10 -- cgit v1.2.3