File tree Expand file tree Collapse file tree 2 files changed +0
-19
lines changed Expand file tree Collapse file tree 2 files changed +0
-19
lines changed Original file line number Diff line number Diff line change 216
216
<skip >true</skip >
217
217
</configuration >
218
218
</plugin >
219
- <plugin >
220
- <groupId >org.codehaus.mojo</groupId >
221
- <artifactId >animal-sniffer-maven-plugin</artifactId >
222
- <configuration >
223
- <!-- Spring Boot 3 has a Java 17 baseline, no Java 8 support -->
224
- <skip >true</skip >
225
- </configuration >
226
- </plugin >
227
219
</plugins >
228
220
</build >
229
221
</project >
Original file line number Diff line number Diff line change 50
50
<artifactId >reactor-core</artifactId >
51
51
<version >3.5.0</version >
52
52
</dependency >
53
- <dependency >
54
- <groupId >io.projectreactor</groupId >
55
- <artifactId >reactor-test</artifactId >
56
- <version >3.5.0</version >
57
- </dependency >
58
53
<dependency >
59
54
<groupId >com.squareup.okhttp3</groupId >
60
55
<artifactId >okhttp</artifactId >
111
106
<version >2.7.18</version >
112
107
<scope >test</scope >
113
108
</dependency >
114
- <dependency >
115
- <groupId >io.grpc</groupId >
116
- <artifactId >grpc-testing</artifactId >
117
- <version >${grpc.version} </version >
118
- <scope >test</scope >
119
- </dependency >
120
109
<dependency >
121
110
<groupId >uk.org.webcompere</groupId >
122
111
<artifactId >system-stubs-jupiter</artifactId >
You can’t perform that action at this time.
0 commit comments