rationalize ordmodels network pom 76/81776/1
authorguillaume.lambert <guillaume.lambert@orange.com>
Fri, 12 Apr 2019 15:02:01 +0000 (17:02 +0200)
committerGuillaume Lambert <guillaume.lambert@orange.com>
Thu, 25 Apr 2019 08:27:09 +0000 (08:27 +0000)
Change-Id: I9d9c59095863a354801a38ea42473f5d2233a1ae
Signed-off-by: guillaume.lambert <guillaume.lambert@orange.com>
ordmodels/network/pom.xml

index 8d12b42034ffa3580971ca77745b7b9bdc81e676..a1d55a513b5685d261e78b9764474bcb4c24b28d 100644 (file)
@@ -30,13 +30,6 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
         <scope>import</scope>
         <type>pom</type>
       </dependency>
-      <!--dependency>
-        <groupId>org.opendaylight.mdsal</groupId>
-        <artifactId>mdsal-artifacts</artifactId>
-        <version>3.0.6</version>
-        <scope>import</scope>
-        <type>pom</type>
-      </dependency-->
     </dependencies>
   </dependencyManagement>
 
@@ -64,20 +57,17 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
       <artifactId>rfc8345</artifactId>
       <version>1.2.6</version>
     </dependency>
-    <dependency>
+    <!--dependency>
       <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
       <artifactId>rfc8345-ietf-network</artifactId>
-      <version>1.2.6</version>
     </dependency>
     <dependency>
       <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
       <artifactId>rfc8345-ietf-network-topology</artifactId>
-      <version>1.2.6</version>
     </dependency>
     <dependency>
       <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
       <artifactId>rfc8345-ietf-network-topology-state</artifactId>
-      <version>1.2.6</version>
-    </dependency>
+    </dependency-->
   </dependencies>
 </project>