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 216216 <skip >true</skip >
217217 </configuration >
218218 </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 >
227219 </plugins >
228220 </build >
229221</project >
Original file line number Diff line number Diff line change 5050 <artifactId >reactor-core</artifactId >
5151 <version >3.5.0</version >
5252 </dependency >
53- <dependency >
54- <groupId >io.projectreactor</groupId >
55- <artifactId >reactor-test</artifactId >
56- <version >3.5.0</version >
57- </dependency >
5853 <dependency >
5954 <groupId >com.squareup.okhttp3</groupId >
6055 <artifactId >okhttp</artifactId >
111106 <version >2.7.18</version >
112107 <scope >test</scope >
113108 </dependency >
114- <dependency >
115- <groupId >io.grpc</groupId >
116- <artifactId >grpc-testing</artifactId >
117- <version >${grpc.version} </version >
118- <scope >test</scope >
119- </dependency >
120109 <dependency >
121110 <groupId >uk.org.webcompere</groupId >
122111 <artifactId >system-stubs-jupiter</artifactId >
You can’t perform that action at this time.
0 commit comments