Skip to content

Commit f737f2f

Browse files
committed
Remove spring web
1 parent f064d6c commit f737f2f

File tree

1 file changed

+14
-6
lines changed
  • src/backend/libs/efiling-cso-client

1 file changed

+14
-6
lines changed

src/backend/libs/efiling-cso-client/pom.xml

Lines changed: 14 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,12 @@
33
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
44
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
55
<modelVersion>4.0.0</modelVersion>
6-
6+
<parent>
7+
<groupId>org.springframework.boot</groupId>
8+
<artifactId>spring-boot-starter-parent</artifactId>
9+
<version>2.4.0</version>
10+
<relativePath/> <!-- lookup parent from repository -->
11+
</parent>
712
<groupId>ca.bc.gov.open.jag</groupId>
813
<artifactId>efiling-cso-client</artifactId>
914
<version>1.5.1-SNAPSHOT</version>
@@ -71,12 +76,15 @@
7176
<scope>test</scope>
7277
</dependency>
7378
<dependency>
74-
<groupId>org.springframework</groupId>
75-
<artifactId>spring-web</artifactId>
76-
<version>5.3.28</version>
77-
<scope>compile</scope>
79+
<groupId>org.springframework.boot</groupId>
80+
<artifactId>spring-boot-starter-web</artifactId>
81+
<version>3.1.0</version>
82+
</dependency>
83+
<dependency>
84+
<groupId>org.springframework.boot</groupId>
85+
<artifactId>spring-boot-starter-webflux</artifactId>
86+
<version>3.1.0</version>
7887
</dependency>
79-
8088
</dependencies>
8189

8290
<dependencyManagement>

0 commit comments

Comments
 (0)