update 优化 删除无用依赖代码 dubbo升级后已经不需要了

This commit is contained in:
疯狂的狮子Li
2023-06-16 13:28:33 +08:00
parent fcd3c16533
commit 49160073ea

View File

@@ -36,21 +36,6 @@
<artifactId>dubbo-spring-boot-actuator</artifactId>
</dependency>
<dependency>
<groupId>org.apache.dubbo</groupId>
<artifactId>dubbo</artifactId>
<exclusions>
<exclusion>
<groupId>com.alibaba</groupId>
<artifactId>fastjson</artifactId>
</exclusion>
<exclusion>
<groupId>com.google.code.gson</groupId>
<artifactId>gson</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>