From 859a1c4d599b82ea0bdaa6e84d88a0fb635f1349 Mon Sep 17 00:00:00 2001 From: Munilla Christophe Date: Tue, 7 Aug 2012 10:29:06 +0000 Subject: [PATCH] fix Jenkins integration server error : exclusions of not found dependencies (suite) --- frascati/nuxeo/fractal/pom.xml | 9 --- .../examples/nuxeo/pom.xml | 3 +- .../examples/pom.xml | 61 +++++++++++++++++- .../frascati-implementation-nuxeo/pom.xml | 16 ++--- .../binding-frascati-side/pom.xml | 21 +----- frascati/nuxeo/frascati-nuxeo/pom.xml | 32 +--------- .../nuxeo/frascati-service-bridge-api/pom.xml | 14 ---- .../nuxeo/frascati-service-bridge/pom.xml | 8 --- frascati/nuxeo/pom.xml | 64 +++++++++++++++++++ 9 files changed, 132 insertions(+), 96 deletions(-) diff --git a/frascati/nuxeo/fractal/pom.xml b/frascati/nuxeo/fractal/pom.xml index ebd847157..d02980b84 100644 --- a/frascati/nuxeo/fractal/pom.xml +++ b/frascati/nuxeo/fractal/pom.xml @@ -51,14 +51,6 @@ org.nuxeo.runtime nuxeo-runtime - ${nuxeo.version} - provided - - - org.osgi - osgi-core - - org.osgi @@ -70,7 +62,6 @@ fractal-bf-connectors-nuxeo - diff --git a/frascati/nuxeo/frascati-implementation-nuxeo/examples/nuxeo/pom.xml b/frascati/nuxeo/frascati-implementation-nuxeo/examples/nuxeo/pom.xml index 6ad8bbe3b..c47664d13 100755 --- a/frascati/nuxeo/frascati-implementation-nuxeo/examples/nuxeo/pom.xml +++ b/frascati/nuxeo/frascati-implementation-nuxeo/examples/nuxeo/pom.xml @@ -90,9 +90,8 @@ org.nuxeo.runtime nuxeo-runtime-reload - ${nuxeo.version} - + org.nuxeo.ecm.core diff --git a/frascati/nuxeo/frascati-implementation-nuxeo/examples/pom.xml b/frascati/nuxeo/frascati-implementation-nuxeo/examples/pom.xml index 4d429ac41..2c4c0979d 100755 --- a/frascati/nuxeo/frascati-implementation-nuxeo/examples/pom.xml +++ b/frascati/nuxeo/frascati-implementation-nuxeo/examples/pom.xml @@ -66,6 +66,51 @@ + + + + org.nuxeo.runtime + nuxeo-runtime-reload + ${nuxeo.version} + provided + + + org.osgi + osgi-core + + + + + org.nuxeo.runtime + nuxeo-runtime-test + ${nuxeo.version} + test + + + org.seleniumhq.selenium + selenium-server-standalone + + + org.milyn + milyn-magger + + + org.milyn + flute + + + com.sun.xml + xsom + + + org.osgi + osgi-core + + + + + + @@ -75,6 +120,13 @@ ${project.version} + + org.osgi + org.osgi.core + 4.2.0 + provided + + @@ -99,10 +151,13 @@ org.nuxeo.runtime nuxeo-runtime-test - ${nuxeo.version} - test - + + org.osgi + org.osgi.core + 4.2.0 + provided + diff --git a/frascati/nuxeo/frascati-implementation-nuxeo/pom.xml b/frascati/nuxeo/frascati-implementation-nuxeo/pom.xml index 7f31dcb3a..da88cfe64 100755 --- a/frascati/nuxeo/frascati-implementation-nuxeo/pom.xml +++ b/frascati/nuxeo/frascati-implementation-nuxeo/pom.xml @@ -101,15 +101,13 @@ org.nuxeo.runtime nuxeo-runtime - ${nuxeo.version} - provided - - - org.osgi - osgi-core - - - + + + org.osgi + org.osgi.core + 4.2.0 + provided + diff --git a/frascati/nuxeo/frascati-nuxeo-test/binding-frascati-side/pom.xml b/frascati/nuxeo/frascati-nuxeo-test/binding-frascati-side/pom.xml index b40882399..dc0b79490 100644 --- a/frascati/nuxeo/frascati-nuxeo-test/binding-frascati-side/pom.xml +++ b/frascati/nuxeo/frascati-nuxeo-test/binding-frascati-side/pom.xml @@ -34,24 +34,5 @@ provided - + diff --git a/frascati/nuxeo/frascati-nuxeo/pom.xml b/frascati/nuxeo/frascati-nuxeo/pom.xml index c5867b7ac..356af8eb8 100644 --- a/frascati/nuxeo/frascati-nuxeo/pom.xml +++ b/frascati/nuxeo/frascati-nuxeo/pom.xml @@ -58,47 +58,17 @@ org.nuxeo.runtime nuxeo-runtime-bridge - 5.5-SNAPSHOT - provided - - - org.osgi - osgi-core - - org.nuxeo.runtime nuxeo-runtime-test - 5.5 provided - - - org.seleniumhq.selenium - selenium-server-standalone - - - org.milyn - milyn-magger - - - org.milyn - flute - - - com.sun.xml - xsom - - - org.osgi - osgi-core - - org.osgi org.osgi.core 4.2.0 + provided org.ow2.frascati.nuxeo diff --git a/frascati/nuxeo/frascati-service-bridge-api/pom.xml b/frascati/nuxeo/frascati-service-bridge-api/pom.xml index ec01f8e5e..2c2d4348d 100644 --- a/frascati/nuxeo/frascati-service-bridge-api/pom.xml +++ b/frascati/nuxeo/frascati-service-bridge-api/pom.xml @@ -45,14 +45,6 @@ org.nuxeo.runtime nuxeo-runtime - ${nuxeo.version} - provided - - - org.osgi - osgi-core - - org.osgi @@ -60,12 +52,6 @@ 4.2.0 provided - - org.osgi - org.osgi.core - 4.2.0 - provided - diff --git a/frascati/nuxeo/frascati-service-bridge/pom.xml b/frascati/nuxeo/frascati-service-bridge/pom.xml index 90bbb4105..b96c88d50 100755 --- a/frascati/nuxeo/frascati-service-bridge/pom.xml +++ b/frascati/nuxeo/frascati-service-bridge/pom.xml @@ -24,14 +24,6 @@ org.nuxeo.runtime nuxeo-runtime - ${nuxeo.version} - provided - - - org.osgi - osgi-core - - org.osgi diff --git a/frascati/nuxeo/pom.xml b/frascati/nuxeo/pom.xml index e3dad2012..e70b4b4a4 100644 --- a/frascati/nuxeo/pom.xml +++ b/frascati/nuxeo/pom.xml @@ -258,6 +258,70 @@ + + org.nuxeo.runtime + nuxeo-runtime + ${nuxeo.version} + provided + + + org.osgi + osgi-core + + + + + org.nuxeo.runtime + nuxeo-runtime-reload + ${nuxeo.version} + provided + + + org.osgi + osgi-core + + + + + org.nuxeo.runtime + nuxeo-runtime-bridge + ${nuxeo.version}-SNAPSHOT + provided + + + org.osgi + osgi-core + + + + + org.nuxeo.runtime + nuxeo-runtime-test + ${nuxeo.version} + test + + + org.seleniumhq.selenium + selenium-server-standalone + + + org.milyn + milyn-magger + + + org.milyn + flute + + + com.sun.xml + xsom + + + org.osgi + osgi-core + + + -- GitLab