Skip to content

Commit

Permalink
Merge pull request #22442 from lashinijay/master-rule-metadata-refact…
Browse files Browse the repository at this point in the history
…oring

Remove rule metadata cxf reference and bump api server version
  • Loading branch information
lashinijay authored Jan 25, 2025
2 parents 1338bdd + 456ed82 commit 156da5c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@
<!-- Legacy identity APIs -->
<import resource="classpath:META-INF/cxf/idv-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"/>

<context:property-placeholder/>
<context:annotation-config/>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2529,7 +2529,7 @@

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

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

0 comments on commit 156da5c

Please sign in to comment.