Fix odl-ovsdb-utils 54/69454/2
authorRobert Varga <robert.varga@pantheon.tech>
Tue, 13 Mar 2018 18:10:42 +0000 (19:10 +0100)
committerRobert Varga <robert.varga@pantheon.tech>
Tue, 13 Mar 2018 18:25:48 +0000 (19:25 +0100)
This feature should depend on odl-mdsal-broker-local to pull
in the dependencies.

Change-Id: Iae9cbdcd48e598a7c9becc55b5a547e7bb1895b7
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
utils/odl-ovsdb-utils/pom.xml

index 3c39da360703f8e2c38cc963286bb4aa4bccfc5d..a5e3e062bb413c8377ab5cdbfe21d424c27b509e 100644 (file)
@@ -26,6 +26,18 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
          build failure. Please do not modify this unless you have a good reason. -->
     <name>ODL :: ovsdb :: ${project.artifactId}</name>
 
+    <dependencyManagement>
+        <dependencies>
+            <dependency>
+                <groupId>org.opendaylight.controller</groupId>
+                <artifactId>mdsal-artifacts</artifactId>
+                <version>1.8.0-SNAPSHOT</version>
+                <type>pom</type>
+                <scope>import</scope>
+            </dependency>
+        </dependencies>
+    </dependencyManagement>
+
     <dependencies>
         <dependency>
             <groupId>${project.groupId}</groupId>
@@ -42,5 +54,12 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
             <artifactId>utils.southbound-utils</artifactId>
             <version>${project.version}</version>
         </dependency>
+
+        <dependency>
+            <groupId>org.opendaylight.controller</groupId>
+            <artifactId>odl-mdsal-broker</artifactId>
+            <type>xml</type>
+            <classifier>features</classifier>
+        </dependency>
     </dependencies>
 </project>