File tree Expand file tree Collapse file tree 1 file changed +12
-3
lines changed Expand file tree Collapse file tree 1 file changed +12
-3
lines changed Original file line number Diff line number Diff line change 2424
2525 <groupId >org.hswebframework.web</groupId >
2626 <artifactId >hsweb-framework</artifactId >
27- <version >4.0.17-SNAPSHOT </version >
27+ <version >4.0.17</version >
2828 <modules >
2929 <module >hsweb-starter</module >
3030 <module >hsweb-core</module >
8989 <cglib .version>3.2.2</cglib .version>
9090 <aspectj .version>1.6.12</aspectj .version>
9191
92- <hsweb .ezorm.version>4.1.2-SNAPSHOT </hsweb .ezorm.version>
92+ <hsweb .ezorm.version>4.1.2</hsweb .ezorm.version>
9393 <hsweb .utils.version>3.0.4</hsweb .utils.version>
9494 <hsweb .expands.version>3.0.2</hsweb .expands.version>
9595 <swagger .version>2.7.0</swagger .version>
96-
96+ < netty .version>4.1.111.Final</ netty .version>
9797 <r2dbc .version>Borca-SR2</r2dbc .version>
9898 </properties >
9999
328328<!-- <version>2.3.3.RELEASE</version>-->
329329<!-- </dependency>-->
330330
331+
332+ <dependency >
333+ <groupId >io.netty</groupId >
334+ <artifactId >netty-bom</artifactId >
335+ <version >${netty.version} </version >
336+ <type >pom</type >
337+ <scope >import</scope >
338+ </dependency >
339+
331340 <dependency >
332341 <groupId >com.google.code.findbugs</groupId >
333342 <artifactId >jsr305</artifactId >
You can’t perform that action at this time.
0 commit comments