Skip to content

Commit 5757b1b

Browse files
committed
build: 4.0.17 release
1 parent 4687c88 commit 5757b1b

File tree

1 file changed

+12
-3
lines changed

1 file changed

+12
-3
lines changed

pom.xml

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
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>
@@ -89,11 +89,11 @@
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

@@ -328,6 +328,15 @@
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>

0 commit comments

Comments
 (0)