File tree Expand file tree Collapse file tree 1 file changed +14
-6
lines changed
src/backend/libs/efiling-cso-client Expand file tree Collapse file tree 1 file changed +14
-6
lines changed Original file line number Diff line number Diff line change 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 >
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 >
You can’t perform that action at this time.
0 commit comments