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 77
77
<artifactId >spring-context-support</artifactId >
78
78
</dependency >
79
79
80
+ <dependency >
81
+ <groupId >org.springframework</groupId >
82
+ <artifactId >spring-webflux</artifactId >
83
+ </dependency >
84
+
80
85
<dependency >
81
86
<groupId >org.slf4j</groupId >
82
87
<artifactId >slf4j-api</artifactId >
Original file line number Diff line number Diff line change 40
40
<artifactId >spring-context-support</artifactId >
41
41
</dependency >
42
42
43
+ <dependency >
44
+ <groupId >org.springframework</groupId >
45
+ <artifactId >spring-webflux</artifactId >
46
+ </dependency >
47
+
43
48
<dependency >
44
49
<groupId >org.slf4j</groupId >
45
50
<artifactId >slf4j-api</artifactId >
Original file line number Diff line number Diff line change 60
60
<artifactId >spring-context-support</artifactId >
61
61
</dependency >
62
62
63
+ <dependency >
64
+ <groupId >org.springframework</groupId >
65
+ <artifactId >spring-webflux</artifactId >
66
+ </dependency >
67
+
63
68
<dependency >
64
69
<groupId >org.slf4j</groupId >
65
70
<artifactId >slf4j-api</artifactId >
Original file line number Diff line number Diff line change 61
61
<artifactId >spring-context-support</artifactId >
62
62
</dependency >
63
63
64
+ <dependency >
65
+ <groupId >org.springframework</groupId >
66
+ <artifactId >spring-webflux</artifactId >
67
+ </dependency >
68
+
64
69
<dependency >
65
70
<groupId >org.slf4j</groupId >
66
71
<artifactId >slf4j-api</artifactId >
Original file line number Diff line number Diff line change 57
57
<version >${project.parent.version} </version >
58
58
</dependency >
59
59
60
+ <dependency >
61
+ <groupId >org.springframework</groupId >
62
+ <artifactId >spring-webflux</artifactId >
63
+ </dependency >
64
+
60
65
<dependency >
61
66
<groupId >com.fasterxml.jackson.core</groupId >
62
67
<artifactId >jackson-databind</artifactId >
Original file line number Diff line number Diff line change 72
72
<artifactId >spring-context-support</artifactId >
73
73
</dependency >
74
74
75
+ <dependency >
76
+ <groupId >org.springframework</groupId >
77
+ <artifactId >spring-webflux</artifactId >
78
+ </dependency >
79
+
75
80
<dependency >
76
81
<groupId >org.slf4j</groupId >
77
82
<artifactId >slf4j-api</artifactId >
Original file line number Diff line number Diff line change 58
58
<artifactId >spring-context-support</artifactId >
59
59
</dependency >
60
60
61
+ <dependency >
62
+ <groupId >org.springframework</groupId >
63
+ <artifactId >spring-webflux</artifactId >
64
+ </dependency >
65
+
61
66
<dependency >
62
67
<groupId >org.slf4j</groupId >
63
68
<artifactId >slf4j-api</artifactId >
Original file line number Diff line number Diff line change 49
49
50
50
<dependency >
51
51
<groupId >org.springframework</groupId >
52
- <artifactId >spring-webflux </artifactId >
52
+ <artifactId >spring-web </artifactId >
53
53
</dependency >
54
54
55
55
<dependency >
56
56
<groupId >org.slf4j</groupId >
57
57
<artifactId >slf4j-api</artifactId >
58
- <optional >true</optional >
59
58
</dependency >
60
59
61
60
<!-- test dependencies -->
66
65
</dependency >
67
66
68
67
</dependencies >
69
- </project >
68
+ </project >
You can’t perform that action at this time.
0 commit comments