Bump versions to 0.18.3-SNAPSHOT
[aaa.git] / aaa-authn-api / pom.xml
index f7c52b4d71170eff73e5eed68513a94a410852df..199f5ad5180326591cec4f2c7804fabcfd825ac0 100644 (file)
   <parent>
     <groupId>org.opendaylight.aaa</groupId>
     <artifactId>aaa-parent</artifactId>
-    <version>0.17.10-SNAPSHOT</version>
+    <version>0.18.3-SNAPSHOT</version>
     <relativePath>../parent</relativePath>
   </parent>
 
   <groupId>org.opendaylight.aaa</groupId>
   <artifactId>aaa-authn-api</artifactId>
-  <version>0.17.10-SNAPSHOT</version>
+  <version>0.18.3-SNAPSHOT</version>
   <name>ODL :: aaa :: ${project.artifactId}</name>
   <packaging>bundle</packaging>
 
@@ -35,5 +35,9 @@
       <groupId>jakarta.xml.bind</groupId>
       <artifactId>jakarta.xml.bind-api</artifactId>
     </dependency>
+    <dependency>
+      <groupId>org.eclipse.jdt</groupId>
+      <artifactId>org.eclipse.jdt.annotation</artifactId>
+    </dependency>
   </dependencies>
 </project>