2017-12-14 10:55:59 +00:00
|
|
|
<?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>org.springframework.boot</groupId>
|
|
|
|
<artifactId>spring-boot-starter-parent</artifactId>
|
2021-02-07 10:34:35 +00:00
|
|
|
<version>2.4.2</version>
|
2017-12-14 10:55:59 +00:00
|
|
|
<relativePath/> <!-- lookup parent from repository -->
|
|
|
|
</parent>
|
|
|
|
<modelVersion>4.0.0</modelVersion>
|
|
|
|
|
2019-04-15 08:50:53 +00:00
|
|
|
<groupId>cn.keking</groupId>
|
|
|
|
<artifactId>kkFileView</artifactId>
|
2021-01-28 01:29:18 +00:00
|
|
|
<version>3.3.1</version>
|
2017-12-14 10:55:59 +00:00
|
|
|
|
|
|
|
<repositories>
|
|
|
|
<repository>
|
|
|
|
<!-- required for org.hyperic:sigar -->
|
|
|
|
<id>jboss-public-repository-group</id>
|
|
|
|
<url>https://repository.jboss.org/nexus/content/groups/public-jboss/</url>
|
|
|
|
</repository>
|
|
|
|
</repositories>
|
2021-02-07 10:34:35 +00:00
|
|
|
|
2017-12-14 10:55:59 +00:00
|
|
|
<dependencies>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.springframework.boot</groupId>
|
|
|
|
<artifactId>spring-boot-starter-freemarker</artifactId>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.springframework.boot</groupId>
|
|
|
|
<artifactId>spring-boot-starter-web</artifactId>
|
2020-12-25 18:03:11 +00:00
|
|
|
<exclusions>
|
|
|
|
<exclusion>
|
|
|
|
<groupId>org.springframework.boot</groupId>
|
|
|
|
<artifactId>spring-boot-starter-tomcat</artifactId>
|
|
|
|
</exclusion>
|
|
|
|
</exclusions>
|
2017-12-14 10:55:59 +00:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
2020-12-25 18:03:11 +00:00
|
|
|
<groupId>org.springframework.boot</groupId>
|
|
|
|
<artifactId>spring-boot-starter-jetty</artifactId>
|
2017-12-14 10:55:59 +00:00
|
|
|
</dependency>
|
2020-12-25 18:03:11 +00:00
|
|
|
|
2017-12-14 10:55:59 +00:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.springframework.boot</groupId>
|
|
|
|
<artifactId>spring-boot-starter-test</artifactId>
|
|
|
|
<scope>test</scope>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
2018-01-17 06:10:40 +00:00
|
|
|
<groupId>cn.keking</groupId>
|
2020-12-26 09:30:24 +00:00
|
|
|
<artifactId>office-plugin</artifactId>
|
2017-12-14 10:55:59 +00:00
|
|
|
<version>1.0-SNAPSHOT</version>
|
|
|
|
</dependency>
|
2019-11-29 06:40:42 +00:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.commons</groupId>
|
|
|
|
<artifactId>commons-lang3</artifactId>
|
|
|
|
<version>3.7</version>
|
|
|
|
</dependency>
|
2017-12-14 10:55:59 +00:00
|
|
|
<!-- REDISSON -->
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.redisson</groupId>
|
|
|
|
<artifactId>redisson</artifactId>
|
|
|
|
<version>3.2.0</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.poi</groupId>
|
|
|
|
<artifactId>poi</artifactId>
|
2021-01-14 20:50:07 +00:00
|
|
|
<version>3.17</version>
|
2017-12-14 10:55:59 +00:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.poi</groupId>
|
|
|
|
<artifactId>poi-scratchpad</artifactId>
|
|
|
|
<version>3.12</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>fr.opensagres.xdocreport</groupId>
|
|
|
|
<artifactId>org.apache.poi.xwpf.converter.core</artifactId>
|
|
|
|
<version>1.0.5</version>
|
|
|
|
<exclusions>
|
|
|
|
<exclusion>
|
|
|
|
<artifactId>poi</artifactId>
|
|
|
|
<groupId>org.apache.poi</groupId>
|
|
|
|
</exclusion>
|
|
|
|
</exclusions>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>fr.opensagres.xdocreport</groupId>
|
|
|
|
<artifactId>org.apache.poi.xwpf.converter.xhtml</artifactId>
|
|
|
|
<version>1.0.5</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>fr.opensagres.xdocreport</groupId>
|
|
|
|
<artifactId>fr.opensagres.xdocreport.document</artifactId>
|
|
|
|
<version>1.0.5</version>
|
|
|
|
</dependency>
|
|
|
|
<!-- 解压(apache) -->
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.commons</groupId>
|
|
|
|
<artifactId>commons-compress</artifactId>
|
2019-11-29 08:53:43 +00:00
|
|
|
<version>1.19</version>
|
2017-12-14 10:55:59 +00:00
|
|
|
</dependency>
|
|
|
|
<!-- 解压(rar)-->
|
|
|
|
<dependency>
|
|
|
|
<groupId>com.github.junrar</groupId>
|
|
|
|
<artifactId>junrar</artifactId>
|
2019-04-18 06:20:37 +00:00
|
|
|
<version>4.0.0</version>
|
2017-12-14 10:55:59 +00:00
|
|
|
</dependency>
|
2019-05-16 09:44:34 +00:00
|
|
|
<!-- 解压(7z)-->
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.tukaani</groupId>
|
|
|
|
<artifactId>xz</artifactId>
|
|
|
|
<version>1.8</version>
|
|
|
|
</dependency>
|
2017-12-14 10:55:59 +00:00
|
|
|
<dependency>
|
|
|
|
<groupId>net.sourceforge.jchardet</groupId>
|
|
|
|
<artifactId>jchardet</artifactId>
|
|
|
|
<version>1.0</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>antlr</groupId>
|
|
|
|
<artifactId>antlr</artifactId>
|
|
|
|
<version>2.7.7</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>commons-httpclient</groupId>
|
|
|
|
<artifactId>commons-httpclient</artifactId>
|
|
|
|
<version>3.1</version>
|
|
|
|
<scope>test</scope>
|
|
|
|
<exclusions>
|
|
|
|
<exclusion>
|
|
|
|
<artifactId>commons-logging</artifactId>
|
|
|
|
<groupId>commons-logging</groupId>
|
|
|
|
</exclusion>
|
|
|
|
</exclusions>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>commons-cli</groupId>
|
|
|
|
<artifactId>commons-cli</artifactId>
|
|
|
|
<version>1.2</version>
|
|
|
|
</dependency>
|
2019-06-19 06:18:09 +00:00
|
|
|
<!-- FTP -->
|
|
|
|
<dependency>
|
|
|
|
<groupId>commons-net</groupId>
|
|
|
|
<artifactId>commons-net</artifactId>
|
|
|
|
<version>3.6</version>
|
|
|
|
</dependency>
|
2017-12-14 10:55:59 +00:00
|
|
|
<dependency>
|
|
|
|
<groupId>com.thoughtworks.xstream</groupId>
|
|
|
|
<artifactId>xstream</artifactId>
|
2020-12-21 16:47:30 +00:00
|
|
|
<version>1.4.15</version>
|
2017-12-14 10:55:59 +00:00
|
|
|
</dependency>
|
2019-04-08 09:50:13 +00:00
|
|
|
<dependency>
|
|
|
|
<groupId>com.googlecode.concurrentlinkedhashmap</groupId>
|
|
|
|
<artifactId>concurrentlinkedhashmap-lru</artifactId>
|
|
|
|
<version>1.4.2</version>
|
|
|
|
</dependency>
|
2019-04-22 03:40:13 +00:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.rocksdb</groupId>
|
|
|
|
<artifactId>rocksdbjni</artifactId>
|
|
|
|
<version>5.17.2</version>
|
|
|
|
</dependency>
|
2019-04-25 10:39:58 +00:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.pdfbox</groupId>
|
|
|
|
<artifactId>pdfbox</artifactId>
|
|
|
|
<version>2.0.15</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.pdfbox</groupId>
|
|
|
|
<artifactId>pdfbox-tools</artifactId>
|
|
|
|
<version>2.0.15</version>
|
|
|
|
</dependency>
|
2019-11-21 09:01:14 +00:00
|
|
|
<dependency>
|
|
|
|
<groupId>com.aspose</groupId>
|
|
|
|
<artifactId>aspose-cad</artifactId>
|
|
|
|
<version>19.9</version>
|
|
|
|
<scope>system</scope>
|
|
|
|
<systemPath>${basedir}/lib/aspose-cad-19.9.jar</systemPath>
|
|
|
|
</dependency>
|
2020-12-26 11:13:50 +00:00
|
|
|
<!-- 编码识别 -->
|
|
|
|
<dependency>
|
|
|
|
<groupId>cpdetector</groupId>
|
|
|
|
<artifactId>cpdetector</artifactId>
|
|
|
|
<version>1.04</version>
|
|
|
|
<scope>system</scope>
|
|
|
|
<systemPath>${basedir}/lib/cpdetector-1.04.jar</systemPath>
|
|
|
|
</dependency>
|
2020-12-28 03:42:08 +00:00
|
|
|
<!-- url 规范化 -->
|
|
|
|
<dependency>
|
|
|
|
<groupId>io.mola.galimatias</groupId>
|
|
|
|
<artifactId>galimatias</artifactId>
|
|
|
|
<version>0.2.1</version>
|
|
|
|
</dependency>
|
2017-12-14 10:55:59 +00:00
|
|
|
</dependencies>
|
2021-02-07 10:34:35 +00:00
|
|
|
|
2017-12-14 10:55:59 +00:00
|
|
|
<build>
|
|
|
|
<resources>
|
|
|
|
<resource>
|
2017-12-20 02:34:18 +00:00
|
|
|
<directory>src/main/resources</directory>
|
2017-12-14 10:55:59 +00:00
|
|
|
<includes>
|
|
|
|
<include>**/*</include>
|
|
|
|
</includes>
|
2020-06-05 08:34:59 +00:00
|
|
|
<filtering>false</filtering>
|
2017-12-14 10:55:59 +00:00
|
|
|
</resource>
|
2019-04-15 02:23:03 +00:00
|
|
|
<resource>
|
2019-10-24 08:22:02 +00:00
|
|
|
<directory>src/main/config</directory>
|
2019-04-15 02:23:03 +00:00
|
|
|
<excludes>
|
2019-04-15 03:19:04 +00:00
|
|
|
<exclude>${build.exclude.resource}</exclude>
|
2019-04-15 02:23:03 +00:00
|
|
|
</excludes>
|
2020-06-05 08:34:59 +00:00
|
|
|
<filtering>true</filtering>
|
2019-04-15 02:23:03 +00:00
|
|
|
</resource>
|
2017-12-14 10:55:59 +00:00
|
|
|
</resources>
|
|
|
|
<plugins>
|
|
|
|
<plugin>
|
|
|
|
<groupId>org.springframework.boot</groupId>
|
|
|
|
<artifactId>spring-boot-maven-plugin</artifactId>
|
2019-11-21 10:14:58 +00:00
|
|
|
<configuration>
|
|
|
|
<includeSystemScope>true</includeSystemScope>
|
|
|
|
</configuration>
|
2017-12-14 10:55:59 +00:00
|
|
|
</plugin>
|
2019-04-08 10:24:48 +00:00
|
|
|
<plugin>
|
|
|
|
<artifactId>maven-assembly-plugin</artifactId>
|
|
|
|
<configuration>
|
|
|
|
<appendAssemblyId>false</appendAssemblyId>
|
|
|
|
<descriptors>
|
2019-10-24 08:22:02 +00:00
|
|
|
<descriptor>src/main/assembly/assembly.xml</descriptor>
|
2019-04-08 10:24:48 +00:00
|
|
|
</descriptors>
|
|
|
|
</configuration>
|
|
|
|
<executions>
|
|
|
|
<execution>
|
|
|
|
<id>make-assembly</id>
|
|
|
|
<phase>package</phase>
|
|
|
|
<goals>
|
|
|
|
<goal>single</goal>
|
|
|
|
</goals>
|
|
|
|
</execution>
|
|
|
|
</executions>
|
|
|
|
</plugin>
|
2017-12-14 10:55:59 +00:00
|
|
|
</plugins>
|
|
|
|
</build>
|
|
|
|
|
2017-12-20 02:25:28 +00:00
|
|
|
</project>
|