pom.xml 7.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219
  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. <modelVersion>4.0.0</modelVersion>
  6. <parent>
  7. <groupId>org.springframework.boot</groupId>
  8. <artifactId>spring-boot-dependencies</artifactId>
  9. <version>2.2.13.RELEASE</version>
  10. </parent>
  11. <groupId>org.example</groupId>
  12. <artifactId>EsHkImagesDumpS3</artifactId>
  13. <version>1.0-SNAPSHOT</version>
  14. <packaging>jar</packaging>
  15. <name>EsHkImagesDumpS3</name>
  16. <description>EsHkImagesDumpS3</description>
  17. <properties>
  18. <java.version>1.8</java.version>
  19. <elasticsearch.version>7.16.2</elasticsearch.version>
  20. </properties>
  21. <dependencies>
  22. <dependency>
  23. <groupId>org.elasticsearch.client</groupId>
  24. <artifactId>elasticsearch-rest-high-level-client</artifactId>
  25. <version>${elasticsearch.version}</version>
  26. </dependency>
  27. <dependency>
  28. <groupId>org.elasticsearch.client</groupId>
  29. <artifactId>elasticsearch-rest-client</artifactId>
  30. <version>${elasticsearch.version}</version>
  31. </dependency>
  32. <dependency>
  33. <groupId>org.elasticsearch</groupId>
  34. <artifactId>elasticsearch</artifactId>
  35. <version>${elasticsearch.version}</version>
  36. </dependency>
  37. <dependency>
  38. <groupId>org.springframework.boot</groupId>
  39. <artifactId>spring-boot-starter-web</artifactId>
  40. </dependency>
  41. <dependency>
  42. <groupId>org.springframework.boot</groupId>
  43. <artifactId>spring-boot-starter-websocket</artifactId>
  44. </dependency>
  45. <dependency>
  46. <groupId>org.springframework.kafka</groupId>
  47. <artifactId>spring-kafka</artifactId>
  48. </dependency>
  49. <dependency>
  50. <groupId>org.springframework.boot</groupId>
  51. <artifactId>spring-boot-starter-jdbc</artifactId>
  52. </dependency>
  53. <dependency>
  54. <groupId>org.mybatis.spring.boot</groupId>
  55. <artifactId>mybatis-spring-boot-starter-test</artifactId>
  56. <version>1.3.2</version>
  57. <scope>test</scope>
  58. </dependency>
  59. <dependency>
  60. <groupId>com.alibaba</groupId>
  61. <artifactId>druid-spring-boot-starter</artifactId>
  62. <version>1.1.21</version>
  63. </dependency>
  64. <dependency>
  65. <groupId>mysql</groupId>
  66. <artifactId>mysql-connector-java</artifactId>
  67. <scope>runtime</scope>
  68. </dependency>
  69. <dependency>
  70. <groupId>com.baomidou</groupId>
  71. <artifactId>mybatis-plus-boot-starter</artifactId>
  72. <version>3.5.1</version>
  73. </dependency>
  74. <dependency>
  75. <groupId>org.springframework.boot</groupId>
  76. <artifactId>spring-boot-devtools</artifactId>
  77. <scope>runtime</scope>
  78. <optional>true</optional>
  79. </dependency>
  80. <dependency>
  81. <groupId>org.projectlombok</groupId>
  82. <artifactId>lombok</artifactId>
  83. <optional>true</optional>
  84. </dependency>
  85. <dependency>
  86. <groupId>org.springframework.boot</groupId>
  87. <artifactId>spring-boot-starter-test</artifactId>
  88. <scope>test</scope>
  89. </dependency>
  90. <dependency>
  91. <groupId>org.springframework.kafka</groupId>
  92. <artifactId>spring-kafka-test</artifactId>
  93. <scope>test</scope>
  94. </dependency>
  95. <dependency>
  96. <groupId>com.alibaba</groupId>
  97. <artifactId>fastjson</artifactId>
  98. <version>1.2.60</version>
  99. </dependency>
  100. <dependency>
  101. <groupId>cn.hutool</groupId>
  102. <artifactId>hutool-all</artifactId>
  103. <version>5.6.3</version>
  104. </dependency>
  105. <!-- 第三方日期时间处理的类库 -->
  106. <dependency>
  107. <groupId>joda-time</groupId>
  108. <artifactId>joda-time</artifactId>
  109. <version>2.10.10</version>
  110. </dependency>
  111. <dependency>
  112. <groupId>com.alibaba</groupId>
  113. <artifactId>easyexcel</artifactId>
  114. <version>2.2.8</version>
  115. </dependency>
  116. <!-- https://mvnrepository.com/artifact/net.java.dev.jets3t/jets3t -->
  117. <dependency>
  118. <groupId>net.java.dev.jets3t</groupId>
  119. <artifactId>jets3t</artifactId>
  120. <version>0.9.4</version>
  121. </dependency>
  122. <dependency>
  123. <groupId>cn.com.taiji</groupId>
  124. <artifactId>sdk-dass-s3</artifactId>
  125. <version>1.0.0</version>
  126. <!-- <scope>system</scope>-->
  127. <!-- <systemPath>${project.basedir}/lib/sdk-dass-s3-1.0.0.jar</systemPath>-->
  128. </dependency>
  129. <dependency>
  130. <groupId>cn.com.taiji</groupId>
  131. <artifactId>dassio</artifactId>
  132. <version>1.0.0</version>
  133. <!-- <scope>system</scope>-->
  134. <!-- <systemPath>${project.basedir}/lib/dassio-1.0.0.jar</systemPath>-->
  135. </dependency>
  136. <dependency>
  137. <groupId>commons-fileupload</groupId>
  138. <artifactId>commons-fileupload</artifactId>
  139. <version>1.4</version>
  140. </dependency>
  141. <dependency>
  142. <groupId>commons-io</groupId>
  143. <artifactId>commons-io</artifactId>
  144. <version>2.6</version>
  145. </dependency>
  146. <!--minio服务-->
  147. <dependency>
  148. <groupId>io.minio</groupId>
  149. <artifactId>minio</artifactId>
  150. <version>8.3.3</version>
  151. <exclusions>
  152. <exclusion>
  153. <artifactId>okhttp</artifactId>
  154. <groupId>com.squareup.okhttp3</groupId>
  155. </exclusion>
  156. </exclusions>
  157. </dependency>
  158. <dependency>
  159. <groupId>com.squareup.okhttp3</groupId>
  160. <artifactId>okhttp</artifactId>
  161. <version>4.9.0</version>
  162. </dependency>
  163. </dependencies>
  164. <build>
  165. <plugins>
  166. <plugin>
  167. <groupId>org.apache.maven.plugins</groupId>
  168. <artifactId>maven-compiler-plugin</artifactId>
  169. <configuration>
  170. <source>1.8</source>
  171. <target>1.8</target>
  172. </configuration>
  173. </plugin>
  174. <plugin>
  175. <groupId>org.springframework.boot</groupId>
  176. <artifactId>spring-boot-maven-plugin</artifactId>
  177. <version>2.1.1.RELEASE</version>
  178. <configuration>
  179. <fork>true</fork> <!-- 如果没有该配置,devtools不会生效 -->
  180. </configuration>
  181. <executions>
  182. <execution>
  183. <goals>
  184. <goal>repackage</goal>
  185. </goals>
  186. </execution>
  187. </executions>
  188. </plugin>
  189. <plugin>
  190. <groupId>org.apache.maven.plugins</groupId>
  191. <artifactId>maven-war-plugin</artifactId>
  192. <version>3.1.0</version>
  193. <configuration>
  194. <failOnMissingWebXml>false</failOnMissingWebXml>
  195. <warName>${project.artifactId}</warName>
  196. </configuration>
  197. </plugin>
  198. </plugins>
  199. <finalName>${project.artifactId}</finalName>
  200. </build>
  201. </project>