BUG-5006: rework SouthboundMapperTest without PowerMock
[ovsdb.git] / southbound / southbound-impl / pom.xml
index 328733b3c447349ba72eabe0e08263539116afd8..a50867d24515e19ac9823399033c8622ad348f3a 100644 (file)
@@ -98,6 +98,13 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
       <version>${powermock.version}</version>
       <scope>test</scope>
     </dependency>
+    <dependency>
+      <groupId>org.opendaylight.controller</groupId>
+      <artifactId>sal-binding-broker-impl</artifactId>
+      <version>1.3.0-SNAPSHOT</version>
+      <type>test-jar</type>
+      <scope>test</scope>
+    </dependency>
   </dependencies>
   <build>
     <plugins>