Skip to content

Commit

Permalink
Expose Provide-Capability from aaa-cert
Browse files Browse the repository at this point in the history
Downstreams are interested in using ICertificateManager via OSGi DS.
Make sure we expose Provide-Capability to satisfy the Require-Capability
such use generates.

JIRA: AAA-268
Change-Id: Ibae9e6e19ec470c20c9c7a886db0b07af6556dfa
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
(cherry picked from commit ce9d656)
  • Loading branch information
rovarga committed Jan 24, 2024
1 parent 0c63846 commit 4b915fa
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions aaa-cert/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,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>
Expand Down

0 comments on commit 4b915fa

Please sign in to comment.