OVSDB-458 DiagStatus support for OVSDB
[ovsdb.git] / southbound / southbound-features / odl-ovsdb-southbound-impl / pom.xml
index aa9458794aa24efcfd887835a5ee93d2723dc323..ff97219267145d66b0804faf761ee9cc888aca29 100644 (file)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
-Copyright © 2017 Red Hat, Inc. and others.
+Copyright © 2017, 2018 Red Hat, Inc. and others.
 
 This program and the accompanying materials are made available under the
 terms of the Eclipse Public License v1.0 which accompanies this distribution,
@@ -33,6 +33,13 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
             <type>xml</type>
             <classifier>features</classifier>
         </dependency>
+        <dependency>
+            <groupId>org.opendaylight.infrautils</groupId>
+            <artifactId>odl-infrautils-diagstatus</artifactId>
+            <version>1.4.0-SNAPSHOT</version>
+            <type>xml</type>
+            <classifier>features</classifier>
+        </dependency>
         <dependency>
             <groupId>${project.groupId}</groupId>
             <artifactId>odl-ovsdb-southbound-api</artifactId>
@@ -52,6 +59,10 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
             <artifactId>southbound-impl</artifactId>
             <version>${project.version}</version>
         </dependency>
+        <dependency>
+            <groupId>javax.inject</groupId>
+            <artifactId>javax.inject</artifactId>
+        </dependency>
     </dependencies>
 
     <!--