From 03b01758ba1f68a7902b5827bcf652167d288c0b Mon Sep 17 00:00:00 2001 From: Marek Gradzki Date: Tue, 27 Feb 2018 10:24:18 +0100 Subject: Fix mdsal-model-artifacts dependency for routing-api The routing-api module used outdated version of mdsal models (0.8.2-Beryllium-SR2). The mdsal-model-artifacts dependency is managed in the honeycomb-parent, so it should be removed from routing-api pom.xml. Change-Id: I31523870044990bbf288fd7ef062c8d8b0e01cc7 Signed-off-by: Marek Gradzki --- routing/routing-api/pom.xml | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/routing/routing-api/pom.xml b/routing/routing-api/pom.xml index ab9ab6b15..428735dd7 100644 --- a/routing/routing-api/pom.xml +++ b/routing/routing-api/pom.xml @@ -28,18 +28,6 @@ 1.18.01.2-SNAPSHOT bundle - - - - org.opendaylight.mdsal.model - mdsal-model-artifacts - 0.8.2-Beryllium-SR2 - pom - import - - - - org.opendaylight.mdsal.model -- cgit 1.2.3-korg