BUG-2661:Sonar issue
[openflowplugin.git] / openflowplugin-it / pom.xml
index 3e10e906f4394d9de925ad03cca7e790b9487796..864961574833bf42861dac0fcc227c4e1bc7b0ac 100644 (file)
             <artifactId>config-manager</artifactId>
             <scope>test</scope>
         </dependency>
+        <dependency>
+            <groupId>org.opendaylight.controller.md</groupId>
+            <artifactId>forwardingrules-manager</artifactId>
+            <scope>test</scope>
+            <version>${mdsal.version}</version>
+        </dependency>
+        <dependency>
+            <groupId>org.opendaylight.controller.md</groupId>
+            <artifactId>inventory-manager</artifactId>
+            <scope>test</scope>
+            <version>${mdsal.version}</version>
+        </dependency>
         
         <dependency>
             <groupId>commons-codec</groupId>