From 1140a35f852cb36026991ef3d75a3b8b48034390 Mon Sep 17 00:00:00 2001 From: Tom Pantelis Date: Fri, 25 Aug 2017 15:42:39 -0400 Subject: [PATCH] Remove CSS artifact remnants The project has already been converted to blueprint (except for test-extension) so removed he remaining CSS remnants (eg use of config-parent). Change-Id: Ib19a47efe84702fc49ec59ba79f58fccb46e1f49 Signed-off-by: Tom Pantelis --- .../hwvtepsouthbound-impl/pom.xml | 27 ++++++++++++++-- hwvtepsouthbound/hwvtepsouthbound-it/pom.xml | 11 ------- library/impl/pom.xml | 14 ++------- southbound/southbound-impl/pom.xml | 31 +++++++++++++++++-- southbound/southbound-it/pom.xml | 11 ------- utils/config/pom.xml | 11 +++++-- utils/hwvtepsouthbound-utils/pom.xml | 6 ++-- utils/mdsal-utils/pom.xml | 28 +++++++++++++++-- utils/ovsdb-it-utils/pom.xml | 10 ++---- utils/servicehelper/pom.xml | 6 ++-- utils/southbound-utils/pom.xml | 6 ++-- 11 files changed, 100 insertions(+), 61 deletions(-) diff --git a/hwvtepsouthbound/hwvtepsouthbound-impl/pom.xml b/hwvtepsouthbound/hwvtepsouthbound-impl/pom.xml index 89a049c62..9e9f443f7 100644 --- a/hwvtepsouthbound/hwvtepsouthbound-impl/pom.xml +++ b/hwvtepsouthbound/hwvtepsouthbound-impl/pom.xml @@ -9,9 +9,9 @@ and is available at http://www.eclipse.org/legal/epl-v10.html - org.opendaylight.controller - config-parent - 0.8.0-SNAPSHOT + org.opendaylight.mdsal + binding-parent + 0.12.0-SNAPSHOT @@ -23,7 +23,28 @@ and is available at http://www.eclipse.org/legal/epl-v10.html ODL :: ovsdb :: ${project.artifactId} + + + + + org.opendaylight.controller + mdsal-artifacts + 1.7.0-SNAPSHOT + pom + import + + + + + + org.opendaylight.controller + sal-core-api + + + org.opendaylight.mdsal + mdsal-binding-dom-codec + ${project.groupId} diff --git a/hwvtepsouthbound/hwvtepsouthbound-it/pom.xml b/hwvtepsouthbound/hwvtepsouthbound-it/pom.xml index 0b68a83d2..359451ccb 100644 --- a/hwvtepsouthbound/hwvtepsouthbound-it/pom.xml +++ b/hwvtepsouthbound/hwvtepsouthbound-it/pom.xml @@ -37,13 +37,6 @@ and is available at http://www.eclipse.org/legal/epl-v10.html pom import - - org.opendaylight.controller - config-artifacts - 0.8.0-SNAPSHOT - pom - import - org.opendaylight.controller mdsal-artifacts @@ -69,10 +62,6 @@ and is available at http://www.eclipse.org/legal/epl-v10.html org.opendaylight.controller sal-common-api - - org.opendaylight.controller - config-util - ${project.groupId} utils.hwvtepsouthbound-utils diff --git a/library/impl/pom.xml b/library/impl/pom.xml index 44bc7a1ca..876ae3e60 100644 --- a/library/impl/pom.xml +++ b/library/impl/pom.xml @@ -9,9 +9,9 @@ and is available at http://www.eclipse.org/legal/epl-v10.html - org.opendaylight.controller - config-parent - 0.8.0-SNAPSHOT + org.opendaylight.mdsal + binding-parent + 0.12.0-SNAPSHOT @@ -61,14 +61,6 @@ and is available at http://www.eclipse.org/legal/epl-v10.html org.slf4j slf4j-api - - org.opendaylight.controller - config-api - - - org.opendaylight.controller - sal-binding-api - org.opendaylight.aaa aaa-cert diff --git a/southbound/southbound-impl/pom.xml b/southbound/southbound-impl/pom.xml index a5d09c372..3f4665fa6 100644 --- a/southbound/southbound-impl/pom.xml +++ b/southbound/southbound-impl/pom.xml @@ -9,9 +9,9 @@ and is available at http://www.eclipse.org/legal/epl-v10.html - org.opendaylight.controller - config-parent - 0.8.0-SNAPSHOT + org.opendaylight.mdsal + binding-parent + 0.12.0-SNAPSHOT @@ -27,7 +27,27 @@ and is available at http://www.eclipse.org/legal/epl-v10.html ../southbound-it/target/jacoco-it.exec + + + + org.opendaylight.controller + mdsal-artifacts + 1.7.0-SNAPSHOT + pom + import + + + + + + org.opendaylight.controller + sal-core-api + + + org.opendaylight.mdsal + mdsal-binding-dom-codec + ${project.groupId} @@ -81,6 +101,11 @@ and is available at http://www.eclipse.org/legal/epl-v10.html powermock-module-junit4 test + + org.opendaylight.controller + sal-binding-broker-impl + test + org.opendaylight.controller sal-binding-broker-impl diff --git a/southbound/southbound-it/pom.xml b/southbound/southbound-it/pom.xml index 9e70bd3a0..ab01b6325 100644 --- a/southbound/southbound-it/pom.xml +++ b/southbound/southbound-it/pom.xml @@ -36,13 +36,6 @@ and is available at http://www.eclipse.org/legal/epl-v10.html pom import - - org.opendaylight.controller - config-artifacts - 0.8.0-SNAPSHOT - pom - import - org.opendaylight.controller mdsal-artifacts @@ -67,10 +60,6 @@ and is available at http://www.eclipse.org/legal/epl-v10.html features xml - - org.opendaylight.controller - config-util - ${project.groupId} utils.southbound-utils diff --git a/utils/config/pom.xml b/utils/config/pom.xml index 9de9f1be0..3e1d8d199 100644 --- a/utils/config/pom.xml +++ b/utils/config/pom.xml @@ -12,9 +12,9 @@ and is available at http://www.eclipse.org/legal/epl-v10.html 4.0.0 - org.opendaylight.controller - config-parent - 0.8.0-SNAPSHOT + org.opendaylight.mdsal + binding-parent + 0.12.0-SNAPSHOT @@ -27,6 +27,11 @@ and is available at http://www.eclipse.org/legal/epl-v10.html jar + + org.osgi + org.osgi.core + + org.mockito diff --git a/utils/hwvtepsouthbound-utils/pom.xml b/utils/hwvtepsouthbound-utils/pom.xml index e2548743f..c847ae841 100644 --- a/utils/hwvtepsouthbound-utils/pom.xml +++ b/utils/hwvtepsouthbound-utils/pom.xml @@ -11,9 +11,9 @@ and is available at http://www.eclipse.org/legal/epl-v10.html xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 - org.opendaylight.controller - config-parent - 0.8.0-SNAPSHOT + org.opendaylight.mdsal + binding-parent + 0.12.0-SNAPSHOT diff --git a/utils/mdsal-utils/pom.xml b/utils/mdsal-utils/pom.xml index af8cb70f9..55f443540 100644 --- a/utils/mdsal-utils/pom.xml +++ b/utils/mdsal-utils/pom.xml @@ -11,9 +11,9 @@ and is available at http://www.eclipse.org/legal/epl-v10.html xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 - org.opendaylight.controller - config-parent - 0.8.0-SNAPSHOT + org.opendaylight.mdsal + binding-parent + 0.12.0-SNAPSHOT @@ -25,7 +25,23 @@ and is available at http://www.eclipse.org/legal/epl-v10.html build failure. Please do not modify this unless you have a good reason. --> ODL :: ovsdb :: ${project.artifactId} + + + + org.opendaylight.controller + mdsal-artifacts + 1.7.0-SNAPSHOT + pom + import + + + + + + org.opendaylight.controller + sal-binding-api + org.opendaylight.ovsdb southbound-api @@ -43,12 +59,18 @@ and is available at http://www.eclipse.org/legal/epl-v10.html mockito-core test + + org.opendaylight.controller + sal-binding-broker-impl + test + org.opendaylight.controller sal-binding-broker-impl test-jar test + diff --git a/utils/ovsdb-it-utils/pom.xml b/utils/ovsdb-it-utils/pom.xml index bf5f7f720..ab7537145 100644 --- a/utils/ovsdb-it-utils/pom.xml +++ b/utils/ovsdb-it-utils/pom.xml @@ -11,9 +11,9 @@ and is available at http://www.eclipse.org/legal/epl-v10.html xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> - org.opendaylight.controller - config-parent - 0.8.0-SNAPSHOT + org.opendaylight.mdsal + binding-parent + 0.12.0-SNAPSHOT @@ -27,10 +27,6 @@ and is available at http://www.eclipse.org/legal/epl-v10.html ODL :: ovsdb :: ${project.artifactId} - - org.opendaylight.controller - sal-binding-api - ${project.groupId} southbound-api diff --git a/utils/servicehelper/pom.xml b/utils/servicehelper/pom.xml index 979946743..8e7a70427 100644 --- a/utils/servicehelper/pom.xml +++ b/utils/servicehelper/pom.xml @@ -12,9 +12,9 @@ and is available at http://www.eclipse.org/legal/epl-v10.html 4.0.0 - org.opendaylight.controller - config-parent - 0.8.0-SNAPSHOT + org.opendaylight.mdsal + binding-parent + 0.12.0-SNAPSHOT diff --git a/utils/southbound-utils/pom.xml b/utils/southbound-utils/pom.xml index feecf3b9e..5488093f5 100644 --- a/utils/southbound-utils/pom.xml +++ b/utils/southbound-utils/pom.xml @@ -11,9 +11,9 @@ and is available at http://www.eclipse.org/legal/epl-v10.html xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 - org.opendaylight.controller - config-parent - 0.8.0-SNAPSHOT + org.opendaylight.mdsal + binding-parent + 0.12.0-SNAPSHOT -- 2.36.6