|
896 | 896 | <version>${project.version}</version> |
897 | 897 | <scope>provided</scope> |
898 | 898 | </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> |
907 | 899 | <dependency> |
908 | 900 | <groupId>org.wso2.carbon.identity.notification.push</groupId> |
909 | 901 | <artifactId>org.wso2.carbon.identity.notification.push.device.handler</artifactId> |
|
1022 | 1014 | <maven.buildnumber.plugin.version>1.4</maven.buildnumber.plugin.version> |
1023 | 1015 | <org.apache.felix.annotations.version>1.2.4</org.apache.felix.annotations.version> |
1024 | 1016 | <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> |
1026 | 1018 | <maven.findbugsplugin.version>3.0.5</maven.findbugsplugin.version> |
1027 | 1019 | <findsecbugs-plugin.version>1.12.0</findsecbugs-plugin.version> |
1028 | 1020 | <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> |
1031 | 1023 | <identity.inbound.saml2.version>5.11.51</identity.inbound.saml2.version> |
1032 | 1024 | <identity.x509Certificate.validation.version>1.1.19</identity.x509Certificate.validation.version> |
1033 | 1025 | <commons.beanutils.version>1.9.4</commons.beanutils.version> |
|
1063 | 1055 | <org.wso2.carbon.identity.inbound.provisioning.scim2.version>3.4.146 |
1064 | 1056 | </org.wso2.carbon.identity.inbound.provisioning.scim2.version> |
1065 | 1057 |
|
| 1058 | + <!-- VC related versions --> |
| 1059 | + <carbon.identity.openid4vc.version>1.0.0</carbon.identity.openid4vc.version> |
| 1060 | + |
1066 | 1061 | <!-- Unit test versions --> |
1067 | 1062 | <testng.version>6.9.10</testng.version> |
1068 | 1063 | <mockito-core.version>4.6.1</mockito-core.version> |
|
1115 | 1110 | <module>components/org.wso2.carbon.identity.api.server.asynchronous.operation.status.management</module> |
1116 | 1111 | <module>components/org.wso2.carbon.identity.api.server.vc.template.management</module> |
1117 | 1112 | <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> |
1120 | 1113 | </modules> |
1121 | 1114 |
|
1122 | 1115 | </project> |
0 commit comments