Browse Source

fix: fix the spring boot Application EasyexcelApplication cannot start

pull/3104/head
zhouyao 2 years ago
parent
commit
8cb0447f8c
  1. 5
      easyexcel-test/pom.xml
  2. 5
      pom.xml

5
easyexcel-test/pom.xml

@ -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>

5
pom.xml

@ -157,6 +157,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>

Loading…
Cancel
Save