summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarek Gradzki <mgradzki@cisco.com>2018-02-27 10:24:18 +0100
committerMarek Gradzki <mgradzki@cisco.com>2018-02-27 09:32:22 +0000
commit03b01758ba1f68a7902b5827bcf652167d288c0b (patch)
tree3686b1706beae5ba7fa656afe7813a217d9a49a3
parent46f59f5928e191d991313308a144d6792f396d05 (diff)
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 <mgradzki@cisco.com>
-rw-r--r--routing/routing-api/pom.xml12
1 files changed, 0 insertions, 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 @@
<version>1.18.01.2-SNAPSHOT</version>
<packaging>bundle</packaging>
- <dependencyManagement>
- <dependencies>
- <dependency>
- <groupId>org.opendaylight.mdsal.model</groupId>
- <artifactId>mdsal-model-artifacts</artifactId>
- <version>0.8.2-Beryllium-SR2</version>
- <type>pom</type>
- <scope>import</scope>
- </dependency>
- </dependencies>
- </dependencyManagement>
-
<dependencies>
<dependency>
<groupId>org.opendaylight.mdsal.model</groupId>