diff options
author | Marek Gradzki <mgradzki@cisco.com> | 2018-02-27 10:24:18 +0100 |
---|---|---|
committer | Marek Gradzki <mgradzki@cisco.com> | 2018-02-27 10:24:47 +0100 |
commit | e4b1d69583f64ba4b804425f06c41aab3b6e4f5e (patch) | |
tree | c6cd7bbbd570fad547023d6ea4c8258fa7b0d239 /routing | |
parent | 636f7819ccb90d39206765becbc7361d98219352 (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>
Diffstat (limited to 'routing')
-rw-r--r-- | routing/routing-api/pom.xml | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/routing/routing-api/pom.xml b/routing/routing-api/pom.xml index 8652ec813..14268c67f 100644 --- a/routing/routing-api/pom.xml +++ b/routing/routing-api/pom.xml @@ -28,18 +28,6 @@ <version>1.18.04-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> |