remove odl-mdsal-broker useless dep from features 63/93763/1
authormanuedelf <emmanuelle.delfour@orange.com>
Mon, 2 Nov 2020 13:35:14 +0000 (14:35 +0100)
committerguillaume.lambert <guillaume.lambert@orange.com>
Tue, 10 Nov 2020 19:18:24 +0000 (20:18 +0100)
Change-Id: I23fe0e3a66a1fd86034cc7268465af43296da4a1
Signed-off-by: guillaume.lambert <guillaume.lambert@orange.com>
(cherry picked from commit 668b58f9c27bd47c81ed3d8ff21e0d301bc8cf05)

features/odl-transportpce/pom.xml

index 6f852f1c70b8628b8c51842fe1d94bb35020d508..fe689d31dc421e4ab0cc77b24cf88897693f7471 100644 (file)
@@ -24,7 +24,6 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
   <name>OpenDaylight :: transportpce</name>
 
   <properties>
-    <mdsal.version>1.11.3-SNAPSHOT</mdsal.version>
     <netconf.version>1.8.3-SNAPSHOT</netconf.version>
     <restconf.version>1.11.3-SNAPSHOT</restconf.version>
     <configfile.directory>etc/opendaylight/karaf</configfile.directory>
@@ -87,13 +86,6 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
       <version>${project.version}</version>
     </dependency>
 
-    <dependency>
-      <groupId>org.opendaylight.controller</groupId>
-      <artifactId>odl-mdsal-broker</artifactId>
-      <version>${mdsal.version}</version>
-      <classifier>features</classifier>
-      <type>xml</type>
-    </dependency>
     <dependency>
       <groupId>org.opendaylight.netconf</groupId>
       <artifactId>odl-restconf-all</artifactId>