File tree Expand file tree Collapse file tree 8 files changed +37
-3
lines changed Expand file tree Collapse file tree 8 files changed +37
-3
lines changed Original file line number Diff line number Diff line change 7777 <artifactId >spring-context-support</artifactId >
7878 </dependency >
7979
80+ <dependency >
81+ <groupId >org.springframework</groupId >
82+ <artifactId >spring-webflux</artifactId >
83+ </dependency >
84+
8085 <dependency >
8186 <groupId >org.slf4j</groupId >
8287 <artifactId >slf4j-api</artifactId >
Original file line number Diff line number Diff line change 4040 <artifactId >spring-context-support</artifactId >
4141 </dependency >
4242
43+ <dependency >
44+ <groupId >org.springframework</groupId >
45+ <artifactId >spring-webflux</artifactId >
46+ </dependency >
47+
4348 <dependency >
4449 <groupId >org.slf4j</groupId >
4550 <artifactId >slf4j-api</artifactId >
Original file line number Diff line number Diff line change 6060 <artifactId >spring-context-support</artifactId >
6161 </dependency >
6262
63+ <dependency >
64+ <groupId >org.springframework</groupId >
65+ <artifactId >spring-webflux</artifactId >
66+ </dependency >
67+
6368 <dependency >
6469 <groupId >org.slf4j</groupId >
6570 <artifactId >slf4j-api</artifactId >
Original file line number Diff line number Diff line change 6161 <artifactId >spring-context-support</artifactId >
6262 </dependency >
6363
64+ <dependency >
65+ <groupId >org.springframework</groupId >
66+ <artifactId >spring-webflux</artifactId >
67+ </dependency >
68+
6469 <dependency >
6570 <groupId >org.slf4j</groupId >
6671 <artifactId >slf4j-api</artifactId >
Original file line number Diff line number Diff line change 5757 <version >${project.parent.version} </version >
5858 </dependency >
5959
60+ <dependency >
61+ <groupId >org.springframework</groupId >
62+ <artifactId >spring-webflux</artifactId >
63+ </dependency >
64+
6065 <dependency >
6166 <groupId >com.fasterxml.jackson.core</groupId >
6267 <artifactId >jackson-databind</artifactId >
Original file line number Diff line number Diff line change 7272 <artifactId >spring-context-support</artifactId >
7373 </dependency >
7474
75+ <dependency >
76+ <groupId >org.springframework</groupId >
77+ <artifactId >spring-webflux</artifactId >
78+ </dependency >
79+
7580 <dependency >
7681 <groupId >org.slf4j</groupId >
7782 <artifactId >slf4j-api</artifactId >
Original file line number Diff line number Diff line change 5858 <artifactId >spring-context-support</artifactId >
5959 </dependency >
6060
61+ <dependency >
62+ <groupId >org.springframework</groupId >
63+ <artifactId >spring-webflux</artifactId >
64+ </dependency >
65+
6166 <dependency >
6267 <groupId >org.slf4j</groupId >
6368 <artifactId >slf4j-api</artifactId >
Original file line number Diff line number Diff line change 4949
5050 <dependency >
5151 <groupId >org.springframework</groupId >
52- <artifactId >spring-webflux </artifactId >
52+ <artifactId >spring-web </artifactId >
5353 </dependency >
5454
5555 <dependency >
5656 <groupId >org.slf4j</groupId >
5757 <artifactId >slf4j-api</artifactId >
58- <optional >true</optional >
5958 </dependency >
6059
6160 <!-- test dependencies -->
6665 </dependency >
6766
6867 </dependencies >
69- </project >
68+ </project >
You can’t perform that action at this time.
0 commit comments