Browse Source

Merge pull request #3325 from axing199112/master

fix bug:the log of ReadTest.simpleRead do not work
#3318-FillConfig
wanghu 2 years ago committed by GitHub
parent
commit
c7d73c989e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  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