Bump versions to 0.21.8-SNAPSHOT
[bgpcep.git] / pcep / topology / topology-spi / pom.xml
index 4d0a4e63a3081aa8cb50e5e184f8724a1d710eb9..e447dbb48d4ed0450cfe1acbe159dcc34714c3d6 100644 (file)
@@ -15,7 +15,7 @@
     <parent>
         <groupId>org.opendaylight.bgpcep</groupId>
         <artifactId>binding-parent</artifactId>
-        <version>0.19.1-SNAPSHOT</version>
+        <version>0.21.8-SNAPSHOT</version>
         <relativePath>../../../binding-parent</relativePath>
     </parent>
 
             <groupId>com.google.guava</groupId>
             <artifactId>guava</artifactId>
         </dependency>
+        <dependency>
+            <groupId>org.eclipse.jdt</groupId>
+            <artifactId>org.eclipse.jdt.annotation</artifactId>
+        </dependency>
 
         <!-- Testing dependencies -->
         <dependency>