数据加工
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

232 lines
6.9 KiB

6 months ago
  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. <parent>
  6. <groupId>org.springframework.boot</groupId>
  7. <artifactId>spring-boot-starter-parent</artifactId>
  8. <version>2.2.4.RELEASE</version>
  9. </parent>
  10. <groupId>com.bfd</groupId>
  11. <artifactId>data_forge</artifactId>
  12. <version>0.0.1-SNAPSHOT</version>
  13. <name>data_forge</name>
  14. <!-- FIXME change it to the project's website -->
  15. <url>http://www.example.com</url>
  16. <properties>
  17. <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
  18. <maven.compiler.source>1.8</maven.compiler.source>
  19. <maven.compiler.target>1.8</maven.compiler.target>
  20. </properties>
  21. <dependencies>
  22. <dependency>
  23. <groupId>junit</groupId>
  24. <artifactId>junit</artifactId>
  25. <version>4.11</version>
  26. <scope>test</scope>
  27. </dependency>
  28. <dependency>
  29. <groupId>org.springframework.boot</groupId>
  30. <artifactId>spring-boot-starter-web</artifactId>
  31. </dependency>
  32. <dependency>
  33. <groupId>com.google.code.gson</groupId>
  34. <artifactId>gson</artifactId>
  35. <version>2.8.8</version>
  36. </dependency>
  37. <dependency>
  38. <groupId>org.springframework.boot</groupId>
  39. <artifactId>spring-boot-test</artifactId>
  40. </dependency>
  41. <!-- https://mvnrepository.com/artifact/org.springframework/spring-test -->
  42. <dependency>
  43. <groupId>org.springframework</groupId>
  44. <artifactId>spring-test</artifactId>
  45. <version>5.0.10.RELEASE</version>
  46. <scope>test</scope>
  47. </dependency>
  48. <dependency>
  49. <groupId>commons-io</groupId>
  50. <artifactId>commons-io</artifactId>
  51. <version>1.4</version>
  52. </dependency>
  53. <dependency>
  54. <groupId>com.alibaba</groupId>
  55. <artifactId>fastjson</artifactId>
  56. <version>2.0.17</version>
  57. </dependency>
  58. <!-- https://mvnrepository.com/artifact/com.mchange/c3p0 -->
  59. <dependency>
  60. <groupId>com.mchange</groupId>
  61. <artifactId>c3p0</artifactId>
  62. <version>0.9.5.5</version>
  63. </dependency>
  64. <dependency>
  65. <groupId>mysql</groupId>
  66. <artifactId>mysql-connector-java</artifactId>
  67. <version>8.0.29</version>
  68. </dependency>
  69. <!-- https://mvnrepository.com/artifact/com.squareup.okhttp3/okhttp -->
  70. <dependency>
  71. <groupId>com.squareup.okhttp3</groupId>
  72. <artifactId>okhttp</artifactId>
  73. <version>4.9.3</version>
  74. </dependency>
  75. <dependency>
  76. <groupId>org.apache.httpcomponents</groupId>
  77. <artifactId>httpclient</artifactId>
  78. <version>4.5.3</version>
  79. </dependency>
  80. <dependency>
  81. <groupId>commons-lang</groupId>
  82. <artifactId>commons-lang</artifactId>
  83. <version>2.6</version>
  84. </dependency>
  85. <!-- https://mvnrepository.com/artifact/org.jetbrains.kotlin/kotlin-reflect -->
  86. <dependency>
  87. <groupId>org.jetbrains.kotlin</groupId>
  88. <artifactId>kotlin-reflect</artifactId>
  89. <version>1.6.21</version>
  90. <scope>runtime</scope>
  91. </dependency>
  92. <!-- https://mvnrepository.com/artifact/org.jsoup/jsoup -->
  93. <dependency>
  94. <groupId>org.jsoup</groupId>
  95. <artifactId>jsoup</artifactId>
  96. <version>1.8.1</version>
  97. </dependency>
  98. <!-- https://mvnrepository.com/artifact/de.codecentric/spring-boot-admin-starter-client -->
  99. <dependency>
  100. <groupId>de.codecentric</groupId>
  101. <artifactId>spring-boot-admin-starter-client</artifactId>
  102. <version>2.2.4</version>
  103. </dependency>
  104. <dependency>
  105. <groupId>org.projectlombok</groupId>
  106. <artifactId>lombok</artifactId>
  107. </dependency>
  108. <dependency>
  109. <groupId>org.springframework.kafka</groupId>
  110. <artifactId>spring-kafka</artifactId>
  111. </dependency>
  112. <!-- <dependency> <groupId>org.springframework.kafka</groupId> <artifactId>spring-kafka</artifactId>
  113. </dependency> -->
  114. <dependency>
  115. <groupId>cn.hutool</groupId>
  116. <artifactId>hutool-all</artifactId>
  117. <version>5.8.5</version>
  118. </dependency>
  119. <dependency>
  120. <groupId>junit</groupId>
  121. <artifactId>junit</artifactId>
  122. </dependency>
  123. <!-- https://mvnrepository.com/artifact/p6spy/p6spy -->
  124. <dependency>
  125. <groupId>p6spy</groupId>
  126. <artifactId>p6spy</artifactId>
  127. <version>3.9.0</version>
  128. </dependency>
  129. <dependency>
  130. <groupId>commons-collections</groupId>
  131. <artifactId>commons-collections</artifactId>
  132. <version>3.2.2</version>
  133. </dependency>
  134. </dependencies>
  135. <build>
  136. <!-- <pluginManagement> --><!-- lock down plugins versions to avoid using Maven defaults (may be moved
  137. to parent pom) -->
  138. <plugins>
  139. <!-- clean lifecycle, see https://maven.apache.org/ref/current/maven-core/lifecycles.html#clean_Lifecycle -->
  140. <plugin>
  141. <artifactId>maven-clean-plugin</artifactId>
  142. <version>3.1.0</version>
  143. </plugin>
  144. <!-- default lifecycle, jar packaging: see https://maven.apache.org/ref/current/maven-core/default-bindings.html#Plugin_bindings_for_jar_packaging -->
  145. <plugin>
  146. <artifactId>maven-resources-plugin</artifactId>
  147. <version>3.0.2</version>
  148. </plugin>
  149. <plugin>
  150. <artifactId>maven-compiler-plugin</artifactId>
  151. <version>3.8.0</version>
  152. </plugin>
  153. <plugin>
  154. <artifactId>maven-surefire-plugin</artifactId>
  155. <version>2.22.1</version>
  156. </plugin>
  157. <plugin>
  158. <artifactId>maven-jar-plugin</artifactId>
  159. <version>3.0.2</version>
  160. </plugin>
  161. <plugin>
  162. <artifactId>maven-install-plugin</artifactId>
  163. <version>2.5.2</version>
  164. </plugin>
  165. <plugin>
  166. <artifactId>maven-deploy-plugin</artifactId>
  167. <version>2.8.2</version>
  168. </plugin>
  169. <!-- site lifecycle, see https://maven.apache.org/ref/current/maven-core/lifecycles.html#site_Lifecycle -->
  170. <plugin>
  171. <artifactId>maven-site-plugin</artifactId>
  172. <version>3.7.1</version>
  173. </plugin>
  174. <plugin>
  175. <artifactId>maven-project-info-reports-plugin</artifactId>
  176. <version>3.0.0</version>
  177. </plugin>
  178. <!-- spring-boot-maven-plugin插件就是打包spring boot应用的 -->
  179. <plugin>
  180. <groupId>org.springframework.boot</groupId>
  181. <artifactId>spring-boot-maven-plugin</artifactId>
  182. <configuration>
  183. <mainClass>com.bfd.function.Application</mainClass>
  184. <layout>ZIP</layout>
  185. <includes>
  186. <include>
  187. <groupId>${project.groupId}</groupId>
  188. <artifactId>${project.artifactId}</artifactId>
  189. </include>
  190. </includes>
  191. </configuration>
  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-dependency-plugin</artifactId>
  203. <version>3.1.1</version>
  204. <executions>
  205. <execution>
  206. <id>copy</id>
  207. <phase>package</phase>
  208. <goals>
  209. <goal>copy-dependencies</goal>
  210. </goals>
  211. <configuration>
  212. <type>jar</type>
  213. <includeTypes>jar</includeTypes>
  214. <includeScope>runtime</includeScope>
  215. <outputDirectory>${project.build.directory}/libs</outputDirectory>
  216. </configuration>
  217. </execution>
  218. </executions>
  219. </plugin>
  220. </plugins>
  221. <!-- </pluginManagement> -->
  222. </build>
  223. </project>