Rpc
[openflowplugin.git] / drop-test / pom.xml
index 5da0a710182d73e286b070fded9652fd145ab94f..55f449f232e37cf5ad56b7982a8716b4d575c654 100644 (file)
             <artifactId>sal-binding-api</artifactId>
         </dependency>
         <dependency>
-            <groupId>org.opendaylight.controller.model</groupId>
+            <groupId>org.opendaylight.openflowplugin.model</groupId>
             <artifactId>model-flow-service</artifactId>
         </dependency>    
            <dependency>
-             <groupId>org.opendaylight.controller.model</groupId>
+             <groupId>org.opendaylight.openflowplugin.model</groupId>
              <artifactId>model-flow-base</artifactId>
            </dependency>
         <dependency>
             <groupId>org.opendaylight.controller.model</groupId>
             <artifactId>model-inventory</artifactId>
         </dependency>
-         <dependency>
+        <dependency>
                <groupId>equinoxSDK381</groupId>
                <artifactId>org.eclipse.osgi</artifactId>
-             </dependency>
-             <dependency>
+           </dependency>
+           <dependency>
             <groupId>commons-lang</groupId>
             <artifactId>commons-lang</artifactId>
-          </dependency>
-             
+        </dependency>
+        <dependency>
+            <groupId>org.opendaylight.openflowplugin</groupId>
+            <artifactId>openflowplugin-api</artifactId>
+        </dependency>
     </dependencies>
 
     <build>