Browse Source

fix bug:the log of ReadTest.simpleRead do not work

pull/3325/head
wangxin 1 year ago
parent
commit
259d303168
  1. 5
      easyexcel-test/pom.xml

5
easyexcel-test/pom.xml

@ -42,6 +42,11 @@
</dependency>
<!-- logback -->
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-simple</artifactId>
<version>1.7.36</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>jcl-over-slf4j</artifactId>

Loading…
Cancel
Save