Use odl-mdsal-broker in odl-mdsal-binding-dom-adapter 95/90095/1
authorRobert Varga <robert.varga@pantheon.tech>
Fri, 29 May 2020 15:41:21 +0000 (17:41 +0200)
committerRobert Varga <robert.varga@pantheon.tech>
Fri, 29 May 2020 15:48:29 +0000 (17:48 +0200)
Binding API implementations ride on top of DOM implementations,
which are provided by odl-mdsal-dom-broker. Make sure we express
that in packaging. Solves duplicate packaging of mdsal-dom-broker.

JIRA: MDSAL-560
Change-Id: I6c0da82473d0c65b3586a3f8fcf9f5fa7b815352
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
features/odl-mdsal-binding-dom-adapter/pom.xml
features/odl-mdsal-binding-dom-adapter/src/main/feature/feature.xml [deleted file]

index 6b942ffedaae973954ac895cd7b5f924bb51bce7..802eb3f1fe66741eeedfa844755623e038e65f8d 100644 (file)
     <description>MD-SAL Java Binding/DOM adapter</description>
 
     <dependencies>
-        <dependency>
-            <groupId>org.opendaylight.odlparent</groupId>
-            <artifactId>odl-lmax-3</artifactId>
-            <type>xml</type>
-            <classifier>features</classifier>
-        </dependency>
         <dependency>
             <groupId>org.opendaylight.mdsal</groupId>
             <artifactId>odl-mdsal-binding-runtime</artifactId>
@@ -41,7 +35,7 @@
         </dependency>
         <dependency>
             <groupId>org.opendaylight.mdsal</groupId>
-            <artifactId>odl-mdsal-dom-api</artifactId>
+            <artifactId>odl-mdsal-dom-broker</artifactId>
             <type>xml</type>
             <classifier>features</classifier>
         </dependency>
diff --git a/features/odl-mdsal-binding-dom-adapter/src/main/feature/feature.xml b/features/odl-mdsal-binding-dom-adapter/src/main/feature/feature.xml
deleted file mode 100644 (file)
index 306e13b..0000000
+++ /dev/null
@@ -1,6 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
-<features xmlns="http://karaf.apache.org/xmlns/features/v1.4.0" name="odl-mdsal-dom-api">
-    <feature name="odl-mdsal-binding-dom-adapter">
-        <feature version="[7,8)">odl-lmax-3</feature>
-    </feature>
-</features>