sdk模块去除solon相关依赖

This commit is contained in:
xgc
2024-01-21 15:47:21 +08:00
parent d52b6a86c0
commit 78c93cf3c3
-8
View File
@@ -45,14 +45,6 @@
<groupId>cn.hutool</groupId>
<artifactId>hutool-cache</artifactId>
</exclusion>
<exclusion>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
</exclusion>
<exclusion>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>