Skip to content

Commit

Permalink
Merge pull request #3325 from axing199112/master
Browse files Browse the repository at this point in the history
fix bug:the log of ReadTest.simpleRead do not work
  • Loading branch information
frankggyy authored Jul 17, 2023
2 parents 0c640f6 + 259d303 commit c7d73c9
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions easyexcel-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit c7d73c9

Please sign in to comment.