pom.xml 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299
  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 https://maven.apache.org/xsd/maven-4.0.0.xsd">
  4. <modelVersion>4.0.0</modelVersion>
  5. <parent>
  6. <groupId>org.springframework.boot</groupId>
  7. <artifactId>spring-boot-starter-parent</artifactId>
  8. <version>2.6.2</version>
  9. <relativePath/> <!-- lookup parent from repository -->
  10. </parent>
  11. <groupId>com.imcs.admin</groupId>
  12. <artifactId>xs_imcs-code-platform</artifactId>
  13. <version>0.0.1-SNAPSHOT</version>
  14. <name>jqp-admin</name>
  15. <description>Demo project for Spring Boot</description>
  16. <properties>
  17. <!-- 跳过测试 -->
  18. <skipTests>true</skipTests>
  19. <java.version>1.8</java.version>
  20. <poi.version>5.1.0</poi.version>
  21. <hutool-all.version>5.7.5</hutool-all.version>
  22. <velocity.version>1.7</velocity.version>
  23. <magic-api.version>2.0.2</magic-api.version>
  24. <java-jwt.version>3.4.0</java-jwt.version>
  25. <aliyun-oss.version>3.12.0</aliyun-oss.version>
  26. <activiti.version>5.22.0</activiti.version>
  27. <minio.version>3.0.10</minio.version>
  28. <core-renderer.version>R8</core-renderer.version>
  29. <itext.version>2.0.8</itext.version>
  30. <sa-token.version>1.34.0</sa-token.version>
  31. </properties>
  32. <dependencies>
  33. <dependency>
  34. <groupId>org.springframework.boot</groupId>
  35. <artifactId>spring-boot-starter-web</artifactId>
  36. </dependency>
  37. <dependency>
  38. <groupId>org.springframework.boot</groupId>
  39. <artifactId>spring-boot-starter-jdbc</artifactId>
  40. </dependency>
  41. <dependency>
  42. <groupId>mysql</groupId>
  43. <artifactId>mysql-connector-java</artifactId>
  44. </dependency>
  45. <dependency>
  46. <groupId>org.projectlombok</groupId>
  47. <artifactId>lombok</artifactId>
  48. <scope>provided</scope>
  49. </dependency>
  50. <dependency>
  51. <groupId>org.springframework.boot</groupId>
  52. <artifactId>spring-boot-starter-thymeleaf</artifactId>
  53. </dependency>
  54. <dependency>
  55. <groupId>org.springframework.boot</groupId>
  56. <artifactId>spring-boot-starter-test</artifactId>
  57. <scope>test</scope>
  58. </dependency>
  59. <dependency>
  60. <groupId>cn.hutool</groupId>
  61. <artifactId>hutool-all</artifactId>
  62. <version>${hutool-all.version}</version>
  63. </dependency>
  64. <!-- https://mvnrepository.com/artifact/org.apache.poi/poi-ooxml -->
  65. <dependency>
  66. <groupId>org.apache.poi</groupId>
  67. <artifactId>poi-ooxml</artifactId>
  68. <version>${poi.version}</version>
  69. </dependency>
  70. <dependency>
  71. <groupId>org.apache.velocity</groupId>
  72. <artifactId>velocity</artifactId>
  73. <version>${velocity.version}</version>
  74. </dependency>
  75. <dependency>
  76. <groupId>org.ssssssss</groupId>
  77. <artifactId>magic-api-spring-boot-starter</artifactId>
  78. <version>${magic-api.version}</version>
  79. </dependency>
  80. <dependency>
  81. <groupId>org.ssssssss</groupId>
  82. <artifactId>magic-api-plugin-swagger</artifactId>
  83. <version>${magic-api.version}</version>
  84. </dependency>
  85. <dependency>
  86. <groupId>com.aliyun.oss</groupId>
  87. <artifactId>aliyun-sdk-oss</artifactId>
  88. <version>${aliyun-oss.version}</version>
  89. </dependency>
  90. <dependency>
  91. <groupId>com.auth0</groupId>
  92. <artifactId>java-jwt</artifactId>
  93. <version>${java-jwt.version}</version>
  94. </dependency>
  95. <!-- activity -->
  96. <dependency>
  97. <groupId>org.activiti</groupId>
  98. <artifactId>activiti-spring-boot-starter-basic</artifactId>
  99. <version>${activiti.version}</version>
  100. </dependency>
  101. <dependency>
  102. <groupId>org.activiti</groupId>
  103. <artifactId>activiti-modeler</artifactId>
  104. <version>${activiti.version}</version>
  105. <exclusions>
  106. <exclusion>
  107. <artifactId>spring-security-config</artifactId>
  108. <groupId>org.springframework.security</groupId>
  109. </exclusion>
  110. </exclusions>
  111. </dependency>
  112. <dependency>
  113. <groupId>org.activiti</groupId>
  114. <artifactId>activiti-diagram-rest</artifactId>
  115. <version>${activiti.version}</version>
  116. </dependency>
  117. <dependency>
  118. <groupId>io.minio</groupId>
  119. <artifactId>minio</artifactId>
  120. <version>${minio.version}</version>
  121. </dependency>
  122. <!-- https://mvnrepository.com/artifact/org.xhtmlrenderer/core-renderer -->
  123. <dependency>
  124. <groupId>org.xhtmlrenderer</groupId>
  125. <artifactId>core-renderer</artifactId>
  126. <version>${core-renderer.version}</version>
  127. </dependency>
  128. <!-- https://mvnrepository.com/artifact/com.lowagie/itext -->
  129. <dependency>
  130. <groupId>com.lowagie</groupId>
  131. <artifactId>itext</artifactId>
  132. <version>${itext.version}</version>
  133. </dependency>
  134. <dependency>
  135. <groupId>org.jsoup</groupId>
  136. <artifactId>jsoup</artifactId>
  137. <version>1.11.3</version>
  138. </dependency>
  139. <!--htmlunit-->
  140. <dependency>
  141. <groupId>net.sourceforge.htmlunit</groupId>
  142. <artifactId>htmlunit</artifactId>
  143. </dependency>
  144. <dependency>
  145. <groupId>io.springfox</groupId>
  146. <artifactId>springfox-boot-starter</artifactId>
  147. <version>3.0.0</version>
  148. </dependency>
  149. <!--引入Knife4j的官方ui包,OpenAPI3建议使用springdoc-openapi项目-->
  150. <!-- 文档 -->
  151. <dependency>
  152. <groupId>com.github.xiaoymin</groupId>
  153. <artifactId>knife4j-spring-ui</artifactId>
  154. <!--在引用时请在maven中央仓库搜索3.X最新版本号-->
  155. <version>3.0</version>
  156. </dependency>
  157. <dependency>
  158. <groupId>org.springframework</groupId>
  159. <artifactId>spring-test</artifactId>
  160. </dependency>
  161. <!-- Sa-Token 权限认证,在线文档:https://sa-token.cc -->
  162. <dependency>
  163. <groupId>cn.dev33</groupId>
  164. <artifactId>sa-token-spring-boot-starter</artifactId>
  165. <version>${sa-token.version}</version>
  166. </dependency>
  167. <!-- Sa-Token 整合 Redis (使用 jackson 序列化方式) -->
  168. <!-- -->
  169. <dependency>
  170. <groupId>cn.dev33</groupId>
  171. <artifactId>sa-token-dao-redis-jackson</artifactId>
  172. <version>${sa-token.version}</version>
  173. </dependency>
  174. <dependency>
  175. <groupId>org.springframework.boot</groupId>
  176. <artifactId>spring-boot-starter-data-redis</artifactId>
  177. </dependency>
  178. <dependency>
  179. <groupId>org.springframework</groupId>
  180. <artifactId>spring-aspects</artifactId>
  181. <version>5.3.13</version>
  182. </dependency>
  183. <dependency>
  184. <groupId>com.alibaba</groupId>
  185. <artifactId>fastjson</artifactId>
  186. <version>1.2.73</version>
  187. </dependency>
  188. <!-- 提供Redis连接池 -->
  189. <dependency>
  190. <groupId>org.apache.commons</groupId>
  191. <artifactId>commons-pool2</artifactId>
  192. </dependency>
  193. <dependency>
  194. <groupId>net.jposprinter.Sdk</groupId>
  195. <artifactId>JposPrinterSDK.jar</artifactId>
  196. <version>0.0.1-SNAPSHOT</version>
  197. <scope>system</scope>
  198. <systemPath>${basedir}/bin/JposPrinterSDK.jar</systemPath>
  199. </dependency>
  200. <dependency>
  201. <groupId>org.apache.poi</groupId>
  202. <artifactId>poi</artifactId>
  203. <version>5.2.3</version>
  204. </dependency>
  205. <!-- Apache POI HWPF (for handling .doc files) -->
  206. <dependency>
  207. <groupId>org.apache.poi</groupId>
  208. <artifactId>poi-scratchpad</artifactId>
  209. <version>5.2.3</version>
  210. </dependency>
  211. <dependency>
  212. <groupId>com.hankcs</groupId>
  213. <artifactId>hanlp</artifactId>
  214. <version>portable-1.8.1</version> <!-- 可以根据需要调整版本号 -->
  215. </dependency>
  216. </dependencies>
  217. <build>
  218. <plugins>
  219. <!--
  220. <plugin>
  221. <groupId>org.apache.maven.plugins</groupId>
  222. <artifactId>maven-compiler-plugin</artifactId>
  223. <version>3.8.1</version>
  224. <configuration>
  225. <source>1.8</source>
  226. <target>1.8</target>
  227. <encoding>UTF-8</encoding>
  228. </configuration>
  229. </plugin>
  230. -->
  231. <plugin>
  232. <groupId>org.apache.maven.plugins</groupId>
  233. <artifactId>maven-resources-plugin</artifactId>
  234. <version>3.1.0</version>
  235. </plugin>
  236. <plugin>
  237. <groupId>org.springframework.boot</groupId>
  238. <artifactId>spring-boot-maven-plugin</artifactId>
  239. <version>2.3.4.RELEASE</version>
  240. <configuration>
  241. <includeSystemScope>true</includeSystemScope>
  242. <excludes>
  243. <exclude>
  244. <groupId>org.projectlombok</groupId>
  245. <artifactId>lombok</artifactId>
  246. </exclude>
  247. </excludes>
  248. </configuration>
  249. </plugin>
  250. </plugins>
  251. <!--
  252. <resources>
  253. <resource>
  254. <directory>src/main/resources</directory>
  255. <filtering>true</filtering>
  256. <excludes>
  257. <exclude>**/*.ttf</exclude>
  258. <exclude>**/*.woff</exclude>
  259. <exclude>**/*.woff2</exclude>
  260. </excludes>
  261. </resource>
  262. <resource>
  263. <directory>src/main/resources</directory>
  264. <filtering>false</filtering>
  265. <includes>
  266. <include>**/*.ttf</include>
  267. <include>**/*.woff</include>
  268. <include>**/*.woff2</include>
  269. </includes>
  270. </resource>
  271. </resources>
  272. -->
  273. </build>
  274. </project>