Bump versions to 0.21.3-SNAPSHOT
[bgpcep.git] / pcep / server / server-api / pom.xml
index 7c172321ba0b90e4f5192b53fd619577ed8d8a13..0d2b0fc98c540919f14d1b2cc764bd7b4ddb4951 100644 (file)
@@ -14,7 +14,7 @@
     <parent>
         <groupId>org.opendaylight.bgpcep</groupId>
         <artifactId>binding-parent</artifactId>
-        <version>0.18.3-SNAPSHOT</version>
+        <version>0.21.3-SNAPSHOT</version>
         <relativePath>../../../binding-parent</relativePath>
     </parent>
 
             <artifactId>guava</artifactId>
         </dependency>
     </dependencies>
+
+    <build>
+        <plugins>
+            <plugin>
+                <artifactId>maven-dependency-plugin</artifactId>
+                <configuration>
+                    <ignoredUnusedDeclaredDependencies>
+                        <ignoredUnusedDeclaredDependency>org.opendaylight.mdsal.model:yang-ext</ignoredUnusedDeclaredDependency>
+                    </ignoredUnusedDeclaredDependencies>
+                </configuration>
+            </plugin>
+        </plugins>
+    </build>
 </project>