Browse Source

Add logback dependency in sentinel-demo-nacos-datasource to avoid log ClassNotFoundException thrown by Nacos client (#438)

master
giegie Eric Zhao 5 years ago
parent
commit
6d61fd0538
1 changed files with 6 additions and 0 deletions
  1. +6
    -0
      sentinel-demo/sentinel-demo-nacos-datasource/pom.xml

+ 6
- 0
sentinel-demo/sentinel-demo-nacos-datasource/pom.xml View File

@@ -29,6 +29,12 @@
<groupId>com.alibaba</groupId>
<artifactId>fastjson</artifactId>
</dependency>

<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
<version>1.2.3</version>
</dependency>
</dependencies>

<build>


Loading…
Cancel
Save