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