Skip to content

Commit

Permalink
Remove Spring dependency from main pom.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
lashinijay committed Jan 11, 2025
1 parent 8ef3bd8 commit 6bb213d
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
~ Copyright (c) 2019, WSO2 Inc. (http://www.wso2.org) All Rights Reserved.
~ Copyright (c) 2019-2024, WSO2 LLC. (http://www.wso2.com).
~
~ WSO2 Inc. licenses this file to you under the Apache License,
~ WSO2 LLC. licenses this file to you under the Apache License,
~ Version 2.0 (the "License"); you may not use this file except
~ in compliance with the License.
~ You may obtain a copy of the License at
Expand Down Expand Up @@ -56,11 +56,6 @@
<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.ws.rs</groupId>
<artifactId>javax.ws.rs-api</artifactId>
Expand Down Expand Up @@ -471,7 +466,6 @@
<jackson-dataformat-xml.version>2.16.1</jackson-dataformat-xml.version>
<cxf-bundle.version>3.5.9</cxf-bundle.version>
<jackson.version>1.9.13</jackson.version>
<spring-web.version>5.3.25</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>
<version.org.wso2.orbit.javax.xml.bind>2.3.1.wso2v1</version.org.wso2.orbit.javax.xml.bind>
Expand Down

0 comments on commit 6bb213d

Please sign in to comment.