Bump versions to 0.21.3-SNAPSHOT
[bgpcep.git] / pcep / topology / topology-spi / pom.xml
index 3850de6869d55c459dfdee289e8e68e7ab79dd0d..64dfa27a5aafdcc03fdad3bda639451a488f2a4d 100644 (file)
@@ -15,7 +15,7 @@
     <parent>
         <groupId>org.opendaylight.bgpcep</groupId>
         <artifactId>binding-parent</artifactId>
-        <version>0.20.0-SNAPSHOT</version>
+        <version>0.21.3-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>