Rationalize poms 22/80422/1
authorguillaume.lambert <guillaume.lambert@orange.com>
Wed, 20 Feb 2019 15:45:13 +0000 (16:45 +0100)
committerguillaume.lambert <guillaume.lambert@orange.com>
Wed, 20 Feb 2019 15:56:03 +0000 (16:56 +0100)
- remove mdsal binding models + ietf and iana models versions.
  They are inherited from binding-parent.
- remove useless karaf4 related dependencies.

Change-Id: Ic3ca904175e134597cdc1331eb71c4dca723a6a7
Signed-off-by: guillaume.lambert <guillaume.lambert@orange.com>
features/odl-transportpce-api/pom.xml
features/odl-transportpce-ordmodels/pom.xml
features/odl-transportpce-stubmodels/pom.xml
ordmodels/common/pom.xml
ordmodels/device/pom.xml
ordmodels/network/pom.xml
ordmodels/pom.xml
ordmodels/service/pom.xml

index 6a6e671d96afafabd91b46d085332c5209c522f6..fe8496b4c53642e2fee9b1469fa94cc5e324d1da 100644 (file)
@@ -23,7 +23,6 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
 
 
   <properties>
-    <mdsal.bmodel.version>1.2.6</mdsal.bmodel.version>
     <mdsal.version>1.9.0-SNAPSHOT</mdsal.version>
     <restconf.version>1.9.0-SNAPSHOT</restconf.version>
     <yangtools.version>2.1.8</yangtools.version>
@@ -35,16 +34,6 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
 <name>OpenDaylight :: transportpce :: api</name>
 
   <dependencies>
-    <dependency>
-      <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
-      <artifactId>rfc6991-ietf-inet-types</artifactId>
-      <version>${mdsal.bmodel.version}</version>
-    </dependency>
-    <dependency>
-      <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
-      <artifactId>rfc6991-ietf-yang-types</artifactId>
-      <version>${mdsal.bmodel.version}</version>
-    </dependency>
     <dependency>
       <groupId>${project.groupId}</groupId>
       <artifactId>odl-transportpce-ordmodels</artifactId>
index e1c94923d78052ae88749896d8654a4647b91c01..aa3c659122034ce2323b742f6bcea82ecece7151 100644 (file)
@@ -22,7 +22,6 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
   <packaging>feature</packaging>
 
   <properties>
-    <mdsal.bmodel.version>1.2.6</mdsal.bmodel.version>
     <mdsal.version>1.9.0-SNAPSHOT</mdsal.version>
     <restconf.version>1.9.0-SNAPSHOT</restconf.version>
     <yangtools.version>2.1.8</yangtools.version>
@@ -34,16 +33,6 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
 <name>OpenDaylight :: transportpce :: ordmodels</name>
 
   <dependencies>
-    <dependency>
-      <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
-      <artifactId>rfc6991-ietf-inet-types</artifactId>
-      <version>${mdsal.bmodel.version}</version>
-    </dependency>
-    <dependency>
-      <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
-      <artifactId>rfc6991-ietf-yang-types</artifactId>
-      <version>${mdsal.bmodel.version}</version>
-    </dependency>
     <dependency>
       <groupId>${project.groupId}.ordmodels</groupId>
       <artifactId>transportpce-ordmodels-common</artifactId>
index d95b2fd75699e9a5d65d75f38ba0fa21ae800a9f..60a6bd50b75920c020b3c3a190e9d10b596619b5 100644 (file)
@@ -31,16 +31,6 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
 <name>OpenDaylight :: transportpce :: stubmodels</name>
 
   <dependencies>
-    <dependency>
-      <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
-      <artifactId>rfc6991-ietf-inet-types</artifactId>
-      <version>1.2.6</version>
-    </dependency>
-    <dependency>
-      <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
-      <artifactId>rfc6991-ietf-yang-types</artifactId>
-      <version>1.2.6</version>
-    </dependency>
     <dependency>
       <groupId>${project.groupId}</groupId>
       <artifactId>odl-transportpce-ordmodels</artifactId>
index 9a37b49c45e92344166f72515604dd932c2ec871..d52a812125dc3f82abd3b7e536978fc4059fcc83 100644 (file)
@@ -37,7 +37,6 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
     <dependency>
       <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
       <artifactId>rfc6991-ietf-yang-types</artifactId>
-      <version>1.2.6</version>
     </dependency>
   </dependencies>
 </project>
index 0191d2a0d5a13854dba463ad12a9f3f60952c964..082e4fd741656614ae54be806e7fe8a10ff27867 100644 (file)
@@ -61,12 +61,10 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
     <dependency>
       <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
       <artifactId>rfc6991-ietf-inet-types</artifactId>
-      <version>1.2.6</version>
     </dependency>
     <dependency>
       <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
       <artifactId>rfc6991-ietf-yang-types</artifactId>
-      <version>1.2.6</version>
     </dependency>
   </dependencies>
 
index 5f6a56dfc594b71db4b043b9b56b6b9832126c30..6120755cf4d89bdc954fd6fae9364ac501e2b06d 100644 (file)
@@ -45,12 +45,10 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
     <dependency>
       <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
       <artifactId>rfc6991-ietf-inet-types</artifactId>
-      <version>1.2.6</version>
     </dependency>
     <dependency>
       <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
       <artifactId>rfc6991-ietf-yang-types</artifactId>
-      <version>1.2.6</version>
     </dependency>
     <!--dependency>
       <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
index fbe9cc62c2d9039e6aef328ac74b1359c931e783..5f2a7239d59e37c4e6717c6fa96da861add85bb2 100644 (file)
@@ -104,12 +104,10 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
     <dependency>
       <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
       <artifactId>rfc6991-ietf-inet-types</artifactId>
-      <version>1.2.6</version>
     </dependency>
     <dependency>
       <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
       <artifactId>rfc6991-ietf-yang-types</artifactId>
-      <version>1.2.6</version>
     </dependency>
     <dependency>
       <groupId>org.opendaylight.mdsal.model</groupId>
@@ -120,7 +118,6 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
     <dependency>
       <groupId>org.opendaylight.mdsal.model</groupId>
       <artifactId>ietf-access-control-list</artifactId>
-      <version>0.13.6</version>
     </dependency>
     <!--dependency>
       <groupId>org.opendaylight.mdsal.model</groupId>
@@ -135,17 +132,14 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
     <dependency>
       <groupId>org.opendaylight.mdsal.binding.model.iana</groupId>
       <artifactId>iana-if-type</artifactId>
-      <version>1.0.6</version>
     </dependency>
     <dependency>
       <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
       <artifactId>rfc7223</artifactId>
-      <version>1.2.6</version>
     </dependency>
     <dependency>
       <groupId>org.opendaylight.mdsal.model</groupId>
       <artifactId>ietf-packet-fields</artifactId>
-      <version>0.13.6</version>
     </dependency>
   </dependencies>
 
index 626851697beb9fe5614e691e25ffce121d8a9526..71bd23ed286d8987f47482d61a27bed9bf92602b 100644 (file)
@@ -45,12 +45,10 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
     <dependency>
       <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
       <artifactId>rfc6991-ietf-inet-types</artifactId>
-      <version>1.2.6</version>
     </dependency>
     <dependency>
       <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
       <artifactId>rfc6991-ietf-yang-types</artifactId>
-      <version>1.2.6</version>
     </dependency>
   </dependencies>
 </project>