feat:2.3.0

1. hessian 默认改为可选配置
This commit is contained in:
byteblogs168 2023-09-10 10:59:03 +08:00
parent 20b2941e30
commit d7e8cd387e

View File

@ -46,6 +46,8 @@
<groupId>com.caucho</groupId>
<artifactId>hessian</artifactId>
<version>4.0.66</version>
<scope>provided</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>io.netty</groupId>
@ -59,11 +61,6 @@
<groupId>com.aizuda</groupId>
<artifactId>easy-retry-common-client-api</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-configuration-processor</artifactId>
<optional>true</optional>
</dependency>
</dependencies>
</project>