Merge "Improve SDNC Sonar coverage"
[sdnc/northbound.git] / generic-resource-api / provider / pom.xml
index c3f61c9..2f4a25f 100644 (file)
@@ -37,7 +37,6 @@
                        <version>${odl.mdsal.version}</version>
                </dependency>
 
-        <!--
                <dependency>
                        <groupId>org.opendaylight.controller</groupId>
                        <artifactId>sal-test-model</artifactId>
                <dependency>
                        <groupId>org.opendaylight.controller</groupId>
                        <artifactId>sal-binding-broker-impl</artifactId>
-                       <version>${odl.mdsal.version}}</version>
+                       <version>${odl.mdsal.version}</version>
                        <type>test-jar</type>
                        <classifier>tests</classifier>
                        <scope>test</scope>
                </dependency>
-        -->
+
                <dependency>
                        <groupId>org.apache.commons</groupId>
                        <artifactId>commons-lang3</artifactId>
                <dependency>
                        <groupId>junit</groupId>
                        <artifactId>junit</artifactId>
-                       <version>3.8.1</version>
+                       <version>${junit.version}</version>
+                       <scope>test</scope>
+               </dependency>
+               <dependency>
+                       <groupId>org.mockito</groupId>
+                       <artifactId>mockito-core</artifactId>
+                       <version>${mockito.version}</version>
                        <scope>test</scope>
                </dependency>
        </dependencies>