pom.xml 8.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287
  1. <project xmlns="http://maven.apache.org/POM/4.0.0"
  2. 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.2.RELEASE</version>
  9. </parent>
  10. <groupId>info.aspirecn.iov.yysj</groupId>
  11. <artifactId>cloud-yysj-product-check</artifactId>
  12. <version>1.0.0</version>
  13. <packaging>jar</packaging>
  14. <name>cloud-yysj-product-check</name>
  15. <url>http://maven.apache.org</url>
  16. <properties>
  17. <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
  18. </properties>
  19. <dependencies>
  20. <dependency>
  21. <groupId>org.springframework.boot</groupId>
  22. <artifactId>spring-boot-starter-actuator</artifactId>
  23. <exclusions>
  24. <exclusion>
  25. <groupId>org.apache.logging.log4j</groupId>
  26. <artifactId>log4j-to-slf4j</artifactId>
  27. </exclusion>
  28. <exclusion>
  29. <groupId>org.apache.logging.log4j</groupId>
  30. <artifactId>log4j-api</artifactId>
  31. </exclusion>
  32. </exclusions>
  33. </dependency>
  34. <dependency>
  35. <groupId>org.springframework.cloud</groupId>
  36. <artifactId>spring-cloud-starter-sleuth</artifactId>
  37. </dependency>
  38. <dependency>
  39. <groupId>org.projectlombok</groupId>
  40. <artifactId>lombok</artifactId>
  41. </dependency>
  42. <dependency>
  43. <groupId>org.springframework.boot</groupId>
  44. <artifactId>spring-boot-starter-data-redis</artifactId>
  45. </dependency>
  46. <dependency>
  47. <groupId>commons-codec</groupId>
  48. <artifactId>commons-codec</artifactId>
  49. <version>1.11</version>
  50. </dependency>
  51. <dependency>
  52. <groupId>org.springframework.boot</groupId>
  53. <artifactId>spring-boot-starter-tomcat</artifactId>
  54. </dependency>
  55. <dependency>
  56. <groupId>org.springframework.cloud</groupId>
  57. <artifactId>spring-cloud-starter-zuul</artifactId>
  58. <version>1.4.5.RELEASE</version>
  59. </dependency>
  60. <dependency>
  61. <groupId>org.springframework.boot</groupId>
  62. <artifactId>spring-boot-devtools</artifactId>
  63. <optional>true</optional>
  64. </dependency>
  65. <dependency>
  66. <groupId>org.springframework.cloud</groupId>
  67. <artifactId>spring-cloud-starter-kubernetes-config</artifactId>
  68. </dependency>
  69. <dependency>
  70. <groupId>info.aspirecn.cloud.yysj</groupId>
  71. <artifactId>cloud-yysj-commons-lang</artifactId>
  72. <version>1.0.0</version>
  73. </dependency>
  74. <dependency>
  75. <groupId>com.alibaba</groupId>
  76. <artifactId>fastjson</artifactId>
  77. <version>1.2.76</version>
  78. </dependency>
  79. <dependency>
  80. <groupId>commons-io</groupId>
  81. <artifactId>commons-io</artifactId>
  82. <version>2.6</version>
  83. </dependency>
  84. <!--<dependency>
  85. <groupId>net.rakugakibox.spring.boot</groupId>
  86. <artifactId>logback-access-spring-boot-starter</artifactId>
  87. <version>2.7.1</version>
  88. </dependency>-->
  89. <dependency>
  90. <groupId>org.springframework.boot</groupId>
  91. <artifactId>spring-boot-configuration-processor</artifactId>
  92. <optional>true</optional>
  93. </dependency>
  94. <dependency>
  95. <groupId>net.logstash.logback</groupId>
  96. <artifactId>logstash-logback-encoder</artifactId>
  97. <version>5.0</version>
  98. </dependency>
  99. <dependency>
  100. <groupId>org.apache.commons</groupId>
  101. <artifactId>commons-lang3</artifactId>
  102. </dependency>
  103. <dependency>
  104. <groupId>org.modelmapper</groupId>
  105. <artifactId>modelmapper</artifactId>
  106. <version>2.3.0</version>
  107. </dependency>
  108. <dependency>
  109. <groupId>com.google.code.gson</groupId>
  110. <artifactId>gson</artifactId>
  111. </dependency>
  112. <dependency>
  113. <groupId>org.apache.logging.log4j</groupId>
  114. <artifactId>log4j-api</artifactId>
  115. <version>2.15.0</version>
  116. </dependency>
  117. <dependency>
  118. <groupId>org.apache.logging.log4j</groupId>
  119. <artifactId>log4j-to-slf4j</artifactId>
  120. <version>2.15.0</version>
  121. </dependency>
  122. </dependencies>
  123. <dependencyManagement>
  124. <dependencies>
  125. <dependency>
  126. <groupId>org.springframework.cloud</groupId>
  127. <artifactId>spring-cloud-dependencies</artifactId>
  128. <version>Hoxton.RELEASE</version>
  129. <type>pom</type>
  130. <scope>import</scope>
  131. </dependency>
  132. </dependencies>
  133. </dependencyManagement>
  134. <build>
  135. <plugins>
  136. <plugin>
  137. <groupId>org.springframework.boot</groupId>
  138. <artifactId>spring-boot-maven-plugin</artifactId>
  139. </plugin>
  140. <!-- <plugin>-->
  141. <!-- <groupId>org.apache.maven.plugins</groupId>-->
  142. <!-- <artifactId>maven-jar-plugin</artifactId>-->
  143. <!-- <configuration>-->
  144. <!-- <archive>-->
  145. <!-- <manifest>-->
  146. <!-- <addClasspath>true</addClasspath>-->
  147. <!-- <classpathPrefix>lib/</classpathPrefix>-->
  148. <!-- </manifest>-->
  149. <!-- </archive>-->
  150. <!-- </configuration>-->
  151. <!-- </plugin>-->
  152. <!-- <plugin>-->
  153. <!-- <groupId>org.springframework.boot</groupId>-->
  154. <!-- <artifactId>spring-boot-maven-plugin</artifactId>-->
  155. <!-- <configuration>-->
  156. <!-- <includes>-->
  157. <!-- <include>-->
  158. <!-- <groupId>info.aspirecn.cloud.yysj</groupId>-->
  159. <!-- <artifactId>cloud-yysj-commons-lang</artifactId>-->
  160. <!-- </include>-->
  161. <!-- </includes>-->
  162. <!-- </configuration>-->
  163. <!-- </plugin>-->
  164. <!-- <plugin>-->
  165. <!-- <groupId>org.apache.maven.plugins</groupId>-->
  166. <!-- <artifactId>maven-resources-plugin</artifactId>-->
  167. <!-- <executions>-->
  168. <!-- <execution>-->
  169. <!-- <id>default-resources</id>-->
  170. <!-- <phase>validate</phase>-->
  171. <!-- <goals>-->
  172. <!-- <goal>copy-resources</goal>-->
  173. <!-- </goals>-->
  174. <!-- <configuration>-->
  175. <!-- <outputDirectory>target/classes</outputDirectory>-->
  176. <!-- <useDefaultDelimiters>false</useDefaultDelimiters>-->
  177. <!-- <delimiters>-->
  178. <!-- <delimiter>@</delimiter>-->
  179. <!-- </delimiters>-->
  180. <!-- <resources>-->
  181. <!-- <resource>-->
  182. <!-- <directory>src/main/resources/config</directory>-->
  183. <!-- <targetPath>config</targetPath>-->
  184. <!-- <filtering>true</filtering>-->
  185. <!-- <includes>-->
  186. <!-- <include>**</include>-->
  187. <!-- </includes>-->
  188. <!-- </resource>-->
  189. <!-- </resources>-->
  190. <!-- </configuration>-->
  191. <!-- </execution>-->
  192. <!-- </executions>-->
  193. <!-- </plugin>-->
  194. <!-- <plugin>-->
  195. <!-- <groupId>org.apache.maven.plugins</groupId>-->
  196. <!-- <artifactId>maven-dependency-plugin</artifactId>-->
  197. <!-- <executions>-->
  198. <!-- <execution>-->
  199. <!-- <id>copy-dependencies</id>-->
  200. <!-- <phase>prepare-package</phase>-->
  201. <!-- <goals>-->
  202. <!-- <goal>copy-dependencies</goal>-->
  203. <!-- </goals>-->
  204. <!-- <configuration>-->
  205. <!-- <outputDirectory>${project.build.directory}/lib</outputDirectory>-->
  206. <!-- <excludeGroupIds>-->
  207. <!-- info.aspirecn.cloud.yysj-->
  208. <!-- </excludeGroupIds>-->
  209. <!-- </configuration>-->
  210. <!-- </execution>-->
  211. <!-- <execution>-->
  212. <!-- <id>copy</id>-->
  213. <!-- <phase>install</phase>-->
  214. <!-- <goals>-->
  215. <!-- <goal>copy-dependencies</goal>-->
  216. <!-- </goals>-->
  217. <!-- <configuration>-->
  218. <!-- <outputDirectory>-->
  219. <!-- ${project.build.directory}/lib-->
  220. <!-- </outputDirectory>-->
  221. <!-- <excludeGroupIds>-->
  222. <!-- info.aspirecn.cloud.yysj-->
  223. <!-- </excludeGroupIds>-->
  224. <!-- </configuration>-->
  225. <!-- </execution>-->
  226. <!-- </executions>-->
  227. <!-- </plugin>-->
  228. <!-- <plugin>-->
  229. <!-- <groupId>org.springframework.boot</groupId>-->
  230. <!-- <artifactId>spring-boot-maven-plugin</artifactId>-->
  231. <!-- </plugin>-->
  232. <!-- <plugin>-->
  233. <!-- <groupId>org.apache.maven.plugins</groupId>-->
  234. <!-- <artifactId>maven-jar-plugin</artifactId>-->
  235. <!-- </plugin>-->
  236. <!-- <plugin>-->
  237. <!-- <groupId>org.apache.maven.plugins</groupId>-->
  238. <!-- <artifactId>maven-dependency-plugin</artifactId>-->
  239. <!-- </plugin>-->
  240. <!-- <plugin>-->
  241. <!-- <groupId>org.apache.maven.plugins</groupId>-->
  242. <!-- <artifactId>maven-resources-plugin</artifactId>-->
  243. <!-- <executions>-->
  244. <!-- <execution>-->
  245. <!-- <id>default-resources</id>-->
  246. <!-- <phase>validate</phase>-->
  247. <!-- <goals>-->
  248. <!-- <goal>copy-resources</goal>-->
  249. <!-- </goals>-->
  250. <!-- <configuration>-->
  251. <!-- <outputDirectory>target/classes</outputDirectory>-->
  252. <!-- <useDefaultDelimiters>false</useDefaultDelimiters>-->
  253. <!-- <delimiters>-->
  254. <!-- <delimiter>@</delimiter>-->
  255. <!-- </delimiters>-->
  256. <!-- <resources>-->
  257. <!-- <resource>-->
  258. <!-- <directory>src/main/resources</directory>-->
  259. <!-- <filtering>true</filtering>-->
  260. <!-- <includes>-->
  261. <!-- <include>**</include>-->
  262. <!-- </includes>-->
  263. <!-- </resource>-->
  264. <!-- </resources>-->
  265. <!-- </configuration>-->
  266. <!-- </execution>-->
  267. <!-- </executions>-->
  268. <!-- </plugin>-->
  269. </plugins>
  270. </build>
  271. </project>