Browse Source

导出修复

sj
sj 2 years ago
parent
commit
e9024508ef
  1. 2
      yudao-framework/yudao-spring-boot-starter-flowable/pom.xml
  2. 16
      zsw-bxg/pom.xml

2
yudao-framework/yudao-spring-boot-starter-flowable/pom.xml

@ -17,6 +17,8 @@
<artifactId>yudao-common</artifactId>
</dependency>
<!-- Web 相关 -->
<dependency>
<groupId>cn.iocoder.boot</groupId>

16
zsw-bxg/pom.xml

@ -32,6 +32,22 @@
<artifactId>pinyin4j</artifactId>
<version>2.5.1</version>
</dependency>
<dependency>
<groupId>org.apache.poi</groupId>
<artifactId>poi-ooxml</artifactId>
<version>5.0.0</version>
</dependency>
<dependency>
<groupId>org.apache.poi</groupId>
<artifactId>poi</artifactId>
<version>5.0.0</version>
</dependency>
<dependency>
<groupId>org.apache.poi</groupId>
<artifactId>poi-ooxml-full</artifactId> <!--注意-->
<version>5.0.0</version>
</dependency>
<dependency>
<groupId>com.dtflys.forest</groupId>
<artifactId>forest-spring-boot-starter</artifactId>

Loading…
Cancel
Save