Skip to content

Commit

Permalink
引入jcl-over-slf4j
Browse files Browse the repository at this point in the history
  • Loading branch information
zhuangjiaju committed Feb 13, 2023
1 parent 8caa034 commit 4eca332
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions easyexcel-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,13 @@
</properties>

<dependencies>
<!-- slf4j -->
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>jcl-over-slf4j</artifactId>
<scope>test</scope>
</dependency>

<dependency>
<groupId>com.alibaba</groupId>
<artifactId>easyexcel-core</artifactId>
Expand Down

0 comments on commit 4eca332

Please sign in to comment.