add real "end-to-end" coverage in TracingBrokerTest
[controller.git] / opendaylight / md-sal / mdsal-trace / dom-impl / pom.xml
index fb6c9a3bc39d4b900afbb92a3acd3c26078703a8..f0158932f8800a4ff03248d0ef48f51d43808e0f 100644 (file)
@@ -45,6 +45,18 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
     </dependency>
 
     <!-- Testing Dependencies -->
+    <dependency>
+      <groupId>${project.groupId}</groupId>
+      <artifactId>sal-binding-broker-impl</artifactId>
+      <version>${project.version}</version>
+      <classifier>tests</classifier>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>${project.groupId}</groupId>
+      <artifactId>sal-binding-broker-impl</artifactId>
+      <scope>test</scope>
+    </dependency>
     <dependency>
       <groupId>org.mockito</groupId>
       <artifactId>mockito-core</artifactId>