Release aaa
[aaa.git] / aaa-cert / pom.xml
index 07e799b03dd619d2dc2faf5febd661bcefd78f00..2cfd2cb16d33bcae0107b085815aab254bb59708 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.19.0-SNAPSHOT</version>
+    <version>0.19.4</version>
     <relativePath>../parent</relativePath>
   </parent>
 
@@ -30,6 +30,10 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
       <groupId>org.apache.commons</groupId>
       <artifactId>commons-lang3</artifactId>
     </dependency>
+    <dependency>
+      <groupId>org.bouncycastle</groupId>
+      <artifactId>bcpkix-jdk18on</artifactId>
+    </dependency>
     <dependency>
       <groupId>org.bouncycastle</groupId>
       <artifactId>bcprov-jdk18on</artifactId>
@@ -57,6 +61,9 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
               org.opendaylight.aaa.cert.impl.*,
               org.opendaylight.yang.gen.v1.urn.opendaylight.yang.aaa.cert.rev151126.*
             </Export-Package>
+            <Provide-Capability>
+              osgi.service;objectClass:List&lt;String&gt;="org.opendaylight.aaa.cert.api.ICertificateManager";uses:="org.opendaylight.aaa.cert.api"
+            </Provide-Capability>
           </instructions>
         </configuration>
       </plugin>