Skip to content

Commit 55c3c53

Browse files
committed
Resolve merge conflicts
1 parent c8b68f4 commit 55c3c53

File tree

1 file changed

+6
-13
lines changed

1 file changed

+6
-13
lines changed

pom.xml

Lines changed: 6 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -896,14 +896,6 @@
896896
<version>${project.version}</version>
897897
<scope>provided</scope>
898898
</dependency>
899-
<dependency>
900-
<groupId>org.wso2.carbon.identity.server.api</groupId>
901-
<artifactId>org.wso2.carbon.identity.api.credential.action.management.v1</artifactId>
902-
<artifactId>org.wso2.carbon.identity.api.server.user.credential.management.common</artifactId>
903-
<artifactId>org.wso2.carbon.identity.api.server.credential.management.common</artifactId>
904-
<version>${project.version}</version>
905-
<scope>provided</scope>
906-
</dependency>
907899
<dependency>
908900
<groupId>org.wso2.carbon.identity.notification.push</groupId>
909901
<artifactId>org.wso2.carbon.identity.notification.push.device.handler</artifactId>
@@ -1022,12 +1014,12 @@
10221014
<maven.buildnumber.plugin.version>1.4</maven.buildnumber.plugin.version>
10231015
<org.apache.felix.annotations.version>1.2.4</org.apache.felix.annotations.version>
10241016
<identity.governance.version>1.11.103</identity.governance.version>
1025-
<carbon.identity.framework.version>7.8.610</carbon.identity.framework.version>
1017+
<carbon.identity.framework.version>7.8.650</carbon.identity.framework.version>
10261018
<maven.findbugsplugin.version>3.0.5</maven.findbugsplugin.version>
10271019
<findsecbugs-plugin.version>1.12.0</findsecbugs-plugin.version>
10281020
<maven.checkstyleplugin.excludes>**/gen/**/*</maven.checkstyleplugin.excludes>
1029-
<identity.event.handler.version>1.9.48</identity.event.handler.version>
1030-
<identity.inbound.oauth2.version>7.0.350</identity.inbound.oauth2.version>
1021+
<identity.event.handler.version>1.9.75</identity.event.handler.version>
1022+
<identity.inbound.oauth2.version>7.0.409</identity.inbound.oauth2.version>
10311023
<identity.inbound.saml2.version>5.11.51</identity.inbound.saml2.version>
10321024
<identity.x509Certificate.validation.version>1.1.19</identity.x509Certificate.validation.version>
10331025
<commons.beanutils.version>1.9.4</commons.beanutils.version>
@@ -1063,6 +1055,9 @@
10631055
<org.wso2.carbon.identity.inbound.provisioning.scim2.version>3.4.146
10641056
</org.wso2.carbon.identity.inbound.provisioning.scim2.version>
10651057

1058+
<!-- VC related versions -->
1059+
<carbon.identity.openid4vc.version>1.0.0</carbon.identity.openid4vc.version>
1060+
10661061
<!-- Unit test versions -->
10671062
<testng.version>6.9.10</testng.version>
10681063
<mockito-core.version>4.6.1</mockito-core.version>
@@ -1115,8 +1110,6 @@
11151110
<module>components/org.wso2.carbon.identity.api.server.asynchronous.operation.status.management</module>
11161111
<module>components/org.wso2.carbon.identity.api.server.vc.template.management</module>
11171112
<module>components/org.wso2.carbon.identity.api.server.credential.management</module>
1118-
<module>components/org.wso2.carbon.identity.api.server.user.credential.management</module>
1119-
<module>components/org.wso2.carbon.identity.api.server.credential.management</module>
11201113
</modules>
11211114

11221115
</project>

0 commit comments

Comments
 (0)