fix nacos client dependencies tree without grpc package (#12266)

This commit is contained in:
shalk(xiao kun) 2024-06-24 13:50:29 +08:00 committed by GitHub
parent 29c28bd01e
commit 8575e84ee4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -38,6 +38,7 @@
<dependency>
<groupId>com.alibaba.nacos</groupId>
<artifactId>nacos-common</artifactId>
<optional>true</optional>
</dependency>
</dependencies>