Release aaa
[aaa.git] / aaa-cert / pom.xml
index 877468c14e090cb1882ccad196f96224f41e8b4d..8c9e2853d7a859528032e2f9449b1f8941dd61ff 100644 (file)
@@ -10,7 +10,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
   <parent>
     <groupId>org.opendaylight.aaa</groupId>
     <artifactId>aaa-parent</artifactId>
-    <version>0.11.0-SNAPSHOT</version>
+    <version>0.18.4</version>
     <relativePath>../parent</relativePath>
   </parent>
 
@@ -31,17 +31,13 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
     </dependency>
     <dependency>
       <groupId>org.apache.commons</groupId>
-      <artifactId>commons-text</artifactId>
-    </dependency>
-    <dependency>
-      <groupId>javax.xml.bind</groupId>
-      <artifactId>jaxb-api</artifactId>
+      <artifactId>commons-lang3</artifactId>
     </dependency>
 
     <!-- Bouncy Castle dependency -->
     <dependency>
       <groupId>org.bouncycastle</groupId>
-      <artifactId>bcprov-jdk15on</artifactId>
+      <artifactId>bcprov-jdk18on</artifactId>
     </dependency>
   </dependencies>