Bump versions to 0.19.4-SNAPSHOT
[bgpcep.git] / bgp / extensions / parent / pom.xml
index bbc6ce3691d01a19470c79743d462fbad8c71410..1dc50dd088e7441accb2ad130b9846ea75e49aa8 100644 (file)
     <parent>
         <groupId>org.opendaylight.bgpcep</groupId>
         <artifactId>binding-parent</artifactId>
-        <version>0.16.3-SNAPSHOT</version>
+        <version>0.19.4-SNAPSHOT</version>
         <relativePath>../../../binding-parent</relativePath>
     </parent>
 
     <artifactId>bgp-extension-parent</artifactId>
-    <version>0.16.3-SNAPSHOT</version>
+    <version>0.19.4-SNAPSHOT</version>
     <packaging>pom</packaging>
     <description>BGP Extensions Parent</description>
     <name>${project.artifactId}</name>
             <groupId>org.opendaylight.yangtools</groupId>
             <artifactId>yang-data-api</artifactId>
         </dependency>
+        <dependency>
+            <groupId>org.opendaylight.yangtools</groupId>
+            <artifactId>yang-data-tree-api</artifactId>
+            <scope>test</scope>
+        </dependency>
+        <dependency>
+            <groupId>org.opendaylight.yangtools</groupId>
+            <artifactId>yang-data-tree-spi</artifactId>
+            <scope>test</scope>
+        </dependency>
         <dependency>
             <groupId>org.opendaylight.mdsal</groupId>
             <artifactId>mdsal-binding-dom-codec-api</artifactId>
             <type>test-jar</type>
         </dependency>
     </dependencies>
+
+    <build>
+        <plugins>
+            <plugin>
+                <artifactId>maven-dependency-plugin</artifactId>
+                <configuration>
+                    <ignoredUnusedDeclaredDependencies>
+                        <ignoredUnusedDeclaredDependency>org.opendaylight.bgpcep:bgp-bmp-api</ignoredUnusedDeclaredDependency>
+                    </ignoredUnusedDeclaredDependencies>
+                </configuration>
+            </plugin>
+        </plugins>
+    </build>
 </project>