58 lines
1.6 KiB
XML
58 lines
1.6 KiB
XML
|
<?xml version="1.0" encoding="UTF-8"?>
|
||
|
<project xmlns="http://maven.apache.org/POM/4.0.0"
|
||
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||
|
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
||
|
<parent>
|
||
|
<groupId>com.bocloud</groupId>
|
||
|
<artifactId>bocloud.ams</artifactId>
|
||
|
<version>6.5.0-LTS-SZ</version>
|
||
|
</parent>
|
||
|
<modelVersion>4.0.0</modelVersion>
|
||
|
<artifactId>bocloud.ams.service</artifactId>
|
||
|
<dependencies>
|
||
|
<dependency>
|
||
|
<groupId>com.bocloud</groupId>
|
||
|
<artifactId>bocloud.ams.task</artifactId>
|
||
|
</dependency>
|
||
|
<dependency>
|
||
|
<groupId>com.bocloud</groupId>
|
||
|
<artifactId>bocloud.ams.repository</artifactId>
|
||
|
</dependency>
|
||
|
<dependency>
|
||
|
<groupId>com.bocloud</groupId>
|
||
|
<artifactId>bocloud.boot.common</artifactId>
|
||
|
</dependency>
|
||
|
<dependency>
|
||
|
<groupId>org.apache.velocity</groupId>
|
||
|
<artifactId>velocity</artifactId>
|
||
|
<version>1.7</version>
|
||
|
</dependency>
|
||
|
<dependency>
|
||
|
<groupId>org.freemarker</groupId>
|
||
|
<artifactId>freemarker</artifactId>
|
||
|
</dependency>
|
||
|
<dependency>
|
||
|
<groupId>org.apache.poi</groupId>
|
||
|
<artifactId>poi</artifactId>
|
||
|
</dependency>
|
||
|
<dependency>
|
||
|
<groupId>org.apache.poi</groupId>
|
||
|
<artifactId>poi-ooxml</artifactId>
|
||
|
</dependency>
|
||
|
<dependency>
|
||
|
<groupId>commons-fileupload</groupId>
|
||
|
<artifactId>commons-fileupload</artifactId>
|
||
|
</dependency>
|
||
|
<dependency>
|
||
|
<groupId>com.alibaba</groupId>
|
||
|
<artifactId>easyexcel</artifactId>
|
||
|
<version>3.1.0</version>
|
||
|
<exclusions>
|
||
|
<exclusion>
|
||
|
<artifactId>poi-ooxml-schemas</artifactId>
|
||
|
<groupId>org.apache.poi</groupId>
|
||
|
</exclusion>
|
||
|
</exclusions>
|
||
|
</dependency>
|
||
|
</dependencies>
|
||
|
</project>
|