add real "end-to-end" coverage in TracingBrokerTest
[controller.git] / opendaylight / md-sal / mdsal-trace / dom-impl / pom.xml
index 613b15fd24b9efe96aa581b63253a5ab311fe4e8..6dd990e7a46f5c01126ca09c9c7bd45c52978482 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>