You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
172 lines
4.9 KiB
172 lines
4.9 KiB
<?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"> |
|
<modelVersion>4.0.0</modelVersion> |
|
|
|
<groupId>com.yudianbank</groupId> |
|
<artifactId>filepreview</artifactId> |
|
<version>0.0.1-SNAPSHOT</version> |
|
<packaging>jar</packaging> |
|
|
|
<name>file-online-preview</name> |
|
<description>Demo project for Spring Boot</description> |
|
|
|
<parent> |
|
<groupId>org.springframework.boot</groupId> |
|
<artifactId>spring-boot-starter-parent</artifactId> |
|
<version>1.5.8.RELEASE</version> |
|
<relativePath/> <!-- lookup parent from repository --> |
|
</parent> |
|
|
|
<properties> |
|
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
|
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding> |
|
<java.version>1.8</java.version> |
|
<ufile.sdk.verison>1.0-SNAPSHOT</ufile.sdk.verison> |
|
<logging.path>${basedir}/target/classes/logs</logging.path> |
|
<appName>file-preview</appName> |
|
</properties> |
|
|
|
<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> |
|
</dependency> |
|
<!--apollo client--> |
|
<dependency> |
|
<groupId>com.ctrip.framework.apollo</groupId> |
|
<artifactId>apollo-client</artifactId> |
|
<version>0.8.0</version> |
|
</dependency> |
|
<dependency> |
|
<groupId>net.logstash.logback</groupId> |
|
<artifactId>logstash-logback-encoder</artifactId> |
|
<version>4.11</version> |
|
</dependency> |
|
<dependency> |
|
<groupId>org.springframework.boot</groupId> |
|
<artifactId>spring-boot-starter-test</artifactId> |
|
<scope>test</scope> |
|
</dependency> |
|
<!-- REDISSON --> |
|
<dependency> |
|
<groupId>org.redisson</groupId> |
|
<artifactId>redisson</artifactId> |
|
<version>3.2.0</version> |
|
</dependency> |
|
<dependency> |
|
<groupId> org.apache.poi</groupId> |
|
<artifactId> poi </artifactId> |
|
<version>3.12</version> |
|
</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> |
|
<dependency> |
|
<groupId>commons-io</groupId> |
|
<artifactId>commons-io</artifactId> |
|
<version>2.4</version> |
|
</dependency> |
|
<!-- 解压(apache) --> |
|
<dependency> |
|
<groupId>org.apache.commons</groupId> |
|
<artifactId>commons-compress</artifactId> |
|
<version>1.9</version> |
|
</dependency> |
|
<!-- 解压(rar)--> |
|
<dependency> |
|
<groupId>com.github.junrar</groupId> |
|
<artifactId>junrar</artifactId> |
|
<version>0.7</version> |
|
</dependency> |
|
<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>org.artofsolving.jodconverter</groupId> |
|
<artifactId>jodconverter-core</artifactId> |
|
<version>3.0-SNAPSHOT</version> |
|
<exclusions> |
|
<exclusion> |
|
<artifactId>commons-io</artifactId> |
|
<groupId>commons-io</groupId> |
|
</exclusion> |
|
</exclusions> |
|
</dependency> |
|
<dependency> |
|
<groupId>commons-cli</groupId> |
|
<artifactId>commons-cli</artifactId> |
|
<version>1.2</version> |
|
</dependency> |
|
<dependency> |
|
<groupId>com.thoughtworks.xstream</groupId> |
|
<artifactId>xstream</artifactId> |
|
<version>1.3.1</version> |
|
</dependency> |
|
</dependencies> |
|
<build> |
|
<resources> |
|
<resource> |
|
<directory>${basedir}/src/main/resources</directory> |
|
<includes> |
|
<include>**/*</include> |
|
</includes> |
|
<filtering>true</filtering> |
|
</resource> |
|
</resources> |
|
<plugins> |
|
<plugin> |
|
<groupId>org.springframework.boot</groupId> |
|
<artifactId>spring-boot-maven-plugin</artifactId> |
|
</plugin> |
|
</plugins> |
|
</build> |
|
|
|
|
|
</project>
|
|
|