Skip to content

Commit

Permalink
Revert "[Spring Removal] Remove spring dependency from identity gover…
Browse files Browse the repository at this point in the history
…nance repository"
  • Loading branch information
lashinijay authored Dec 13, 2024
1 parent 982abfc commit becf89f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -385,6 +385,11 @@
<artifactId>cxf-rt-rs-service-description</artifactId>
<version>${cxf-bundle.version}</version>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-web</artifactId>
<version>${spring-web.version}</version>
</dependency>
<dependency>
<groupId>javax.validation</groupId>
<artifactId>validation-api</artifactId>
Expand Down Expand Up @@ -730,6 +735,7 @@
<jackson-jaxrs-json-provider.version>2.13.2</jackson-jaxrs-json-provider.version>
<jackson-databind.version>2.13.2.1</jackson-databind.version>
<cxf-bundle.version>3.5.9</cxf-bundle.version>
<spring-web.version>4.3.29.RELEASE</spring-web.version>
<swagger-jaxrs.version>1.6.2</swagger-jaxrs.version>
<javax.ws.rs-api.version>2.1.1</javax.ws.rs-api.version>
<junit.version>4.13.1</junit.version>
Expand Down

0 comments on commit becf89f

Please sign in to comment.