Skip to content

Commit

Permalink
Merge pull request #22422 from lashinijay/cxf-2
Browse files Browse the repository at this point in the history
Remove unused cxf references
  • Loading branch information
lashinijay authored Jan 25, 2025
2 parents 3cf6d5e + 490a11e commit 7d27d51
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,18 +34,13 @@
<import resource="classpath:META-INF/cxf/application-user-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"/>
<import resource="classpath:META-INF/cxf/secret-management-server-v1-cxf.xml"/>
<import resource="classpath:META-INF/cxf/user-onboard-management-cxf.xml"/>

<import resource="classpath:META-INF/cxf/user-functionality-v1-cxf.xml"/>
<import resource="classpath:META-INF/cxf/organization-user-invitation-mgt-v1-cxf.xml"/>

<!-- Legacy identity APIs -->
<import resource="classpath:META-INF/cxf/config-mgt-server-v1-cxf.xml"/>
<import resource="classpath:META-INF/cxf/idv-v1-cxf.xml"/>
<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/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 @@ -2501,7 +2501,7 @@

<!-- Identity REST API feature -->
<identity.api.dispatcher.version>2.0.17</identity.api.dispatcher.version>
<identity.server.api.version>1.3.46</identity.server.api.version>
<identity.server.api.version>1.3.48</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 7d27d51

Please sign in to comment.