Skip to content

Commit

Permalink
Merge pull request #3104 from zhouyao1994/fix-web-test
Browse files Browse the repository at this point in the history
fix: fix the spring boot Application EasyexcelApplication cannot start
  • Loading branch information
zhuangjiaju authored Apr 28, 2023
2 parents 85a4ec8 + 8cb0447 commit 7ea972b
Show file tree
Hide file tree
Showing 2 changed files with 10 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 @@ -46,6 +46,11 @@
<artifactId>junit</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>commons-logging</groupId>
<artifactId>commons-logging</artifactId>
<scope>test</scope>
</dependency>
</dependencies>

<build>
Expand Down
5 changes: 5 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,11 @@
<artifactId>junit</artifactId>
<version>4.13.2</version>
</dependency>
<dependency>
<groupId>commons-logging</groupId>
<artifactId>commons-logging</artifactId>
<version>1.2</version>
</dependency>
</dependencies>
</dependencyManagement>

Expand Down

0 comments on commit 7ea972b

Please sign in to comment.