pom.xml 7.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223
  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. <artifactId>fuint</artifactId>
  7. <groupId>com.fuint</groupId>
  8. <version>1.0.0</version>
  9. </parent>
  10. <modelVersion>4.0.0</modelVersion>
  11. <artifactId>fuint-food</artifactId>
  12. <version>1.0.0</version>
  13. <packaging>jar</packaging>
  14. <properties>
  15. <kaptcha.version>0.0.9</kaptcha.version>
  16. </properties>
  17. <dependencies>
  18. <dependency>
  19. <groupId>com.fuint</groupId>
  20. <artifactId>fuint-framework</artifactId>
  21. <version>1.0.0</version>
  22. </dependency>
  23. <dependency>
  24. <groupId>io.sentry</groupId>
  25. <artifactId>sentry-logback</artifactId>
  26. <version>1.2.0</version>
  27. </dependency>
  28. <dependency>
  29. <groupId>org.springframework.ws</groupId>
  30. <artifactId>spring-ws-core</artifactId>
  31. </dependency>
  32. <dependency>
  33. <groupId>org.springframework.boot</groupId>
  34. <artifactId>spring-boot-starter-security</artifactId>
  35. </dependency>
  36. <dependency>
  37. <groupId>org.aspectj</groupId>
  38. <artifactId>aspectjweaver</artifactId>
  39. </dependency>
  40. <!-- SAAJ 实现(旧版,适用于Java 8/Javax命名空间) -->
  41. <dependency>
  42. <groupId>com.sun.xml.messaging.saaj</groupId>
  43. <artifactId>saaj-impl</artifactId>
  44. <version>1.5.3</version>
  45. </dependency>
  46. <dependency>
  47. <groupId>commons-httpclient</groupId>
  48. <artifactId>commons-httpclient</artifactId>
  49. <version>3.1</version>
  50. </dependency>
  51. <dependency>
  52. <groupId>nl.bitwalker</groupId>
  53. <artifactId>UserAgentUtils</artifactId>
  54. <version>1.2.4</version>
  55. </dependency>
  56. <dependency>
  57. <groupId>commons-lang</groupId>
  58. <artifactId>commons-lang</artifactId>
  59. <version>2.6</version>
  60. </dependency>
  61. <dependency>
  62. <groupId>io.springfox</groupId>
  63. <artifactId>springfox-swagger2</artifactId>
  64. <version>2.9.2</version>
  65. </dependency>
  66. <dependency>
  67. <groupId>io.springfox</groupId>
  68. <artifactId>springfox-swagger-ui</artifactId>
  69. <version>2.9.2</version>
  70. </dependency>
  71. <dependency>
  72. <groupId>com.baomidou</groupId>
  73. <artifactId>mybatis-plus-boot-starter</artifactId>
  74. <version>${mybatis-plus.version}</version>
  75. </dependency>
  76. <dependency>
  77. <groupId>com.baomidou</groupId>
  78. <artifactId>mybatis-plus</artifactId>
  79. <version>${mybatis-plus.version}</version>
  80. </dependency>
  81. <dependency>
  82. <groupId>org.springframework.boot</groupId>
  83. <artifactId>spring-boot-starter-websocket</artifactId>
  84. </dependency>
  85. <dependency>
  86. <groupId>com.github.pagehelper</groupId>
  87. <artifactId>pagehelper-spring-boot-starter</artifactId>
  88. <version>1.2.5</version>
  89. <exclusions>
  90. <exclusion>
  91. <groupId>org.mybatis</groupId>
  92. <artifactId>mybatis</artifactId>
  93. </exclusion>
  94. </exclusions>
  95. </dependency>
  96. <dependency>
  97. <groupId>org.mockito</groupId>
  98. <artifactId>mockito-core</artifactId>
  99. </dependency>
  100. <dependency>
  101. <groupId>com.github.axet</groupId>
  102. <artifactId>kaptcha</artifactId>
  103. <version>${kaptcha.version}</version>
  104. </dependency>
  105. <dependency>
  106. <groupId>junit</groupId>
  107. <artifactId>junit</artifactId>
  108. <scope>test</scope>
  109. </dependency>
  110. <dependency>
  111. <groupId>org.springframework.boot</groupId>
  112. <artifactId>spring-boot-starter-test</artifactId>
  113. <scope>test</scope>
  114. </dependency>
  115. <dependency>
  116. <groupId>org.javassist</groupId>
  117. <artifactId>javassist</artifactId>
  118. <version>3.24.0-GA</version>
  119. </dependency>
  120. <dependency>
  121. <groupId>com.aliyun.oss</groupId>
  122. <artifactId>aliyun-sdk-oss</artifactId>
  123. <version>3.10.2</version>
  124. </dependency>
  125. <!-- aliyun短信API -->
  126. <dependency>
  127. <groupId>com.aliyun</groupId>
  128. <artifactId>aliyun-java-sdk-core</artifactId>
  129. <version>4.4.6</version>
  130. </dependency>
  131. <dependency>
  132. <groupId>com.alibaba</groupId>
  133. <artifactId>transmittable-thread-local</artifactId>
  134. <version>2.2.0</version>
  135. </dependency>
  136. <dependency>
  137. <groupId>com.github.javen205</groupId>
  138. <artifactId>IJPay-WxPay</artifactId>
  139. <version>2.9.6</version>
  140. </dependency>
  141. <dependency>
  142. <groupId>com.github.javen205</groupId>
  143. <artifactId>IJPay-AliPay</artifactId>
  144. <version>2.9.6</version>
  145. </dependency>
  146. <dependency>
  147. <groupId>org.apache.velocity</groupId>
  148. <artifactId>velocity-engine-core</artifactId>
  149. <version>2.3</version>
  150. </dependency>
  151. <!-- io常用工具类 -->
  152. <dependency>
  153. <groupId>commons-io</groupId>
  154. <artifactId>commons-io</artifactId>
  155. <version>2.13.0</version>
  156. </dependency>
  157. <!--常用工具类 -->
  158. <dependency>
  159. <groupId>org.apache.commons</groupId>
  160. <artifactId>commons-lang3</artifactId>
  161. <version>3.12.0</version>
  162. </dependency>
  163. <dependency>
  164. <groupId>com.huaweicloud</groupId>
  165. <artifactId>esdk-obs-java</artifactId>
  166. <version>3.20.4</version>
  167. <scope>provided</scope>
  168. </dependency>
  169. <dependency>
  170. <groupId>com.huaweicloud</groupId>
  171. <artifactId>esdk-obs-java-bundle</artifactId>
  172. <version>3.23.9</version>
  173. </dependency>
  174. <!-- Spring Mail -->
  175. <dependency>
  176. <groupId>org.springframework.boot</groupId>
  177. <artifactId>spring-boot-starter-mail</artifactId>
  178. </dependency>
  179. <!-- xxl job -->
  180. <dependency>
  181. <groupId>com.xuxueli</groupId>
  182. <artifactId>xxl-job-core</artifactId>
  183. <version>2.4.0</version>
  184. </dependency>
  185. </dependencies>
  186. <build>
  187. <plugins>
  188. <plugin>
  189. <groupId>org.springframework.boot</groupId>
  190. <artifactId>spring-boot-maven-plugin</artifactId>
  191. <version>2.5.12</version>
  192. <executions>
  193. <execution>
  194. <goals>
  195. <goal>repackage</goal>
  196. </goals>
  197. </execution>
  198. </executions>
  199. </plugin>
  200. <plugin>
  201. <groupId>org.apache.maven.plugins</groupId>
  202. <artifactId>maven-compiler-plugin</artifactId>
  203. <version>3.1</version>
  204. <configuration>
  205. <source>1.8</source>
  206. <target>1.8</target>
  207. </configuration>
  208. </plugin>
  209. </plugins>
  210. </build>
  211. </project>