Make use of NetUtils.getBroadcastMacAddr()
[controller.git] / opendaylight / config / yang-test / pom.xml
index 9ee414ebfea7f6bc1c0c6d7b724b4fd562c8e1b4..626032f195d9ec6289d0acd7c2283c20da030f51 100644 (file)
@@ -3,7 +3,7 @@
         xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
     <modelVersion>4.0.0</modelVersion>
     <parent>
-        <groupId>org.opendaylight</groupId>
+        <groupId>org.opendaylight.controller</groupId>
         <artifactId>config-subsystem</artifactId>
         <version>0.2.1-SNAPSHOT</version>
     </parent>
             <groupId>org.slf4j</groupId>
             <artifactId>slf4j-api</artifactId>
         </dependency>
+        <dependency>
+         <groupId>org.opendaylight.yangtools.model</groupId>
+         <artifactId>ietf-inet-types</artifactId>
+        </dependency>
     </dependencies>
 
     <name>${project.artifactId}</name>