pom.xml 8.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288
  1. <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">
  2. <modelVersion>4.0.0</modelVersion>
  3. <groupId>com.rtrh.projects</groupId>
  4. <artifactId>projects-service</artifactId>
  5. <version>1.0</version>
  6. <dependencies>
  7. <!-- swagger2 begin -->
  8. <dependency>
  9. <groupId>com.mangofactory</groupId>
  10. <artifactId>swagger-springmvc</artifactId>
  11. <version>1.0.2</version>
  12. </dependency>
  13. <dependency>
  14. <groupId>io.springfox</groupId>
  15. <artifactId>springfox-swagger2</artifactId>
  16. <version>2.6.1</version>
  17. </dependency>
  18. <dependency>
  19. <groupId>io.springfox</groupId>
  20. <artifactId>springfox-swagger-ui</artifactId>
  21. <version>2.6.1</version>
  22. </dependency>
  23. <!-- swagger2 end -->
  24. <dependency>
  25. <groupId>com.rtrh.core</groupId>
  26. <artifactId>rtrh-core</artifactId>
  27. <version>1.0</version>
  28. </dependency>
  29. <dependency>
  30. <groupId>com.rtrh.common</groupId>
  31. <artifactId>rtrh-common-vcode</artifactId>
  32. <version>2.0</version>
  33. </dependency>
  34. <dependency>
  35. <groupId>com.rtrh.common</groupId>
  36. <artifactId>rtrh-common-util</artifactId>
  37. <version>1.0</version>
  38. </dependency>
  39. <dependency>
  40. <groupId>com.rtrh.common</groupId>
  41. <artifactId>rtrh-common-filesystem</artifactId>
  42. <version>1.0</version>
  43. </dependency>
  44. <dependency>
  45. <groupId>org.hibernate</groupId>
  46. <artifactId>hibernate-validator</artifactId>
  47. <version>5.2.4.Final</version>
  48. </dependency>
  49. <!-- mybatis框架 -->
  50. <dependency>
  51. <groupId>org.mybatis.spring.boot</groupId>
  52. <artifactId>mybatis-spring-boot-starter</artifactId>
  53. <version>2.2.0</version>
  54. </dependency>
  55. <!-- pdf模板-->
  56. <dependency>
  57. <groupId>com.itextpdf</groupId>
  58. <artifactId>itextpdf</artifactId>
  59. <version>5.5.11</version>
  60. </dependency>
  61. <!--中文字体-->
  62. <dependency>
  63. <groupId>com.itextpdf</groupId>
  64. <artifactId>itext-asian</artifactId>
  65. <version>5.2.0</version>
  66. </dependency>
  67. <!-- easypoi -->
  68. <dependency>
  69. <groupId>cn.afterturn</groupId>
  70. <artifactId>easypoi-web</artifactId>
  71. <version>4.4.0</version>
  72. </dependency>
  73. <dependency>
  74. <groupId>cn.afterturn</groupId>
  75. <artifactId>easypoi-base</artifactId>
  76. <version>4.4.0</version>
  77. </dependency>
  78. <dependency>
  79. <groupId>cn.afterturn</groupId>
  80. <artifactId>easypoi-annotation</artifactId>
  81. <version>4.4.0</version>
  82. </dependency>
  83. <!-- easypoi -->
  84. <dependency>
  85. <groupId>org.projectlombok</groupId>
  86. <artifactId>lombok</artifactId>
  87. <version>1.18.20</version>
  88. <!-- <scope>provided</scope> -->
  89. </dependency>
  90. <dependency>
  91. <groupId>com.alibaba</groupId>
  92. <artifactId>fastjson</artifactId>
  93. <version>1.2.83</version>
  94. </dependency>
  95. <!-- 阿里云短信 -->
  96. <dependency>
  97. <groupId>com.aliyun</groupId>
  98. <artifactId>aliyun-java-sdk-core</artifactId>
  99. <version>4.5.1</version>
  100. </dependency>
  101. <dependency>
  102. <groupId>com.aliyun</groupId>
  103. <artifactId>aliyun-java-sdk-dysmsapi</artifactId>
  104. <version>1.1.0</version>
  105. </dependency>
  106. <dependency>
  107. <groupId>cn.hutool</groupId>
  108. <artifactId>hutool-all</artifactId>
  109. <version>5.8.11</version>
  110. </dependency>
  111. <!-- pdf添加水印-->
  112. <dependency>
  113. <groupId>org.apache.pdfbox</groupId>
  114. <artifactId>pdfbox</artifactId>
  115. <version>2.0.28</version>
  116. </dependency>
  117. <!-- 导出插件包 -->
  118. <dependency>
  119. <groupId>com.google.guava</groupId>
  120. <artifactId>guava</artifactId>
  121. <version>31.1-jre</version>
  122. </dependency>
  123. <dependency>
  124. <groupId>com.alibaba</groupId>
  125. <artifactId>easyexcel</artifactId>
  126. <version>3.0.5</version>
  127. </dependency>
  128. <!-- <dependency>
  129. <groupId>org.docx4j</groupId>
  130. <artifactId>docx4j-JAXB-Internal</artifactId>
  131. <version>8.3.1</version>
  132. <exclusions>
  133. <exclusion>
  134. <groupId>javax.servlet</groupId>
  135. <artifactId>servlet-api</artifactId>
  136. </exclusion>
  137. <exclusion>
  138. <groupId>org.docx4j</groupId>
  139. <artifactId>docx4j-openxml-objects-pml</artifactId>
  140. </exclusion>
  141. <exclusion>
  142. <groupId>org.docx4j</groupId>
  143. <artifactId>docx4j-openxml-objects-sml</artifactId>
  144. </exclusion>
  145. </exclusions>
  146. </dependency>
  147. <dependency>
  148. <groupId>org.docx4j</groupId>
  149. <artifactId>docx4j-JAXB-ReferenceImpl</artifactId>
  150. <version>8.3.1</version>
  151. <exclusions>
  152. <exclusion>
  153. <groupId>javax.servlet</groupId>
  154. <artifactId>servlet-api</artifactId>
  155. </exclusion>
  156. <exclusion>
  157. <groupId>org.docx4j</groupId>
  158. <artifactId>docx4j-openxml-objects-pml</artifactId>
  159. </exclusion>
  160. <exclusion>
  161. <groupId>org.docx4j</groupId>
  162. <artifactId>docx4j-openxml-objects-sml</artifactId>
  163. </exclusion>
  164. </exclusions>
  165. </dependency>
  166. <dependency>
  167. <groupId>org.docx4j</groupId>
  168. <artifactId>docx4j-export-fo</artifactId>
  169. <version>8.3.1</version>
  170. <exclusions>
  171. <exclusion>
  172. <groupId>javax.servlet</groupId>
  173. <artifactId>servlet-api</artifactId>
  174. </exclusion>
  175. <exclusion>
  176. <groupId>org.docx4j</groupId>
  177. <artifactId>docx4j-openxml-objects-pml</artifactId>
  178. </exclusion>
  179. <exclusion>
  180. <groupId>org.docx4j</groupId>
  181. <artifactId>docx4j-openxml-objects-sml</artifactId>
  182. </exclusion>
  183. </exclusions>
  184. </dependency> -->
  185. <dependency>
  186. <groupId>org.quartz-scheduler</groupId>
  187. <artifactId>quartz</artifactId>
  188. <version>2.2.2</version>
  189. </dependency>
  190. <dependency>
  191. <groupId>org.apache.commons</groupId>
  192. <artifactId>commons-email</artifactId>
  193. <version>1.5</version>
  194. </dependency>
  195. <dependency>
  196. <groupId>com.hikvision.ga</groupId>
  197. <artifactId>artemis-http-client</artifactId>
  198. <version>1.1.11.RELEASE</version>
  199. </dependency>
  200. <!-- 玄武短信 -->
  201. <!-- <dependency>
  202. <groupId>com.esms</groupId>
  203. <artifactId>postmsg-ump</artifactId>
  204. <version>4.0.1</version>
  205. </dependency>
  206. <dependency>
  207. <groupId>com.google.protobuf</groupId>
  208. <artifactId>protobuf-java</artifactId>
  209. <version>2.4.1</version>
  210. </dependency>
  211. <dependency>
  212. <groupId>io.dropwizard.metrics</groupId>
  213. <artifactId>metrics-core</artifactId>
  214. <version>3.1.0</version>
  215. </dependency> -->
  216. <!-- -->
  217. </dependencies>
  218. <build>
  219. <plugins>
  220. <plugin>
  221. <groupId>org.apache.maven.plugins</groupId>
  222. <artifactId>maven-compiler-plugin</artifactId>
  223. <configuration>
  224. <source>8</source>
  225. <target>8</target>
  226. </configuration>
  227. </plugin>
  228. </plugins>
  229. <resources>
  230. <resource>
  231. <directory>src/main/java</directory>
  232. <includes>
  233. <include>**/*.properties</include>
  234. <include>**/*.xml</include>
  235. <include>**/*.txt</include>
  236. <include>**/*.json</include>
  237. </includes>
  238. <filtering>false</filtering>
  239. </resource>
  240. <resource>
  241. <directory>src/main/resources</directory>
  242. </resource>
  243. </resources>
  244. </build>
  245. </project>
  246. <!--</project>-->
  247. <!-- &lt;!&ndash;idea环境下打开此设置,eclipse环境关闭即可&ndash;&gt;-->
  248. <!-- <build>-->
  249. <!-- <plugins>-->
  250. <!-- <plugin>-->
  251. <!-- <groupId>org.apache.maven.plugins</groupId>-->
  252. <!-- <artifactId>maven-compiler-plugin</artifactId>-->
  253. <!-- <configuration>-->
  254. <!-- <source>8</source>-->
  255. <!-- <target>8</target>-->
  256. <!-- </configuration>-->
  257. <!-- </plugin>-->
  258. <!-- </plugins>-->
  259. <!-- <resources>-->
  260. <!-- <resource>-->
  261. <!-- <directory>src/main/java</directory>-->
  262. <!-- <includes>-->
  263. <!-- <include>**/*.properties</include>-->
  264. <!-- <include>**/*.xml</include>-->
  265. <!-- <include>**/*.txt</include>-->
  266. <!-- <include>**/*.json</include>-->
  267. <!-- </includes>-->
  268. <!-- <filtering>false</filtering>-->
  269. <!-- </resource>-->
  270. <!-- <resource>-->
  271. <!-- <directory>src/main/resources</directory>-->
  272. <!-- </resource>-->
  273. <!-- </resources>-->
  274. <!-- </build>-->
  275. <!--</project>-->