pom.xml 8.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270
  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-check-info</artifactId>
  12. <version>1.1.8</version>
  13. <packaging>jar</packaging>
  14. <name>cloud-yysj-infocheck</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>info.aspirecn.cloud.yysj</groupId>
  22. <artifactId>cloud-yysj-commons-lang</artifactId>
  23. <version>1.0.0</version>
  24. </dependency>
  25. <dependency>
  26. <groupId>org.springframework.cloud</groupId>
  27. <artifactId>spring-cloud-starter-kubernetes-config</artifactId>
  28. </dependency>
  29. <dependency>
  30. <groupId>org.springframework.boot</groupId>
  31. <artifactId>spring-boot-starter-actuator</artifactId>
  32. <exclusions>
  33. <exclusion>
  34. <groupId>org.apache.logging.log4j</groupId>
  35. <artifactId>log4j-to-slf4j</artifactId>
  36. </exclusion>
  37. <exclusion>
  38. <groupId>org.apache.logging.log4j</groupId>
  39. <artifactId>log4j-api</artifactId>
  40. </exclusion>
  41. </exclusions>
  42. </dependency>
  43. <dependency>
  44. <groupId>info.aspirecn.iov.yysj</groupId>
  45. <artifactId>cloud-yysj-servicenode-paramtransfer-interface</artifactId>
  46. <version>1.0.0</version>
  47. </dependency>
  48. <dependency>
  49. <groupId>org.springframework.boot</groupId>
  50. <artifactId>spring-boot-starter-data-redis</artifactId>
  51. </dependency>
  52. <dependency>
  53. <groupId>commons-codec</groupId>
  54. <artifactId>commons-codec</artifactId>
  55. <version>1.11</version>
  56. </dependency>
  57. <dependency>
  58. <groupId>org.springframework.boot</groupId>
  59. <artifactId>spring-boot-starter-tomcat</artifactId>
  60. </dependency>
  61. <dependency>
  62. <groupId>org.springframework.cloud</groupId>
  63. <artifactId>spring-cloud-starter-zuul</artifactId>
  64. <version>1.4.5.RELEASE</version>
  65. </dependency>
  66. <!-- <dependency>
  67. <groupId>org.springframework.cloud</groupId>
  68. <artifactId>spring-cloud-starter-netflix-eureka-client</artifactId>
  69. </dependency>-->
  70. <dependency>
  71. <groupId>org.springframework.cloud</groupId>
  72. <artifactId>spring-cloud-starter-sleuth</artifactId>
  73. </dependency>
  74. <dependency>
  75. <groupId>org.springframework.boot</groupId>
  76. <artifactId>spring-boot-devtools</artifactId>
  77. <optional>true</optional>
  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>org.springframework.boot</groupId>
  86. <artifactId>spring-boot-configuration-processor</artifactId>
  87. <optional>true</optional>
  88. </dependency>
  89. <dependency>
  90. <groupId>net.logstash.logback</groupId>
  91. <artifactId>logstash-logback-encoder</artifactId>
  92. <version>5.0</version>
  93. </dependency>
  94. <!-- <dependency>
  95. <groupId>net.rakugakibox.spring.boot</groupId>
  96. <artifactId>logback-access-spring-boot-starter</artifactId>
  97. <version>2.7.1</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>io.jsonwebtoken</groupId>
  114. <artifactId>jjwt</artifactId>
  115. <version>0.9.1</version>
  116. </dependency>
  117. <dependency>
  118. <groupId>com.alibaba</groupId>
  119. <artifactId>fastjson</artifactId>
  120. <version>1.2.76</version>
  121. </dependency>
  122. <dependency>
  123. <groupId>org.apache.logging.log4j</groupId>
  124. <artifactId>log4j-api</artifactId>
  125. <version>2.15.0</version>
  126. </dependency>
  127. <dependency>
  128. <groupId>org.apache.logging.log4j</groupId>
  129. <artifactId>log4j-to-slf4j</artifactId>
  130. <version>2.15.0</version>
  131. </dependency>
  132. </dependencies>
  133. <dependencyManagement>
  134. <dependencies>
  135. <dependency>
  136. <groupId>org.springframework.cloud</groupId>
  137. <artifactId>spring-cloud-dependencies</artifactId>
  138. <version>Hoxton.RELEASE</version>
  139. <type>pom</type>
  140. <scope>import</scope>
  141. </dependency>
  142. </dependencies>
  143. </dependencyManagement>
  144. <build>
  145. <plugins>
  146. <plugin>
  147. <groupId>org.springframework.boot</groupId>
  148. <artifactId>spring-boot-maven-plugin</artifactId>
  149. </plugin>
  150. <!--设置应用 Main 参数启动依赖查找的地址指向外部 lib 文件夹-->
  151. <!-- <plugin>-->
  152. <!-- <groupId>org.apache.maven.plugins</groupId>-->
  153. <!-- <artifactId>maven-jar-plugin</artifactId>-->
  154. <!-- <configuration>-->
  155. <!-- <archive>-->
  156. <!-- <manifest>-->
  157. <!-- <addClasspath>true</addClasspath>-->
  158. <!-- <classpathPrefix>lib/</classpathPrefix>-->
  159. <!-- </manifest>-->
  160. <!-- </archive>-->
  161. <!-- </configuration>-->
  162. <!-- </plugin>-->
  163. <!--&lt;!&ndash; 设置 SpringBoot 打包插件不包含任何 Jar 依赖包&ndash;&gt;-->
  164. <!-- <plugin>-->
  165. <!-- <groupId>org.springframework.boot</groupId>-->
  166. <!-- <artifactId>spring-boot-maven-plugin</artifactId>-->
  167. <!-- <configuration>-->
  168. <!-- <includes>-->
  169. <!-- <include>-->
  170. <!-- <groupId>info.aspirecn.iov.yysj</groupId>-->
  171. <!-- <artifactId>cloud-yysj-servicenode-paramtransfer-interface</artifactId>-->
  172. <!-- </include>-->
  173. <!-- <include>-->
  174. <!-- <groupId>info.aspirecn.cloud.yysj</groupId>-->
  175. <!-- <artifactId>cloud-yysj-commons-lang</artifactId>-->
  176. <!-- </include>-->
  177. <!-- </includes>-->
  178. <!-- </configuration>-->
  179. <!-- </plugin>-->
  180. <!--&lt;!&ndash; 设置将 lib 拷贝到应用 Jar 外面&ndash;&gt;-->
  181. <!-- <plugin>-->
  182. <!-- <groupId>org.apache.maven.plugins</groupId>-->
  183. <!-- <artifactId>maven-dependency-plugin</artifactId>-->
  184. <!-- <executions>-->
  185. <!-- <execution>-->
  186. <!-- <id>copy-dependencies</id>-->
  187. <!-- <phase>prepare-package</phase>-->
  188. <!-- <goals>-->
  189. <!-- <goal>copy-dependencies</goal>-->
  190. <!-- </goals>-->
  191. <!-- <configuration>-->
  192. <!-- <outputDirectory>${project.build.directory}/lib</outputDirectory>-->
  193. <!-- <excludeGroupIds>-->
  194. <!-- info.aspirecn.cloud.yysj-->
  195. <!-- </excludeGroupIds>-->
  196. <!-- </configuration>-->
  197. <!-- </execution>-->
  198. <!-- <execution>-->
  199. <!-- <id>copy</id>-->
  200. <!-- <phase>install</phase>-->
  201. <!-- <goals>-->
  202. <!-- <goal>copy-dependencies</goal>-->
  203. <!-- </goals>-->
  204. <!-- <configuration>-->
  205. <!-- <outputDirectory>-->
  206. <!-- ${project.build.directory}/lib-->
  207. <!-- </outputDirectory>-->
  208. <!-- <excludeGroupIds>-->
  209. <!-- info.aspirecn.cloud.yysj-->
  210. <!-- </excludeGroupIds>-->
  211. <!-- </configuration>-->
  212. <!-- </execution>-->
  213. <!-- </executions>-->
  214. <!-- </plugin>-->
  215. <!-- <plugin>-->
  216. <!-- <groupId>org.springframework.boot</groupId>-->
  217. <!-- <artifactId>spring-boot-maven-plugin</artifactId>-->
  218. <!-- </plugin>-->
  219. <!-- <plugin>-->
  220. <!-- <groupId>org.apache.maven.plugins</groupId>-->
  221. <!-- <artifactId>maven-jar-plugin</artifactId>-->
  222. <!-- </plugin>-->
  223. <!-- <plugin>-->
  224. <!-- <groupId>org.apache.maven.plugins</groupId>-->
  225. <!-- <artifactId>maven-dependency-plugin</artifactId>-->
  226. <!-- </plugin>-->
  227. <!-- <plugin>-->
  228. <!-- <groupId>org.apache.maven.plugins</groupId>-->
  229. <!-- <artifactId>maven-resources-plugin</artifactId>-->
  230. <!-- <executions>-->
  231. <!-- <execution>-->
  232. <!-- <id>default-resources</id>-->
  233. <!-- <phase>validate</phase>-->
  234. <!-- <goals>-->
  235. <!-- <goal>copy-resources</goal>-->
  236. <!-- </goals>-->
  237. <!-- <configuration>-->
  238. <!-- <outputDirectory>target/classes</outputDirectory>-->
  239. <!-- <useDefaultDelimiters>false</useDefaultDelimiters>-->
  240. <!-- <delimiters>-->
  241. <!-- <delimiter>@</delimiter>-->
  242. <!-- </delimiters>-->
  243. <!-- <resources>-->
  244. <!-- <resource>-->
  245. <!-- <directory>src/main/resources</directory>-->
  246. <!-- <filtering>true</filtering>-->
  247. <!-- <includes>-->
  248. <!-- <include>**</include>-->
  249. <!-- </includes>-->
  250. <!-- </resource>-->
  251. <!-- </resources>-->
  252. <!-- </configuration>-->
  253. <!-- </execution>-->
  254. <!-- </executions>-->
  255. <!-- </plugin>-->
  256. </plugins>
  257. </build>
  258. </project>