Remove useless netconf dependencies from features 68/96668/6
authorguillaume.lambert <guillaume.lambert@orange.com>
Fri, 25 Jun 2021 11:53:02 +0000 (13:53 +0200)
committerGuillaume Lambert <guillaume.lambert@orange.com>
Wed, 30 Jun 2021 08:30:16 +0000 (10:30 +0200)
odl-restconf-all and odl-netconf-all dependencies in features introduce
useless bundles such as odl-mdsal-apidocs.

These dependencies can simply be replaced by odl-restconf and
odl-netconf-connector-all.

JIRA: TRNSPRTPCE-482
Signed-off-by: guillaume.lambert <guillaume.lambert@orange.com>
Change-Id: I8b7c597f65a35e52dba526a263e8be6e6e69ff6a

features/odl-transportpce/pom.xml

index 784e1d0cb8a2934a35e5b34f10e2f22b689dfd29..a17077d95b6e2ebe3c00d895d3a5e4117b9609bf 100644 (file)
@@ -98,13 +98,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
     </dependency>
     <dependency>
       <groupId>org.opendaylight.netconf</groupId>
-      <artifactId>odl-restconf-all</artifactId>
-      <classifier>features</classifier>
-      <type>xml</type>
-    </dependency>
-    <dependency>
-      <groupId>org.opendaylight.netconf</groupId>
-      <artifactId>odl-netconf-all</artifactId>
+      <artifactId>odl-restconf</artifactId>
       <classifier>features</classifier>
       <type>xml</type>
     </dependency>