Skip to content

Commit

Permalink
fix nacos client dependencies tree without grpc package (#12266)
Browse files Browse the repository at this point in the history
  • Loading branch information
shalk committed Jun 24, 2024
1 parent 29c28bd commit 8575e84
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion logger-adapter-impl/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@
<dependency>
<groupId>com.alibaba.nacos</groupId>
<artifactId>nacos-common</artifactId>
<optional>true</optional>
</dependency>
</dependencies>

Expand Down Expand Up @@ -94,4 +95,4 @@
</profile>
</profiles>

</project>
</project>

0 comments on commit 8575e84

Please sign in to comment.