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 f0d4ea8 commit 8dcc109
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 0 deletions.
5 changes: 5 additions & 0 deletions components/email-mgt/org.wso2.carbon.email.mgt/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,11 @@
org.wso2.carbon.identity.base; version="${carbon.identity.framework.imp.pkg.version.range}",
org.wso2.carbon.identity.governance.*;version="${identity.governance.imp.pkg.version.range}"
</Import-Package>
<Provide-Capability>
osgi.service;objectClass=org.wso2.carbon.identity.core.persistence.registry.RegistryResourceMgtService,
osgi.service;objectClass=org.wso2.carbon.user.core.service.RealmService,
osgi.service;objectClass=org.wso2.carbon.registry.core.service.RegistryService
</Provide-Capability>
</instructions>
</configuration>
</plugin>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,15 @@
org.wso2.carbon.identity.organization.management.service.constant;version="${org.wso2.identity.organization.mgt.core.imp.pkg.version.range}",
org.wso2.carbon.identity.organization.management.service.exception;version="${org.wso2.identity.organization.mgt.core.imp.pkg.version.range}",
</Import-Package>
<Provide-Capability>
osgi.service;objectClass=org.wso2.carbon.registry.core.service.RegistryService,
osgi.service;objectClass=org.wso2.carbon.user.core.service.RealmService,
osgi.service;objectClass=org.wso2.carbon.event.stream.core.EventStreamService,
osgi.service;objectClass=org.wso2.carbon.event.publisher.core.EventPublisherService,
osgi.service;objectClass=org.wso2.carbon.email.mgt.EmailTemplateManager,
osgi.service;objectClass=org.wso2.carbon.identity.governance.service.notification.NotificationTemplateManager,
osgi.service;objectClass=org.wso2.carbon.identity.organization.management.service.OrganizationManager
</Provide-Capability>
</instructions>
</configuration>
</plugin>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,11 @@
org.wso2.carbon.identity.tenant.resource.manager.util; version="${identity.governance.imp.pkg.version.range}",
org.wso2.carbon.utils; version="${carbon.kernel.imp.pkg.version.range}"
</Import-Package>
<Provide-Capability>
osgi.service;objectClass=org.wso2.carbon.event.publisher.core.EventPublisherService,
osgi.service;objectClass=org.wso2.carbon.identity.configuration.mgt.core.ConfigurationManager,
osgi.service;objectClass=org.wso2.carbon.identity.notification.sender.tenant.config.handlers.ChannelConfigurationHandler
</Provide-Capability>
</instructions>
</configuration>
</plugin>
Expand Down

0 comments on commit 8dcc109

Please sign in to comment.