Skip to content

Commit

Permalink
Add changes for wso2/api-manager#2943
Browse files Browse the repository at this point in the history
  • Loading branch information
YasasRangika committed Jul 3, 2024
1 parent 2ab4bc4 commit 6cc590f
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 0 deletions.
7 changes: 7 additions & 0 deletions components/wso2is.key.manager.core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,13 @@
org.wso2.is.key.manager.core.*;
</Export-Package>
<DynamicImport-Package>*</DynamicImport-Package>
<Provide-Capability>
osgi.service;objectClass=org.wso2.carbon.user.core.service.RealmService,
osgi.service;objectClass=org.wso2.carbon.identity.core.util.IdentityCoreInitializedEvent,
osgi.service;objectClass=org.wso2.carbon.registry.core.service.RegistryService,
osgi.service;objectClass=org.wso2.carbon.registry.core.service.TenantRegistryLoader,
osgi.service;objectClass=org.wso2.carbon.utils.ConfigurationContextService
</Provide-Capability>
</instructions>
</configuration>
</plugin>
Expand Down
5 changes: 5 additions & 0 deletions components/wso2is.key.manager.tokenpersistence/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,11 @@
org.wso2.is.key.manager.tokenpersistence.*;
</Export-Package>
<DynamicImport-Package>*</DynamicImport-Package>
<Provide-Capability>
osgi.service;objectClass=org.wso2.carbon.user.core.service.RealmService,
osgi.service;objectClass=org.wso2.carbon.identity.core.util.IdentityCoreInitializedEvent,
osgi.service;objectClass=org.wso2.is.notification.NotificationEventSenderService
</Provide-Capability>
</instructions>
</configuration>
</plugin>
Expand Down
4 changes: 4 additions & 0 deletions components/wso2is.key.manager/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,10 @@
org.osgi.service.*;version="${imp.package.version.osgi.service}",
*;resolution:=optional
</Import-Package>
<Provide-Capability>
osgi.service;objectClass=org.wso2.carbon.apimgt.notification.NotificationEventService,
osgi.service;objectClass=org.wso2.carbon.apimgt.impl.APIManagerConfigurationService
</Provide-Capability>
</instructions>
</configuration>
</plugin>
Expand Down
5 changes: 5 additions & 0 deletions components/wso2is.notification.event.handlers/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,11 @@
org.wso2.is.notification.*;
</Export-Package>
<DynamicImport-Package>*</DynamicImport-Package>
<Provide-Capability>
osgi.service;objectClass=org.wso2.carbon.user.core.service.RealmService,
osgi.service;objectClass=org.wso2.carbon.identity.core.util.IdentityCoreInitializedEvent,
osgi.service;objectClass=org.wso2.carbon.utils.ConfigurationContextService
</Provide-Capability>
</instructions>
</configuration>
</plugin>
Expand Down

0 comments on commit 6cc590f

Please sign in to comment.