Bump versions to 0.21.5-SNAPSHOT
[bgpcep.git] / pcep / topology / topology-spi / pom.xml
index 679cc2b84d69294f04987e4ac09c3f2a0a82a654..60cdf9981ebaac184d4b781e26205cf5b909b787 100644 (file)
@@ -15,7 +15,7 @@
     <parent>
         <groupId>org.opendaylight.bgpcep</groupId>
         <artifactId>binding-parent</artifactId>
-        <version>0.18.2-SNAPSHOT</version>
+        <version>0.21.5-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>