Release bgpcep
[bgpcep.git] / bgp / parser-mock / pom.xml
index 5ce665a2ac9262fb8c308f394d048e126286f956..cf0d27bb0c816343fcff075d8680462119f8930c 100644 (file)
@@ -15,7 +15,7 @@
     <parent>
         <groupId>org.opendaylight.bgpcep</groupId>
         <artifactId>binding-parent</artifactId>
-        <version>0.16.8-SNAPSHOT</version>
+        <version>0.21.5</version>
         <relativePath>../../binding-parent</relativePath>
     </parent>
 
     <description>BGP Parser Mock Implementation</description>
     <name>${project.artifactId}</name>
 
+    <properties>
+        <odlparent.dependency.enforce>false</odlparent.dependency.enforce>
+    </properties>
+
     <dependencies>
         <dependency>
             <groupId>${project.groupId}</groupId>