pom.xml 8.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210
  1. <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2. xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
  3. <modelVersion>4.0.0</modelVersion>
  4. <parent>
  5. <groupId>org.springframework.boot</groupId>
  6. <artifactId>spring-boot-starter-parent</artifactId>
  7. <version>2.0.6.RELEASE</version>
  8. <relativePath/> <!-- lookup parent from repository -->
  9. </parent>
  10. <artifactId>iov-sjjh-servicenode-supplier-10000041</artifactId>
  11. <version>1.0.0</version>
  12. <name>iov-sjjh-servicenode-supplier-10000041</name>
  13. <properties>
  14. <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
  15. </properties>
  16. <dependencies>
  17. <!-- https://mvnrepository.com/artifact/net.logstash.logback/logstash-logback-encoder -->
  18. <dependency>
  19. <groupId>net.logstash.logback</groupId>
  20. <artifactId>logstash-logback-encoder</artifactId>
  21. <version>5.0</version>
  22. </dependency>
  23. <!-- 服务注册 -->
  24. <dependency>
  25. <groupId>org.springframework.cloud</groupId>
  26. <artifactId>spring-cloud-starter-netflix-eureka-client</artifactId>
  27. </dependency>
  28. <dependency>
  29. <groupId>org.springframework.boot</groupId>
  30. <artifactId>spring-boot-starter-web</artifactId>
  31. </dependency>
  32. <dependency>
  33. <groupId>io.springfox</groupId>
  34. <artifactId>springfox-swagger2</artifactId>
  35. <version>2.9.2</version>
  36. </dependency>
  37. <dependency>
  38. <groupId>io.springfox</groupId>
  39. <artifactId>springfox-swagger-ui</artifactId>
  40. <version>2.9.2</version>
  41. </dependency>
  42. <dependency>
  43. <groupId>org.springframework.boot</groupId>
  44. <artifactId>spring-boot-devtools</artifactId>
  45. <optional>true</optional>
  46. </dependency>
  47. <dependency>
  48. <groupId>org.springframework.cloud</groupId>
  49. <artifactId>spring-cloud-config-client</artifactId>
  50. </dependency>
  51. <!-- aspire maven私服 -->
  52. <dependency>
  53. <groupId>info.aspirecn.rdc</groupId>
  54. <artifactId>aspirecloud-commons-sleuthlog-starter</artifactId>
  55. <version>5.0.1</version>
  56. </dependency>
  57. <!--错误日志-->
  58. <dependency>
  59. <groupId>info.aspirecn.rdc</groupId>
  60. <artifactId>aspirecloud-commons-errorlog-starter</artifactId>
  61. <version>5.0.2</version>
  62. </dependency>
  63. <dependency>
  64. <groupId>com.squareup.okhttp3</groupId>
  65. <artifactId>okhttp</artifactId>
  66. </dependency>
  67. <dependency>
  68. <groupId>commons-codec</groupId>
  69. <artifactId>commons-codec</artifactId>
  70. </dependency>
  71. <dependency>
  72. <groupId>info.aspirecn.iov.sjjh</groupId>
  73. <artifactId>iov-sjjh-commons-lang</artifactId>
  74. <version>1.0.0</version>
  75. </dependency>
  76. <dependency>
  77. <groupId>org.springframework.boot</groupId>
  78. <artifactId>spring-boot-starter-data-redis</artifactId>
  79. </dependency>
  80. </dependencies>
  81. <dependencyManagement>
  82. <dependencies>
  83. <dependency>
  84. <groupId>org.springframework.cloud</groupId>
  85. <artifactId>spring-cloud-dependencies</artifactId>
  86. <version>Finchley.SR2</version>
  87. <type>pom</type>
  88. <scope>import</scope>
  89. </dependency>
  90. </dependencies>
  91. </dependencyManagement>
  92. <build>
  93. <plugins>
  94. <!-- <plugin>-->
  95. <!-- <groupId>org.springframework.boot</groupId>-->
  96. <!-- <artifactId>spring-boot-maven-plugin</artifactId>-->
  97. <!-- <configuration>-->
  98. <!-- <includes>-->
  99. <!-- <include>-->
  100. <!-- <groupId>info.aspirecn.iov.sjjh</groupId>-->
  101. <!-- <artifactId>iov-sjjh-commons-lang</artifactId>-->
  102. <!-- </include>-->
  103. <!-- </includes>-->
  104. <!-- </configuration>-->
  105. <!-- </plugin>-->
  106. <!-- <plugin>-->
  107. <!-- <groupId>org.apache.maven.plugins</groupId>-->
  108. <!-- <artifactId>maven-jar-plugin</artifactId>-->
  109. <!-- <configuration>-->
  110. <!-- <archive>-->
  111. <!-- <manifest>-->
  112. <!-- <addClasspath>true</addClasspath>-->
  113. <!-- <classpathPrefix>lib/</classpathPrefix>-->
  114. <!-- </manifest>-->
  115. <!-- </archive>-->
  116. <!-- </configuration>-->
  117. <!-- </plugin>-->
  118. <!-- <plugin>-->
  119. <!-- <groupId>org.apache.maven.plugins</groupId>-->
  120. <!-- <artifactId>maven-dependency-plugin</artifactId>-->
  121. <!-- <executions>-->
  122. <!-- <execution>-->
  123. <!-- <id>copy-dependencies</id>-->
  124. <!-- <phase>prepare-package</phase>-->
  125. <!-- <goals>-->
  126. <!-- <goal>copy-dependencies</goal>-->
  127. <!-- </goals>-->
  128. <!-- <configuration>-->
  129. <!-- <outputDirectory>${project.build.directory}/lib</outputDirectory>-->
  130. <!-- <excludeGroupIds>-->
  131. <!-- info.aspirecn.iov.sjjh-->
  132. <!-- </excludeGroupIds>-->
  133. <!-- </configuration>-->
  134. <!-- </execution>-->
  135. <!-- <execution>-->
  136. <!-- <id>copy</id>-->
  137. <!-- <phase>install</phase>-->
  138. <!-- <goals>-->
  139. <!-- <goal>copy-dependencies</goal>-->
  140. <!-- </goals>-->
  141. <!-- <configuration>-->
  142. <!-- <outputDirectory>-->
  143. <!-- ${project.build.directory}/lib-->
  144. <!-- </outputDirectory>-->
  145. <!-- <excludeGroupIds>-->
  146. <!-- info.aspirecn.iov.sjjh-->
  147. <!-- </excludeGroupIds>-->
  148. <!-- </configuration>-->
  149. <!-- </execution>-->
  150. <!-- </executions>-->
  151. <!-- </plugin>-->
  152. <plugin>
  153. <groupId>org.springframework.boot</groupId>
  154. <artifactId>spring-boot-maven-plugin</artifactId>
  155. </plugin>
  156. <plugin>
  157. <groupId>org.apache.maven.plugins</groupId>
  158. <artifactId>maven-resources-plugin</artifactId>
  159. </plugin>
  160. <plugin>
  161. <groupId>com.spotify</groupId>
  162. <artifactId>docker-maven-plugin</artifactId>
  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. </plugins>
  195. </build>
  196. </project>