Release bgpcep
[bgpcep.git] / bgp / parser-spi / pom.xml
index e8c87247d560385dc1f86d16f39918651dc7692a..29bb30554c06644d296a49e9b3a464afdd57c7a9 100644 (file)
@@ -15,7 +15,7 @@
     <parent>
         <groupId>org.opendaylight.bgpcep</groupId>
         <artifactId>binding-parent</artifactId>
-        <version>0.19.6-SNAPSHOT</version>
+        <version>0.21.6</version>
         <relativePath>../../binding-parent</relativePath>
     </parent>
 
             <groupId>org.opendaylight.mdsal</groupId>
             <artifactId>yang-binding</artifactId>
         </dependency>
+        <dependency>
+            <groupId>org.eclipse.jdt</groupId>
+            <artifactId>org.eclipse.jdt.annotation</artifactId>
+        </dependency>
         <dependency>
             <groupId>org.opendaylight.yangtools</groupId>
             <artifactId>concepts</artifactId>
         </dependency>
         <dependency>
             <groupId>org.opendaylight.yangtools</groupId>
-            <artifactId>yang-data-impl</artifactId>
+            <artifactId>yang-data-spi</artifactId>
             <scope>test</scope>
         </dependency>
     </dependencies>