From 1252236b3fa57612ce93521c5d5131860b5e116d Mon Sep 17 00:00:00 2001 From: Robert Varga Date: Sat, 11 Aug 2018 09:38:30 +0200 Subject: [PATCH] Remove references to mdsal-model-artifacts This artifact is going away, migrate to mdsal-artifacts. Change-Id: Iec98569ca92554f667a58e5aaaf53758e2c574d9 Signed-off-by: Robert Varga --- commons/parent/pom.xml | 7 ------- features/odl-lispflowmapping-models/pom.xml | 6 +++--- features/odl-lispflowmapping-neutron/pom.xml | 6 +++--- mappingservice/pom.xml | 7 ------- 4 files changed, 6 insertions(+), 20 deletions(-) diff --git a/commons/parent/pom.xml b/commons/parent/pom.xml index 6024088d8..eb692a8c6 100644 --- a/commons/parent/pom.xml +++ b/commons/parent/pom.xml @@ -54,13 +54,6 @@ pom import - - org.opendaylight.mdsal.model - mdsal-model-artifacts - 0.14.0-SNAPSHOT - pom - import - junit-addons junit-addons diff --git a/features/odl-lispflowmapping-models/pom.xml b/features/odl-lispflowmapping-models/pom.xml index 8e1430e3e..8fac7f781 100644 --- a/features/odl-lispflowmapping-models/pom.xml +++ b/features/odl-lispflowmapping-models/pom.xml @@ -27,9 +27,9 @@ and is available at http://www.eclipse.org/legal/epl-v10.html - org.opendaylight.mdsal.model - mdsal-model-artifacts - 0.14.0-SNAPSHOT + org.opendaylight.mdsal + mdsal-artifacts + 2.6.0-SNAPSHOT pom import diff --git a/features/odl-lispflowmapping-neutron/pom.xml b/features/odl-lispflowmapping-neutron/pom.xml index a8b6d4b47..39a16bb1a 100644 --- a/features/odl-lispflowmapping-neutron/pom.xml +++ b/features/odl-lispflowmapping-neutron/pom.xml @@ -27,9 +27,9 @@ and is available at http://www.eclipse.org/legal/epl-v10.html - org.opendaylight.mdsal.model - mdsal-model-artifacts - 0.14.0-SNAPSHOT + org.opendaylight.mdsal + mdsal-artifacts + 2.6.0-SNAPSHOT pom import diff --git a/mappingservice/pom.xml b/mappingservice/pom.xml index 26d8bbae0..68953d3e9 100644 --- a/mappingservice/pom.xml +++ b/mappingservice/pom.xml @@ -43,13 +43,6 @@ pom import - - org.opendaylight.mdsal.model - mdsal-model-artifacts - 0.14.0-SNAPSHOT - pom - import - ${project.groupId} lispflowmapping-artifacts -- 2.36.6