增加 dubbo 序列化 hessian2

This commit is contained in:
GYJ 2025-03-10 15:11:42 +08:00
parent ef1722b728
commit b6b6d07b59
1 changed files with 8 additions and 0 deletions

View File

@ -66,6 +66,14 @@
<version>3.3.3</version>
<scope>compile</scope>
</dependency>
<!-- https://mvnrepository.com/artifact/org.apache.dubbo/dubbo-serialization-hessian2 -->
<dependency>
<groupId>org.apache.dubbo</groupId>
<artifactId>dubbo-serialization-hessian2</artifactId>
<version>3.3.3</version>
<scope>test</scope>
</dependency>
</dependencies>