Skip to content

Commit

Permalink
add capability listing to the feature so it validates
Browse files Browse the repository at this point in the history
  • Loading branch information
Benjamin Reed committed Feb 15, 2024
1 parent 2e1d3c3 commit f5fda3f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions karaf-features/src/main/resources/features.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@
<bundle dependency="true">mvn:org.json/json/${json.version}</bundle>
<bundle dependency="true">mvn:org.opennms.plugin.timeseries.cortex.wrap/resilience4j/${project.version}</bundle>
<bundle>mvn:org.opennms.plugins.timeseries/cortex-plugin/${project.version}</bundle>
<capability>
osgi.service;objectClass=org.opennms.integration.api.v1.distributed.KeyValueStore;effective:=active
</capability>
</feature>

<feature name="tss-cortex-okhttp" description="okhttp" version="${okhttp.version}">
Expand Down

0 comments on commit f5fda3f

Please sign in to comment.