pom.xml 9.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <project xmlns="http://maven.apache.org/POM/4.0.0"
  3. xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  4. xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
  5. <parent>
  6. <groupId>org.springframework.boot</groupId>
  7. <artifactId>spring-boot-starter-parent</artifactId>
  8. <version>2.4.1</version>
  9. <relativePath/> <!-- lookup parent from repository -->
  10. </parent>
  11. <properties>
  12. <java.version>1.8</java.version>
  13. <spring-cloud.version>2020.0.0</spring-cloud.version>
  14. </properties>
  15. <modelVersion>4.0.0</modelVersion>
  16. <artifactId>huimv-admin</artifactId>
  17. <dependencies>
  18. <dependency>
  19. <groupId>org.springframework.boot</groupId>
  20. <artifactId>spring-boot-starter-web</artifactId>
  21. </dependency>
  22. <dependency>
  23. <groupId>org.projectlombok</groupId>
  24. <artifactId>lombok</artifactId>
  25. <optional>true</optional>
  26. </dependency>
  27. <dependency>
  28. <groupId>mysql</groupId>
  29. <artifactId>mysql-connector-java</artifactId>
  30. </dependency>
  31. <dependency>
  32. <groupId>com.alibaba</groupId>
  33. <artifactId>druid-spring-boot-starter</artifactId>
  34. <version>1.2.5</version>
  35. </dependency>
  36. <dependency>
  37. <groupId>com.auth0</groupId>
  38. <artifactId>java-jwt</artifactId>
  39. <version>3.3.0</version>
  40. </dependency>
  41. <dependency>
  42. <groupId>com.belerweb</groupId>
  43. <artifactId>pinyin4j</artifactId>
  44. <version>2.5.1</version>
  45. </dependency>
  46. <dependency>
  47. <groupId>io.jsonwebtoken</groupId>
  48. <artifactId>jjwt</artifactId>
  49. <version>0.9.1</version>
  50. </dependency>
  51. <dependency>
  52. <groupId>net.sf.json-lib</groupId>
  53. <artifactId>json-lib</artifactId>
  54. <version>2.2.3</version>
  55. <classifier>jdk15</classifier>
  56. </dependency>
  57. <dependency>
  58. <groupId>com.alibaba</groupId>
  59. <artifactId>fastjson</artifactId>
  60. <version>1.2.28</version>
  61. </dependency>
  62. <dependency>
  63. <groupId>cn.dustlight.captcha</groupId>
  64. <artifactId>redis-store</artifactId>
  65. <version>0.0.6</version>
  66. </dependency>
  67. <dependency>
  68. <groupId>cn.dustlight.captcha</groupId>
  69. <artifactId>captcha-core</artifactId>
  70. <version>0.0.6</version>
  71. </dependency>
  72. <dependency>
  73. <groupId>cn.hutool</groupId>
  74. <artifactId>hutool-all</artifactId>
  75. <version>5.7.11</version>
  76. </dependency>
  77. <dependency>
  78. <groupId>com.baomidou</groupId>
  79. <artifactId>mybatis-plus-boot-starter</artifactId>
  80. <version>3.4.2</version>
  81. </dependency>
  82. <dependency>
  83. <groupId>com.baomidou</groupId>
  84. <artifactId>mybatis-plus-extension</artifactId>
  85. <version>3.4.2</version>
  86. </dependency>
  87. <dependency>
  88. <groupId>com.baomidou</groupId>
  89. <artifactId>mybatis-plus-generator</artifactId>
  90. <version>3.2.0</version>
  91. </dependency>
  92. <dependency>
  93. <groupId>com.hkvs</groupId>
  94. <artifactId>commons-codec</artifactId>
  95. <version>1.4</version>
  96. </dependency>
  97. <dependency>
  98. <groupId>com.hkvs</groupId>
  99. <artifactId>commons-io</artifactId>
  100. <version>2.0.1</version>
  101. </dependency>
  102. <dependency>
  103. <groupId>com.hkvs</groupId>
  104. <artifactId>commons-lang3</artifactId>
  105. <version>3.3.1</version>
  106. </dependency>
  107. <dependency>
  108. <groupId>com.hkvs</groupId>
  109. <artifactId>commons-logging</artifactId>
  110. <version>1.1.1</version>
  111. </dependency>
  112. <dependency>
  113. <groupId>com.hkvs</groupId>
  114. <artifactId>Digests.jar</artifactId>
  115. <version>1.1.1</version>
  116. </dependency>
  117. <dependency>
  118. <groupId>com.hkvs</groupId>
  119. <artifactId>fastjson</artifactId>
  120. <version>1.2.8</version>
  121. </dependency>
  122. <dependency>
  123. <groupId>com.hkvs</groupId>
  124. <artifactId>httpclient</artifactId>
  125. <version>4.5.1</version>
  126. </dependency>
  127. <dependency>
  128. <groupId>com.hikvision.ga</groupId>
  129. <artifactId>artemis-http-client</artifactId>
  130. <version>1.1.8</version>
  131. </dependency>
  132. <dependency>
  133. <groupId>org.apache.httpcomponents</groupId>
  134. <artifactId>httpclient</artifactId>
  135. <version>4.5.14</version>
  136. </dependency>
  137. <dependency>
  138. <groupId>com.jcraft</groupId>
  139. <artifactId>jsch</artifactId>
  140. <version>0.1.54</version>
  141. </dependency>
  142. <dependency>
  143. <groupId>com.hkvs</groupId>
  144. <artifactId>HttpClientSSLUtils</artifactId>
  145. <version>1.0</version>
  146. </dependency>
  147. <dependency>
  148. <groupId>com.hkvs</groupId>
  149. <artifactId>httpcore</artifactId>
  150. <version>4.4.3</version>
  151. </dependency>
  152. <dependency>
  153. <groupId>org.jxls</groupId>
  154. <artifactId>jxls</artifactId>
  155. <version>2.6.0</version>
  156. </dependency>
  157. <dependency>
  158. <groupId>org.jxls</groupId>
  159. <artifactId>jxls-poi</artifactId>
  160. <version>1.1.0</version>
  161. </dependency>
  162. <!-- easy-trans -->
  163. <dependency>
  164. <groupId>com.fhs-opensource</groupId>
  165. <artifactId>easy-trans-spring-boot-starter</artifactId>
  166. <version>2.1.7</version>
  167. </dependency>
  168. <!-- easy-trans-mybatis-plus-extend -->
  169. <dependency>
  170. <groupId>com.fhs-opensource</groupId>
  171. <artifactId>easy-trans-mybatis-plus-extend</artifactId>
  172. <version>2.1.7</version>
  173. </dependency>
  174. </dependencies>
  175. <build>
  176. <plugins>
  177. <plugin>
  178. <groupId>org.springframework.boot</groupId>
  179. <artifactId>spring-boot-maven-plugin</artifactId>
  180. <!-- <configuration>-->
  181. <!-- <includeSystemScope>true</includeSystemScope>-->
  182. <!-- <skip>true</skip>-->
  183. <!-- <mainClass>HuimvAdminApplication</mainClass>-->
  184. <!-- </configuration>-->
  185. </plugin>
  186. <!--在这里修改版本-->
  187. <plugin>
  188. <groupId>org.apache.maven.plugins</groupId>
  189. <artifactId>maven-resources-plugin</artifactId>
  190. <version>2.4.3</version>
  191. </plugin>
  192. <!---->
  193. <!-- 代码混淆proguard maven插件 -->
  194. <!-- <plugin>-->
  195. <!-- <groupId>com.github.wvengen</groupId>-->
  196. <!-- <artifactId>proguard-maven-plugin</artifactId>-->
  197. <!-- <version>2.6.0</version>-->
  198. <!-- <executions>-->
  199. <!-- &lt;!&ndash; package时执行proguard &ndash;&gt;-->
  200. <!-- <execution>-->
  201. <!-- <phase>package</phase>-->
  202. <!-- <goals>-->
  203. <!-- <goal>proguard</goal>-->
  204. <!-- </goals>-->
  205. <!-- </execution>-->
  206. <!-- </executions>-->
  207. <!-- <configuration>-->
  208. <!-- <putLibraryJarsInTempDir>true</putLibraryJarsInTempDir>-->
  209. <!-- &lt;!&ndash; 输入的jar包 &ndash;&gt;-->
  210. <!-- <injar>${project.build.finalName}.jar</injar>-->
  211. <!-- &lt;!&ndash; 输出的jar包 &ndash;&gt;-->
  212. <!-- <outjar>${project.build.finalName}.jar</outjar>-->
  213. <!-- &lt;!&ndash; 是否进行混淆,默认为true &ndash;&gt;-->
  214. <!-- <obfuscate>true</obfuscate>-->
  215. <!-- &lt;!&ndash; 配置文件,通常为proguard.cfg,主要对options选项进行配置,所有的options选项都可以进行配置 &ndash;&gt;-->
  216. <!-- <proguardInclude>${project.basedir}/proguard.cfg</proguardInclude>-->
  217. <!-- &lt;!&ndash; 额外的jar,项目编译所需的jar &ndash;&gt;-->
  218. <!-- <libs>-->
  219. <!-- <lib>${java.home}/lib/rt.jar</lib>-->
  220. <!-- &lt;!&ndash;<lib>${java.home}/lib/jce.jar</lib>&ndash;&gt;-->
  221. <!-- <lib>${java.home}/lib/jsse.jar</lib>-->
  222. <!-- </libs>-->
  223. <!-- &lt;!&ndash; 对输入jar进行过滤,如对META-INFO文件不处理 &ndash;&gt;-->
  224. <!-- <inLibsFilter>!META-INF/**,!META-INF/versions/**</inLibsFilter>-->
  225. <!-- &lt;!&ndash; 输出路径配置,必须包含injar标签中填写的jar &ndash;&gt;-->
  226. <!-- <outputDirectory>${project.build.directory}</outputDirectory>-->
  227. <!-- &lt;!&ndash; 上面使用了conf配置文件,options无需配置 &ndash;&gt;-->
  228. <!-- &lt;!&ndash;<options></options>&ndash;&gt;-->
  229. <!-- </configuration>-->
  230. <!-- </plugin>-->
  231. </plugins>
  232. </build>
  233. </project>