CommonService publishes its methods and properties
[openflowplugin.git] / test-provider / pom.xml
index 11b3bfab8b05d5e0f969ecdb5c6ba46ea066d8fb..345576fce00b1e7d4f1a8bfc1aa9cb875578496f 100644 (file)
@@ -4,7 +4,7 @@
         <groupId>org.opendaylight.openflowplugin</groupId>
         <artifactId>openflowplugin-parent</artifactId>
         <version>0.1.0-SNAPSHOT</version>
-        <relativePath>../</relativePath>
+        <relativePath>../parent</relativePath>
     </parent>
     <artifactId>test-provider</artifactId>
     <packaging>bundle</packaging>
             <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>
@@ -34,7 +34,7 @@
             <artifactId>model-inventory</artifactId>
         </dependency>
                <dependency>
-            <groupId>org.opendaylight.controller.model</groupId>
+            <groupId>org.opendaylight.openflowplugin.model</groupId>
             <artifactId>model-flow-statistics</artifactId>
         </dependency>
          <dependency>