Release bgpcep
[bgpcep.git] / bgp / extensions / l3vpn / pom.xml
index 224e99a5e2c10970c7955b3d32f26aac942ceec3..bb05785299b24c37d3878e26f4eeaebf206a80e8 100644 (file)
@@ -13,7 +13,7 @@
     <parent>
         <groupId>org.opendaylight.bgpcep</groupId>
         <artifactId>bgp-extension-parent</artifactId>
-        <version>0.17.6-SNAPSHOT</version>
+        <version>0.20.4</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>