Bump versions to 0.21.2-SNAPSHOT
[bgpcep.git] / bgp / extensions / l3vpn / pom.xml
index 587219982d5f5c7ddebc190891d5f336d15b121a..30c3b851baf332dc9cb401749ff002523b09195a 100644 (file)
@@ -13,7 +13,7 @@
     <parent>
         <groupId>org.opendaylight.bgpcep</groupId>
         <artifactId>bgp-extension-parent</artifactId>
-        <version>0.17.5-SNAPSHOT</version>
+        <version>0.21.2-SNAPSHOT</version>
         <relativePath>../parent</relativePath>
     </parent>
 
     <description>BGP L3 VPN</description>
     <name>${project.artifactId}</name>
 
-    <properties>
-        <odlparent.dependency.enforce>false</odlparent.dependency.enforce>
-    </properties>
-
     <dependencies>
         <dependency>
             <groupId>${project.groupId}</groupId>
             <artifactId>javax.inject</artifactId>
             <optional>true</optional>
         </dependency>
+        <dependency>
+            <groupId>org.opendaylight.yangtools</groupId>
+            <artifactId>util</artifactId>
+        </dependency>
         <dependency>
             <groupId>org.osgi</groupId>
             <artifactId>org.osgi.service.component.annotations</artifactId>