pom.xml 4.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  3. xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
  4. <modelVersion>4.0.0</modelVersion>
  5. <groupId>com.yudianbank</groupId>
  6. <artifactId>filepreview</artifactId>
  7. <version>0.0.1-SNAPSHOT</version>
  8. <packaging>jar</packaging>
  9. <name>file-online-preview</name>
  10. <description>Demo project for Spring Boot</description>
  11. <parent>
  12. <groupId>org.springframework.boot</groupId>
  13. <artifactId>spring-boot-starter-parent</artifactId>
  14. <version>1.5.8.RELEASE</version>
  15. <relativePath/> <!-- lookup parent from repository -->
  16. </parent>
  17. <properties>
  18. <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
  19. <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
  20. <java.version>1.8</java.version>
  21. <ufile.sdk.verison>1.0-SNAPSHOT</ufile.sdk.verison>
  22. <logging.path>${basedir}/target/classes/logs</logging.path>
  23. <appName>file-preview</appName>
  24. </properties>
  25. <dependencies>
  26. <dependency>
  27. <groupId>org.springframework.boot</groupId>
  28. <artifactId>spring-boot-starter-freemarker</artifactId>
  29. </dependency>
  30. <dependency>
  31. <groupId>org.springframework.boot</groupId>
  32. <artifactId>spring-boot-starter-web</artifactId>
  33. </dependency>
  34. <dependency>
  35. <groupId>net.logstash.logback</groupId>
  36. <artifactId>logstash-logback-encoder</artifactId>
  37. <version>4.11</version>
  38. </dependency>
  39. <dependency>
  40. <groupId>org.springframework.boot</groupId>
  41. <artifactId>spring-boot-starter-test</artifactId>
  42. <scope>test</scope>
  43. </dependency>
  44. <!-- REDISSON -->
  45. <dependency>
  46. <groupId>org.redisson</groupId>
  47. <artifactId>redisson</artifactId>
  48. <version>3.2.0</version>
  49. </dependency>
  50. <dependency>
  51. <groupId> org.apache.poi</groupId>
  52. <artifactId> poi </artifactId>
  53. <version>3.12</version>
  54. </dependency>
  55. <dependency >
  56. <groupId> org.apache.poi</groupId>
  57. <artifactId>poi-scratchpad</artifactId>
  58. <version > 3.12 </version>
  59. </dependency>
  60. <dependency>
  61. <groupId>fr.opensagres.xdocreport</groupId>
  62. <artifactId>org.apache.poi.xwpf.converter.core</artifactId>
  63. <version>1.0.5</version>
  64. <exclusions>
  65. <exclusion>
  66. <artifactId>poi</artifactId>
  67. <groupId>org.apache.poi</groupId>
  68. </exclusion>
  69. </exclusions>
  70. </dependency>
  71. <dependency>
  72. <groupId>fr.opensagres.xdocreport</groupId>
  73. <artifactId>org.apache.poi.xwpf.converter.xhtml</artifactId>
  74. <version>1.0.5</version>
  75. </dependency>
  76. <dependency>
  77. <groupId>fr.opensagres.xdocreport</groupId>
  78. <artifactId>fr.opensagres.xdocreport.document</artifactId>
  79. <version>1.0.5</version>
  80. </dependency>
  81. <dependency>
  82. <groupId>commons-io</groupId>
  83. <artifactId>commons-io</artifactId>
  84. <version>2.4</version>
  85. </dependency>
  86. <!-- 解压(apache) -->
  87. <dependency>
  88. <groupId>org.apache.commons</groupId>
  89. <artifactId>commons-compress</artifactId>
  90. <version>1.9</version>
  91. </dependency>
  92. <!-- 解压(rar)-->
  93. <dependency>
  94. <groupId>com.github.junrar</groupId>
  95. <artifactId>junrar</artifactId>
  96. <version>0.7</version>
  97. </dependency>
  98. <dependency>
  99. <groupId>net.sourceforge.jchardet</groupId>
  100. <artifactId>jchardet</artifactId>
  101. <version>1.0</version>
  102. </dependency>
  103. <dependency>
  104. <groupId>antlr</groupId>
  105. <artifactId>antlr</artifactId>
  106. <version>2.7.7</version>
  107. </dependency>
  108. <dependency>
  109. <groupId>commons-httpclient</groupId>
  110. <artifactId>commons-httpclient</artifactId>
  111. <version>3.1</version>
  112. <scope>test</scope>
  113. <exclusions>
  114. <exclusion>
  115. <artifactId>commons-logging</artifactId>
  116. <groupId>commons-logging</groupId>
  117. </exclusion>
  118. </exclusions>
  119. </dependency>
  120. <dependency>
  121. <groupId>org.artofsolving.jodconverter</groupId>
  122. <artifactId>jodconverter-core</artifactId>
  123. <version>3.0-SNAPSHOT</version>
  124. <exclusions>
  125. <exclusion>
  126. <artifactId>commons-io</artifactId>
  127. <groupId>commons-io</groupId>
  128. </exclusion>
  129. </exclusions>
  130. </dependency>
  131. <dependency>
  132. <groupId>commons-cli</groupId>
  133. <artifactId>commons-cli</artifactId>
  134. <version>1.2</version>
  135. </dependency>
  136. <dependency>
  137. <groupId>com.thoughtworks.xstream</groupId>
  138. <artifactId>xstream</artifactId>
  139. <version>1.3.1</version>
  140. </dependency>
  141. </dependencies>
  142. <build>
  143. <resources>
  144. <resource>
  145. <directory>${basedir}/src/main/resources</directory>
  146. <includes>
  147. <include>**/*</include>
  148. </includes>
  149. <filtering>true</filtering>
  150. </resource>
  151. </resources>
  152. <plugins>
  153. <plugin>
  154. <groupId>org.springframework.boot</groupId>
  155. <artifactId>spring-boot-maven-plugin</artifactId>
  156. </plugin>
  157. </plugins>
  158. </build>
  159. </project>