pom.xml 9.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263
  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 https://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.0.6.RELEASE</version>
  9. <relativePath/> <!-- lookup parent from repository -->
  10. </parent>
  11. <groupId>info.aspirecn.iov.sjjh</groupId>
  12. <artifactId>iov-sjjh-servicenode-supplier-10000040</artifactId>
  13. <version>1.1.7</version>
  14. <name>iov-sjjh-servicenode-supplier-10000040</name>
  15. <description>iov-sjjh-servicenode-supplier-10000040</description>
  16. <properties>
  17. <java.version>1.8</java.version>
  18. </properties>
  19. <dependencies>
  20. <dependency>
  21. <groupId>org.springframework.boot</groupId>
  22. <artifactId>spring-boot-starter-data-redis</artifactId>
  23. </dependency>
  24. <dependency>
  25. <groupId>org.springframework.boot</groupId>
  26. <artifactId>spring-boot-starter-web</artifactId>
  27. </dependency>
  28. <dependency>
  29. <groupId>org.springframework.cloud</groupId>
  30. <artifactId>spring-cloud-starter-netflix-eureka-client</artifactId>
  31. </dependency>
  32. <dependency>
  33. <groupId>org.springframework.boot</groupId>
  34. <artifactId>spring-boot-starter-test</artifactId>
  35. </dependency>
  36. <dependency>
  37. <groupId>com.squareup.okhttp3</groupId>
  38. <artifactId>okhttp</artifactId>
  39. </dependency>
  40. <dependency>
  41. <groupId>info.aspirecn.rdc</groupId>
  42. <artifactId>aspirecloud-commons-sleuthlog-starter</artifactId>
  43. <version>5.0.1</version>
  44. </dependency>
  45. <!--错误日志-->
  46. <dependency>
  47. <groupId>info.aspirecn.rdc</groupId>
  48. <artifactId>aspirecloud-commons-errorlog-starter</artifactId>
  49. <version>5.0.2</version>
  50. </dependency>
  51. <dependency>
  52. <groupId>commons-codec</groupId>
  53. <artifactId>commons-codec</artifactId>
  54. </dependency>
  55. <!--常量-->
  56. <dependency>
  57. <groupId>info.aspirecn.iov.sjjh</groupId>
  58. <artifactId>iov-sjjh-commons-lang</artifactId>
  59. <version>1.0.0</version>
  60. </dependency>
  61. <dependency>
  62. <groupId>org.springframework.cloud</groupId>
  63. <artifactId>spring-cloud-starter-stream-kafka</artifactId>
  64. </dependency>
  65. <dependency>
  66. <groupId>org.springframework.boot</groupId>
  67. <artifactId>spring-boot-starter-data-elasticsearch</artifactId>
  68. <version>2.0.6.RELEASE</version>
  69. </dependency>
  70. <dependency>
  71. <groupId>io.springfox</groupId>
  72. <artifactId>springfox-swagger2</artifactId>
  73. <version>2.9.2</version>
  74. </dependency>
  75. <dependency>
  76. <groupId>com.alibaba</groupId>
  77. <artifactId>fastjson</artifactId>
  78. <version>1.2.70</version>
  79. </dependency>
  80. <dependency>
  81. <groupId>io.springfox</groupId>
  82. <artifactId>springfox-swagger-ui</artifactId>
  83. <version>2.9.2</version>
  84. </dependency>
  85. <dependency>
  86. <groupId>org.springframework.cloud</groupId>
  87. <artifactId>spring-cloud-config-client</artifactId>
  88. </dependency>
  89. <!--easypoi-->
  90. <dependency>
  91. <groupId>org.apache.poi</groupId>
  92. <artifactId>poi</artifactId>
  93. <version>3.17</version>
  94. </dependency>
  95. <dependency>
  96. <groupId>org.apache.poi</groupId>
  97. <artifactId>poi-ooxml</artifactId>
  98. <version>3.17</version>
  99. </dependency>
  100. <dependency>
  101. <groupId>org.apache.poi</groupId>
  102. <artifactId>poi-ooxml-schemas</artifactId>
  103. <version>3.17</version>
  104. </dependency>
  105. <!--ftp-->
  106. <dependency>
  107. <groupId>org.apache.camel</groupId>
  108. <artifactId>camel-spring-boot-starter</artifactId>
  109. <version>2.18.0</version>
  110. </dependency>
  111. <dependency>
  112. <groupId>org.apache.camel</groupId>
  113. <artifactId>camel-ftp</artifactId>
  114. <version>2.18.0</version>
  115. </dependency>
  116. <dependency>
  117. <groupId>org.springframework.cloud</groupId>
  118. <artifactId>spring-cloud-starter-stream-kafka</artifactId>
  119. </dependency>
  120. <dependency>
  121. <groupId>org.springframework.boot</groupId>
  122. <artifactId>spring-boot-starter-data-elasticsearch</artifactId>
  123. <version>2.0.6.RELEASE</version>
  124. </dependency>
  125. <dependency>
  126. <groupId>io.searchbox</groupId>
  127. <artifactId>jest</artifactId>
  128. <version>6.3.1</version>
  129. </dependency>
  130. <dependency>
  131. <groupId>com.alibaba</groupId>
  132. <artifactId>fastjson</artifactId>
  133. <version>1.2.70</version>
  134. </dependency>
  135. </dependencies>
  136. <dependencyManagement>
  137. <dependencies>
  138. <dependency>
  139. <groupId>org.springframework.cloud</groupId>
  140. <artifactId>spring-cloud-dependencies</artifactId>
  141. <version>Finchley.SR2</version>
  142. <type>pom</type>
  143. <scope>import</scope>
  144. </dependency>
  145. </dependencies>
  146. </dependencyManagement>
  147. <build>
  148. <plugins>
  149. <plugin>
  150. <groupId>org.springframework.boot</groupId>
  151. <artifactId>spring-boot-maven-plugin</artifactId>
  152. <configuration>
  153. <includes>
  154. <include>
  155. <groupId>info.aspirecn.iov.sjjh</groupId>
  156. <artifactId>iov-sjjh-commons-lang</artifactId>
  157. </include>
  158. </includes>
  159. </configuration>
  160. </plugin>
  161. <plugin>
  162. <groupId>org.apache.maven.plugins</groupId>
  163. <artifactId>maven-jar-plugin</artifactId>
  164. <configuration>
  165. <archive>
  166. <manifest>
  167. <addClasspath>true</addClasspath>
  168. <classpathPrefix>lib/</classpathPrefix>
  169. </manifest>
  170. </archive>
  171. </configuration>
  172. </plugin>
  173. <plugin>
  174. <groupId>org.apache.maven.plugins</groupId>
  175. <artifactId>maven-dependency-plugin</artifactId>
  176. <executions>
  177. <execution>
  178. <id>copy-dependencies</id>
  179. <phase>prepare-package</phase>
  180. <goals>
  181. <goal>copy-dependencies</goal>
  182. </goals>
  183. <configuration>
  184. <outputDirectory>${project.build.directory}/lib</outputDirectory>
  185. <excludeGroupIds>
  186. info.aspirecn.iov.sjjh
  187. </excludeGroupIds>
  188. </configuration>
  189. </execution>
  190. <execution>
  191. <id>copy</id>
  192. <phase>install</phase>
  193. <goals>
  194. <goal>copy-dependencies</goal>
  195. </goals>
  196. <configuration>
  197. <outputDirectory>
  198. ${project.build.directory}/lib
  199. </outputDirectory>
  200. <excludeGroupIds>
  201. info.aspirecn.iov.sjjh
  202. </excludeGroupIds>
  203. </configuration>
  204. </execution>
  205. </executions>
  206. </plugin>
  207. <plugin>
  208. <groupId>org.apache.maven.plugins</groupId>
  209. <artifactId>maven-resources-plugin</artifactId>
  210. <executions>
  211. <execution>
  212. <id>default-resources</id>
  213. <phase>validate</phase>
  214. <goals>
  215. <goal>copy-resources</goal>
  216. </goals>
  217. <configuration>
  218. <outputDirectory>target/classes</outputDirectory>
  219. <useDefaultDelimiters>false</useDefaultDelimiters>
  220. <delimiters>
  221. <delimiter>@</delimiter>
  222. </delimiters>
  223. <resources>
  224. <resource>
  225. <directory>src/main/resources</directory>
  226. <filtering>true</filtering>
  227. <includes>
  228. <include>**</include>
  229. </includes>
  230. </resource>
  231. </resources>
  232. </configuration>
  233. </execution>
  234. </executions>
  235. </plugin>
  236. </plugins>
  237. </build>
  238. </project>