diff --git a/modules/p2-profile-gen/pom.xml b/modules/p2-profile-gen/pom.xml
index 1f3ae282cf1..217c07bf683 100644
--- a/modules/p2-profile-gen/pom.xml
+++ b/modules/p2-profile-gen/pom.xml
@@ -263,6 +263,9 @@
org.wso2.carbon.extension.identity.authenticator.outbound.emailotp:org.wso2.carbon.identity.authenticator.emailotp.feature:${authenticator.emailotp.version}
+
+ org.wso2.carbon.extension.identity.oauth.addons:org.wso2.carbon.identity.oauth2.token.handler.clientauth.jwt.feature:${identity.oauth.addons.version}
+
org.wso2.carbon.identity.user.ws:org.wso2.carbon.um.ws.service.feature:${identity.user.ws.version}
@@ -1102,6 +1105,10 @@
org.wso2.carbon.identity.authenticator.emailotp.feature.group
${authenticator.emailotp.version}
+
+ org.wso2.carbon.identity.oauth2.token.handler.clientauth.jwt.feature.group
+ ${identity.oauth.addons.version}
+
org.wso2.carbon.identity.application.authenticator.oidc.server.feature.group
@@ -1673,6 +1680,10 @@
org.wso2.carbon.identity.authenticator.emailotp.feature.group
${authenticator.emailotp.version}
+
+ org.wso2.carbon.identity.oauth2.token.handler.clientauth.jwt.feature.group
+ ${identity.oauth.addons.version}
+
org.wso2.carbon.extension.identity.verification.provider.feature.group
${identity.verification.version}
@@ -2148,6 +2159,10 @@
org.wso2.carbon.identity.authenticator.emailotp.feature.group
${authenticator.emailotp.version}
+
+ org.wso2.carbon.identity.oauth2.token.handler.clientauth.jwt.feature.group
+ ${identity.oauth.addons.version}
+
org.wso2.carbon.extension.identity.verification.provider.feature.group
${identity.verification.version}
diff --git a/pom.xml b/pom.xml
index 8c6725b8fa1..643052e8c54 100755
--- a/pom.xml
+++ b/pom.xml
@@ -2049,6 +2049,12 @@
org.wso2.carbon.extension.identity.verification.ui
${identity.verification.version}
+
+ org.wso2.carbon.extension.identity.oauth.addons
+ org.wso2.carbon.identity.oauth2.token.handler.clientauth.jwt
+ ${identity.oauth.addons.version}
+
+
org.wso2.msf4j
msf4j-core
@@ -2292,7 +2298,7 @@
- 5.25.361
+ 5.25.364
[5.14.67, 6.0.0]