Removed some sonar warnings.
[bgpcep.git] / util / pom.xml
index 44190c2932a2d1573a48aee5d609cb2edc736cf3..8f560c6d946310cb44a2f25bf875810849f33bd2 100644 (file)
@@ -19,9 +19,9 @@
     </scm>
     <parent>
         <groupId>org.opendaylight.bgpcep</groupId>
-        <artifactId>commons.parent</artifactId>
-        <version>0.3.1-SNAPSHOT</version>
-        <relativePath>../commons/parent</relativePath>
+        <artifactId>bgpcep-parent</artifactId>
+        <version>0.4.0-SNAPSHOT</version>
+        <relativePath>../parent</relativePath>
     </parent>
 
     <artifactId>util</artifactId>
             <groupId>org.opendaylight.bgpcep</groupId>
             <artifactId>concepts</artifactId>
         </dependency>
+        <dependency>
+            <groupId>org.opendaylight.yangtools.model</groupId>
+            <artifactId>ietf-inet-types</artifactId>
+        </dependency>
 
         <!-- Testing dependencies -->
         <dependency>