File tree 1 file changed +9
-1
lines changed
1 file changed +9
-1
lines changed Original file line number Diff line number Diff line change 36
36
<mssql-jdbc .version>7.1.2.jre8-preview</mssql-jdbc .version>
37
37
<r2dbc-releasetrain .version>Arabba-M8</r2dbc-releasetrain .version>
38
38
<reactive-streams .version>1.0.1</reactive-streams .version>
39
+ <netty >4.1.39.Final</netty >
39
40
</properties >
40
41
41
42
<inceptionYear >2018</inceptionYear >
81
82
<type >pom</type >
82
83
<scope >import</scope >
83
84
</dependency >
85
+ <dependency >
86
+ <groupId >io.netty</groupId >
87
+ <artifactId >netty-bom</artifactId >
88
+ <version >${netty} </version >
89
+ <type >pom</type >
90
+ <scope >import</scope >
91
+ </dependency >
84
92
</dependencies >
85
93
</dependencyManagement >
86
94
321
329
<aspectjVersion >${aspectj} </aspectjVersion >
322
330
<querydslVersion >${querydsl} </querydslVersion >
323
331
<springVersion >${spring} </springVersion >
324
- <r2dbcVersion >${r2dbc-spi .version} </r2dbcVersion >
332
+ <r2dbcVersion >${r2dbc-releasetrain .version} </r2dbcVersion >
325
333
<reactiveStreamsVersion >${reactive-streams.version}
326
334
</reactiveStreamsVersion >
327
335
<releasetrainVersion >${releasetrain} </releasetrainVersion >
You can’t perform that action at this time.
0 commit comments