Do not use opendaylight/commons/opendaylight as parent
[controller.git] / opendaylight / md-sal / samples / toaster / pom.xml
index a77be4fb5593fe314054e55788b7c6364bead62b..2851c1168c0fbe1900dda657190c415d3e9b6661 100644 (file)
@@ -9,19 +9,9 @@
     <relativePath/>
   </parent>
 
-  <groupId>org.opendaylight.controller.samples</groupId>
+  <groupId>org.opendaylight.controller</groupId>
   <version>1.5.0-SNAPSHOT</version>
   <artifactId>sample-toaster</artifactId>
   <packaging>bundle</packaging>
 
-  <dependencies>
-    <dependency>
-      <groupId>org.opendaylight.mdsal</groupId>
-      <artifactId>yang-binding</artifactId>
-    </dependency>
-    <dependency>
-      <groupId>org.opendaylight.yangtools</groupId>
-      <artifactId>yang-common</artifactId>
-    </dependency>
-  </dependencies>
 </project>