Skip to content

Commit

Permalink
Remove references to mdsal-model-artifacts
Browse files Browse the repository at this point in the history
This artifact is going away, remove references to it.

Change-Id: I381b0fc6aaff72bbdf9e0d0192a0ca26a3b74e56
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
  • Loading branch information
rovarga committed Aug 11, 2018
1 parent 801f520 commit 5bc6ac5
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 42 deletions.
6 changes: 3 additions & 3 deletions features/mdsal/odl-controller-model-topology/pom.xml
Expand Up @@ -25,9 +25,9 @@
<dependencyManagement>
<dependencies>
<dependency>
<groupId>org.opendaylight.mdsal.model</groupId>
<artifactId>mdsal-model-artifacts</artifactId>
<version>0.14.0-SNAPSHOT</version>
<groupId>org.opendaylight.mdsal</groupId>
<artifactId>mdsal-artifacts</artifactId>
<version>2.6.0-SNAPSHOT</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down
14 changes: 0 additions & 14 deletions features/mdsal/odl-mdsal-broker-local/pom.xml
Expand Up @@ -29,13 +29,6 @@

<dependencyManagement>
<dependencies>
<dependency>
<groupId>org.opendaylight.odlparent</groupId>
<artifactId>odlparent-artifacts</artifactId>
<version>3.1.3</version>
<type>pom</type>
<scope>import</scope>
</dependency>
<dependency>
<groupId>org.opendaylight.yangtools</groupId>
<artifactId>yangtools-artifacts</artifactId>
Expand All @@ -50,13 +43,6 @@
<type>pom</type>
<scope>import</scope>
</dependency>
<dependency>
<groupId>org.opendaylight.mdsal.model</groupId>
<artifactId>mdsal-model-artifacts</artifactId>
<version>0.14.0-SNAPSHOT</version>
<type>pom</type>
<scope>import</scope>
</dependency>
<dependency>
<groupId>org.opendaylight.controller</groupId>
<artifactId>mdsal-artifacts</artifactId>
Expand Down
12 changes: 0 additions & 12 deletions features/mdsal/odl-mdsal-clustering-commons/pom.xml
Expand Up @@ -21,18 +21,6 @@
<version>1.9.0-SNAPSHOT</version>
<packaging>feature</packaging>

<dependencyManagement>
<dependencies>
<dependency>
<groupId>org.opendaylight.odlparent</groupId>
<artifactId>odlparent-artifacts</artifactId>
<version>3.1.3</version>
<type>pom</type>
<scope>import</scope>
</dependency>
</dependencies>
</dependencyManagement>

<dependencies>
<dependency>
<groupId>${project.groupId}</groupId>
Expand Down
6 changes: 3 additions & 3 deletions features/mdsal/odl-mdsal-model-inventory/pom.xml
Expand Up @@ -26,9 +26,9 @@
<dependencyManagement>
<dependencies>
<dependency>
<groupId>org.opendaylight.mdsal.model</groupId>
<artifactId>mdsal-model-artifacts</artifactId>
<version>0.14.0-SNAPSHOT</version>
<groupId>org.opendaylight.mdsal</groupId>
<artifactId>mdsal-artifacts</artifactId>
<version>2.6.0-SNAPSHOT</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down
6 changes: 3 additions & 3 deletions features/mdsal/odl-message-bus-collector/pom.xml
Expand Up @@ -35,9 +35,9 @@
<scope>import</scope>
</dependency>
<dependency>
<groupId>org.opendaylight.mdsal.model</groupId>
<artifactId>mdsal-model-artifacts</artifactId>
<version>0.14.0-SNAPSHOT</version>
<groupId>org.opendaylight.mdsal</groupId>
<artifactId>mdsal-artifacts</artifactId>
<version>2.6.0-SNAPSHOT</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down
7 changes: 0 additions & 7 deletions opendaylight/md-sal/sal-binding-dom-it/pom.xml
Expand Up @@ -29,13 +29,6 @@
<type>pom</type>
<scope>import</scope>
</dependency>
<dependency>
<groupId>org.opendaylight.mdsal.model</groupId>
<artifactId>mdsal-model-artifacts</artifactId>
<version>0.14.0-SNAPSHOT</version>
<type>pom</type>
<scope>import</scope>
</dependency>
<dependency>
<groupId>org.opendaylight.controller</groupId>
<artifactId>mdsal-artifacts</artifactId>
Expand Down

0 comments on commit 5bc6ac5

Please sign in to comment.