File tree Expand file tree Collapse file tree 1 file changed +1
-9
lines changed Expand file tree Collapse file tree 1 file changed +1
-9
lines changed Original file line number Diff line number Diff line change 45
45
<mssql-jdbc .version>9.2.0.jre8</mssql-jdbc .version>
46
46
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
47
47
<project .reporting.outputEncoding>UTF-8</project .reporting.outputEncoding>
48
- <r2dbc-spi .version>0.9.0.M1 </r2dbc-spi .version>
48
+ <r2dbc-spi .version>0.9.0.BUILD-SNAPSHOT </r2dbc-spi .version>
49
49
<r2dbc-pool .version>0.9.0.M1</r2dbc-pool .version>
50
50
<reactor .version>2020.0.4</reactor .version>
51
51
<spring-framework .version>5.2.9.RELEASE</spring-framework .version>
224
224
<artifactId >maven-compiler-plugin</artifactId >
225
225
<version >3.8.1</version >
226
226
<configuration >
227
- <compilerArgs >
228
- <arg >-Werror</arg >
229
- <arg >-Xlint:all</arg >
230
- <arg >-Xlint:-deprecation</arg >
231
- <arg >-Xlint:-options</arg >
232
- <arg >-Xlint:-processing</arg >
233
- <arg >-Xlint:-serial</arg >
234
- </compilerArgs >
235
227
<showWarnings >true</showWarnings >
236
228
<source >${java.version} </source >
237
229
<target >${java.version} </target >
You can’t perform that action at this time.
0 commit comments