Activation status handling mechanism for ForwardingConstruct provisioning
[unimgr.git] / impl / pom.xml
index 4998f0915f9c98551ff693ce5377769f96719132..9c3eee09ede4d5beec34756a2a5e4b00a95f2ed3 100644 (file)
@@ -76,6 +76,19 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
             <version>1.1.0-SNAPSHOT</version>
         </dependency>
 
+        <!-- dependencies to use AbstractDataBrokerTest -->
+        <dependency>
+            <groupId>org.opendaylight.controller</groupId>
+            <artifactId>sal-binding-broker-impl</artifactId>
+            <scope>test</scope>
+        </dependency>
+        <dependency>
+            <groupId>org.opendaylight.controller</groupId>
+            <artifactId>sal-binding-broker-impl</artifactId>
+            <type>test-jar</type>
+            <scope>test</scope>
+        </dependency>
+
         <!-- Testing Dependencies -->
         <dependency>
             <groupId>junit</groupId>