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 ad494f3 commit 8f26cfd
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@

<dependencies>
<dependency>
<groupId>org.wso2.eclipse.osgi</groupId>
<groupId>org.eclipse.platform</groupId>
<artifactId>org.eclipse.osgi.services</artifactId>
</dependency>
<dependency>
Expand Down
11 changes: 11 additions & 0 deletions components/org.wso2.carbon.identity.recovery/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,17 @@
version="${identity.governance.imp.pkg.version.range}",
</Import-Package>
<DynamicImport-Package>*</DynamicImport-Package>
<Provide-Capability>
osgi.service;objectClass=org.wso2.carbon.identity.auth.attribute.handler.AuthAttributeHandlerManager,
osgi.service;objectClass=org.wso2.carbon.identity.configuration.mgt.core.ConfigurationManager,
osgi.service;objectClass=org.wso2.carbon.identity.consent.mgt.services.ConsentUtilityService,
osgi.service;objectClass=org.wso2.carbon.identity.governance.service.IdentityDataStoreService,
osgi.service;objectClass=org.wso2.carbon.identity.governance.service.otp.OTPGenerator,
osgi.service;objectClass=org.wso2.carbon.identity.handler.event.account.lock.service.AccountLockService,
osgi.service;objectClass=org.wso2.carbon.identity.input.validation.mgt.services.InputValidationManagementService,
osgi.service;objectClass=org.wso2.carbon.identity.multi.attribute.login.mgt.MultiAttributeLoginService,
osgi.service;objectClass=org.wso2.carbon.identity.user.functionality.mgt.UserFunctionalityManager
</Provide-Capability>
</instructions>
</configuration>
</plugin>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.wso2.eclipse.osgi</groupId>
<groupId>org.eclipse.platform</groupId>
<artifactId>org.eclipse.osgi.services</artifactId>
</dependency>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@

<dependencies>
<dependency>
<groupId>org.wso2.eclipse.osgi</groupId>
<groupId>org.eclipse.platform</groupId>
<artifactId>org.eclipse.osgi.services</artifactId>
</dependency>
<dependency>
Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@
<version>${apache.felix.scr.ds.annotations.version}</version>
</dependency>
<dependency>
<groupId>org.wso2.eclipse.osgi</groupId>
<groupId>org.eclipse.platform</groupId>
<artifactId>org.eclipse.osgi.services</artifactId>
<version>${equinox.osgi.services.version}</version>
</dependency>
Expand Down Expand Up @@ -680,9 +680,9 @@
<commons.io.wso2.osgi.version.range>[2.4.0,3.0.0)</commons.io.wso2.osgi.version.range>
<commons-logging.osgi.version.range>[1.2.0,2.0.0)</commons-logging.osgi.version.range>
<commons-lang.osgi.version.range>[2.6.0, 3.0.0)</commons-lang.osgi.version.range>
<imp.pkg.version.javax.servlet>[2.6.0, 3.0.0)</imp.pkg.version.javax.servlet>
<imp.pkg.version.javax.servlet>[2.6.0, 5.0.0)</imp.pkg.version.javax.servlet>
<apache.felix.scr.ds.annotations.version>1.2.4</apache.felix.scr.ds.annotations.version>
<equinox.osgi.services.version>3.5.100.v20160504-1419</equinox.osgi.services.version>
<equinox.osgi.services.version>3.12.0</equinox.osgi.services.version>
<commons-collections.version>3.2.2.wso2v1</commons-collections.version>
<commons-collections.wso2.osgi.version.range>[3.2.0,4.0.0)</commons-collections.wso2.osgi.version.range>
<identity.data.publisher.authentication.version>5.3.27</identity.data.publisher.authentication.version>
Expand Down

0 comments on commit 8f26cfd

Please sign in to comment.