| | |
| | | <artifactId>qiniu-java-sdk</artifactId> |
| | | </dependency> |
| | | <dependency> |
| | | <groupId>org.springblade</groupId> |
| | | <artifactId>blade-flow-api</artifactId> |
| | | </dependency> |
| | | <dependency> |
| | | <groupId>org.apache.tika</groupId> |
| | | <artifactId>tika-core</artifactId> |
| | | <version>3.2.0</version> |
| | |
| | | <version>4.0.28</version> |
| | | </dependency> |
| | | |
| | | <dependency> |
| | | <groupId>org.springframework.boot</groupId> |
| | | <artifactId>spring-boot-starter-freemarker</artifactId> |
| | | </dependency> |
| | | <dependency> |
| | | <groupId>org.docx4j</groupId> |
| | | <artifactId>docx4j-core</artifactId> |
| | | <version>8.3.10</version> |
| | | </dependency> |
| | | <dependency> |
| | | <groupId>org.docx4j</groupId> |
| | | <artifactId>docx4j-JAXB-Internal</artifactId> |
| | | <version>8.3.10</version> |
| | | <exclusions> |
| | | <exclusion> |
| | | <groupId>javax.xml.bind</groupId> |
| | | <artifactId>jaxb-api</artifactId> |
| | | </exclusion> |
| | | </exclusions> |
| | | </dependency> |
| | | <dependency> |
| | | <groupId>org.docx4j</groupId> |
| | | <artifactId>docx4j-JAXB-ReferenceImpl</artifactId> |
| | | <version>8.3.10</version> |
| | | </dependency> |
| | | <dependency> |
| | | <groupId>org.glassfish.jaxb</groupId> |
| | | <artifactId>jaxb-runtime</artifactId> |
| | | <version>2.3.1</version> |
| | | </dependency> |
| | | <!-- Apache POI 用于处理docx文件 --> |
| | | <!--<dependency> |
| | | <groupId>org.apache.poi</groupId> |
| | | <artifactId>poi-ooxml</artifactId> |
| | | </dependency>--> |
| | | |
| | | <!-- 包含OpenXML格式的完整 schema 定义 --> |
| | | <!--<dependency> |
| | | <groupId>org.apache.poi</groupId> |
| | | <artifactId>poi-ooxml-full</artifactId> |
| | | <version>5.4.0</version> |
| | | </dependency>--> |
| | | </dependencies> |
| | | <build> |
| | | <plugins> |