Merge "Bug 6146 - Some Flows not found in DeviceFlowRegistry"
[openflowplugin.git] / applications / forwardingrules-sync / pom.xml
index 067a462f2ee9dccdbbc66a5a3de49400a003ea3d..02b725fc27beccbc72ad3160ac6c22914aad3ebe 100644 (file)
             <artifactId>model-flow-service</artifactId>
         </dependency>
 
-        <dependency>
-            <groupId>org.opendaylight.openflowplugin</groupId>
-            <artifactId>openflowplugin-common</artifactId>
-        </dependency>
-
         <dependency>
             <groupId>org.opendaylight.yangtools</groupId>
             <artifactId>yang-common</artifactId>
             <artifactId>sal-common-util</artifactId>
         </dependency>
 
+        <dependency>
+            <groupId>org.opendaylight.mdsal</groupId>
+            <artifactId>mdsal-singleton-common-api</artifactId>
+        </dependency>
+
         <dependency>
             <groupId>com.google.code.findbugs</groupId>
             <artifactId>jsr305</artifactId>