Remove dependency of yangtools version 47/67447/1
authorRobert Varga <robert.varga@pantheon.tech>
Mon, 22 Jan 2018 22:37:30 +0000 (23:37 +0100)
committerRobert Varga <robert.varga@pantheon.tech>
Mon, 22 Jan 2018 22:37:30 +0000 (23:37 +0100)
ALTO does not interact with yangtools directly, hence it does not
need to pull in any yangtools artifacts/features. Remove its imports.

Change-Id: I827383921b06597728bdf9f3c37c1b8c4c9a049d
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
alto-extensions/simple-pce/network-tracker/features/pom.xml
alto-release-features/odl-alto-northbound/pom.xml

index 168eef19af73653c17ca749052d0d70c02dcc7c7..845e7e8cc0a2b2b22a931da0d07235c49cd04cbd 100644 (file)
@@ -25,7 +25,6 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
     <mdsal.model.version>0.12.0-SNAPSHOT</mdsal.model.version>
     <mdsal.version>1.7.0-SNAPSHOT</mdsal.version>
     <restconf.version>1.7.0-SNAPSHOT</restconf.version>
-    <yangtools.version>2.0.1</yangtools.version>
     <dluxapps.version>0.7.0-SNAPSHOT</dluxapps.version>
     <configfile.directory>etc/opendaylight/karaf</configfile.directory>
     <l2switch.version>0.7.0-SNAPSHOT</l2switch.version>
@@ -50,14 +49,6 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
     </dependencies>
   </dependencyManagement>
   <dependencies>
-    <dependency>
-      <groupId>org.opendaylight.yangtools</groupId>
-      <artifactId>features-yangtools</artifactId>
-      <classifier>features</classifier>
-      <version>${yangtools.version}</version>
-      <type>xml</type>
-      <scope>runtime</scope>
-    </dependency>
     <dependency>
       <groupId>org.opendaylight.mdsal.model</groupId>
       <artifactId>features-mdsal-model</artifactId>
index 8424c3042c5f4d6d1d7b3dd10db75ab7bbb6631e..b8657f5cdca2305c9ee701744738d3e636e85fb6 100644 (file)
@@ -31,21 +31,8 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
     <mdsal.model.version>0.12.0-SNAPSHOT</mdsal.model.version>
     <mdsal.version>1.7.0-SNAPSHOT</mdsal.version>
     <restconf.version>1.7.0-SNAPSHOT</restconf.version>
-    <yangtools.version>2.0.1</yangtools.version>
   </properties>
 
-  <dependencyManagement>
-    <dependencies>
-      <dependency>
-        <groupId>org.opendaylight.yangtools</groupId>
-        <artifactId>yangtools-artifacts</artifactId>
-        <version>${yangtools.version}</version>
-        <type>pom</type>
-        <scope>import</scope>
-      </dependency>
-    </dependencies>
-  </dependencyManagement>
-
   <dependencies>
     <dependency>
       <groupId>${restconf.groupId}</groupId>