Release aaa
[aaa.git] / aaa-authn-api / pom.xml
index 942bef1fe3a0f69142e5161bc29a8d4ca7c1ec11..9b8525a2dbe0a866db23ee131d6f5127e7993711 100644 (file)
   <parent>
     <groupId>org.opendaylight.aaa</groupId>
     <artifactId>aaa-parent</artifactId>
-    <version>0.17.0-SNAPSHOT</version>
+    <version>0.18.3</version>
     <relativePath>../parent</relativePath>
   </parent>
 
   <groupId>org.opendaylight.aaa</groupId>
   <artifactId>aaa-authn-api</artifactId>
-  <version>0.17.0-SNAPSHOT</version>
+  <version>0.18.3</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>