Bump versions to 0.21.2-SNAPSHOT
[bgpcep.git] / config-loader / config-loader-spi / pom.xml
index 837a3b1a741df2c6ea45978541f073bc179e3f95..9c9cdbeebdeda78b3fac79fa6bcc060b55339dec 100644 (file)
@@ -14,7 +14,7 @@
     <parent>
         <groupId>org.opendaylight.bgpcep</groupId>
         <artifactId>bgpcep-parent</artifactId>
-        <version>0.19.2-SNAPSHOT</version>
+        <version>0.21.2-SNAPSHOT</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
     <name>${project.artifactId}</name>
 
     <dependencies>
-        <dependency>
-            <groupId>org.opendaylight.yangtools</groupId>
-            <artifactId>concepts</artifactId>
-        </dependency>
         <dependency>
             <groupId>com.google.guava</groupId>
             <artifactId>guava</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-api</artifactId>