Release aaa
[aaa.git] / web / api / pom.xml
index 6128ce6b2b63b8a8db7860fa5880e0af1de046f6..dafec68203f06bedebc24a742caa1fe254a0f670 100644 (file)
@@ -12,7 +12,7 @@
   <parent>
     <groupId>org.opendaylight.aaa</groupId>
     <artifactId>aaa-parent</artifactId>
-    <version>0.16.0-SNAPSHOT</version>
+    <version>0.18.4</version>
     <relativePath>../../parent</relativePath>
   </parent>
 
   <packaging>bundle</packaging>
 
   <dependencies>
-
+    <dependency>
+      <groupId>com.google.guava</groupId>
+      <artifactId>guava</artifactId>
+    </dependency>
     <dependency>
       <groupId>javax.servlet</groupId>
       <artifactId>javax.servlet-api</artifactId>
     </dependency>
     <dependency>
-      <groupId>org.immutables</groupId>
-      <artifactId>value</artifactId>
-      <classifier>annotations</classifier>
+      <groupId>org.eclipse.jdt</groupId>
+      <artifactId>org.eclipse.jdt.annotation</artifactId>
     </dependency>
     <dependency>
       <groupId>org.opendaylight.yangtools</groupId>