Skip to content

Commit

Permalink
[Spring Cleanup] Remove cxf references of non Spring components (#22397)
Browse files Browse the repository at this point in the history
* remove references of oidc-scope-management-server-v1,expired-password-identification cxfs

* remove reference of advisory management cxf

* remove reference of api resource server cxf

* bump api server version
  • Loading branch information
lashinijay authored Jan 24, 2025
1 parent ed618d6 commit b91d95e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@
<import resource="classpath:META-INF/cxf/application-user-v1-cxf.xml"/>
<import resource="classpath:META-INF/cxf/keystore-server-v1-cxf.xml"/>
<import resource="classpath:META-INF/cxf/idp-server-v1-cxf.xml"/>
<import resource="classpath:META-INF/cxf/oidc-scope-management-server-v1-cxf.xml"/>
<import resource="classpath:META-INF/cxf/user-recovery-v1-cxf.xml"/>
<import resource="classpath:META-INF/cxf/user-recovery-v2-cxf.xml"/>
<import resource="classpath:META-INF/cxf/script-libraries-server-v1-cxf.xml"/>
Expand All @@ -46,11 +45,9 @@
<import resource="classpath:META-INF/cxf/secret-management-server-v1-cxf.xml"/>
<import resource="classpath:META-INF/cxf/branding-preference-server-v1-cxf.xml"/>
<import resource="classpath:META-INF/cxf/input-validation-server-v1-cxf.xml"/>
<import resource="classpath:META-INF/cxf/expired-password-identification-cxf.xml"/>
<import resource="classpath:META-INF/cxf/user-onboard-management-cxf.xml"/>

<import resource="classpath:META-INF/cxf/identity-governance-server-v1-cxf.xml"/>
<import resource="classpath:META-INF/cxf/admin-advisory-management-server-v1-cxf.xml"/>
<import resource="classpath:META-INF/cxf/user-store-v1-cxf.xml"/>
<import resource="classpath:META-INF/cxf/tenant-management-server-v1-cxf.xml"/>
<import resource="classpath:META-INF/cxf/cors-server-v1-cxf.xml"/>
Expand All @@ -68,7 +65,6 @@
<import resource="classpath:META-INF/cxf/org-mgt-server-v1-cxf.xml"/>
<import resource="classpath:META-INF/cxf/org-role-mgt-server-v1-cxf.xml"/>
<import resource="classpath:META-INF/cxf/user-organization-v1-cxf.xml"/>
<import resource="classpath:META-INF/cxf/api-resource-server-v1-cxf.xml"/>
<import resource="classpath:META-INF/cxf/action-server-v1-cxf.xml"/>
<import resource="classpath:META-INF/cxf/rule-metadata-server-v1-cxf.xml"/>

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2488,7 +2488,7 @@

<!-- Identity REST API feature -->
<identity.api.dispatcher.version>2.0.17</identity.api.dispatcher.version>
<identity.server.api.version>1.3.29</identity.server.api.version>
<identity.server.api.version>1.3.32</identity.server.api.version>
<identity.user.api.version>1.3.50</identity.user.api.version>

<identity.agent.sso.version>5.5.9</identity.agent.sso.version>
Expand Down

0 comments on commit b91d95e

Please sign in to comment.