pom.xml 7.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219
  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>com.ytpm</groupId>
  6. <artifactId>yt-agent</artifactId>
  7. <version>1.0-SNAPSHOT</version>
  8. </parent>
  9. <artifactId>agent-service</artifactId>
  10. <packaging>jar</packaging>
  11. <description>代理商后台</description>
  12. <name>agent-service</name>
  13. <url>http://maven.apache.org</url>
  14. <properties>
  15. <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
  16. </properties>
  17. <dependencies>
  18. <dependency>
  19. <groupId>mysql</groupId>
  20. <artifactId>mysql-connector-java</artifactId>
  21. </dependency>
  22. <dependency>
  23. <groupId>org.springframework.cloud</groupId>
  24. <artifactId>spring-cloud-starter-oauth2</artifactId>
  25. </dependency>
  26. <dependency>
  27. <groupId>com.google.guava</groupId>
  28. <artifactId>guava</artifactId>
  29. <version>31.0-jre</version>
  30. </dependency>
  31. <dependency>
  32. <groupId>com.ytpm</groupId>
  33. <artifactId>agent-feign</artifactId>
  34. <version>1.0-SNAPSHOT</version>
  35. </dependency>
  36. <dependency>
  37. <groupId>com.ytpm</groupId>
  38. <artifactId>risk-feign</artifactId>
  39. <version>1.0-SNAPSHOT</version>
  40. </dependency>
  41. <dependency>
  42. <groupId>com.ytpm</groupId>
  43. <artifactId>app-feign</artifactId>
  44. <version>1.0-SNAPSHOT</version>
  45. </dependency>
  46. <dependency>
  47. <groupId>com.ytpm</groupId>
  48. <artifactId>advertise-feign</artifactId>
  49. <version>1.0-SNAPSHOT</version>
  50. </dependency>
  51. <dependency>
  52. <groupId>com.ytpm</groupId>
  53. <artifactId>algebraic-feign</artifactId>
  54. <version>1.0-SNAPSHOT</version>
  55. </dependency>
  56. <dependency>
  57. <groupId>com.ytpm</groupId>
  58. <artifactId>answer-feign</artifactId>
  59. <version>1.0-SNAPSHOT</version>
  60. </dependency>
  61. <dependency>
  62. <groupId>com.ytpm</groupId>
  63. <artifactId>arithmetic-feign</artifactId>
  64. <version>1.0-SNAPSHOT</version>
  65. </dependency>
  66. <dependency>
  67. <groupId>com.ytpm</groupId>
  68. <artifactId>calculator-feign</artifactId>
  69. <version>1.0-SNAPSHOT</version>
  70. </dependency>
  71. <dependency>
  72. <groupId>com.ytpm</groupId>
  73. <artifactId>countstep-feign</artifactId>
  74. <version>1.0-SNAPSHOT</version>
  75. </dependency>
  76. <dependency>
  77. <groupId>com.ytpm</groupId>
  78. <artifactId>diary-feign</artifactId>
  79. <version>1.0-SNAPSHOT</version>
  80. </dependency>
  81. <dependency>
  82. <groupId>com.ytpm</groupId>
  83. <artifactId>dtw-feign</artifactId>
  84. <version>1.0-SNAPSHOT</version>
  85. </dependency>
  86. <dependency>
  87. <groupId>com.ytpm</groupId>
  88. <artifactId>emoticons-feign</artifactId>
  89. <version>1.0-SNAPSHOT</version>
  90. </dependency>
  91. <dependency>
  92. <groupId>com.ytpm</groupId>
  93. <artifactId>idiom-feign</artifactId>
  94. <version>1.0-SNAPSHOT</version>
  95. </dependency>
  96. <dependency>
  97. <groupId>com.ytpm</groupId>
  98. <artifactId>irun-feign</artifactId>
  99. <version>1.0-SNAPSHOT</version>
  100. </dependency>
  101. <dependency>
  102. <groupId>com.ytpm</groupId>
  103. <artifactId>lemon-feign</artifactId>
  104. <version>1.0-SNAPSHOT</version>
  105. </dependency>
  106. <dependency>
  107. <groupId>com.ytpm</groupId>
  108. <artifactId>lemon-ios-feign</artifactId>
  109. <version>1.0-SNAPSHOT</version>
  110. </dependency>
  111. <dependency>
  112. <groupId>com.ytpm</groupId>
  113. <artifactId>lime-feign</artifactId>
  114. <version>1.0-SNAPSHOT</version>
  115. </dependency>
  116. <dependency>
  117. <groupId>com.ytpm</groupId>
  118. <artifactId>nofeeds-feign</artifactId>
  119. <version>1.0-SNAPSHOT</version>
  120. </dependency>
  121. <dependency>
  122. <groupId>com.ytpm</groupId>
  123. <artifactId>raisepig-feign</artifactId>
  124. <version>1.0-SNAPSHOT</version>
  125. </dependency>
  126. <dependency>
  127. <groupId>com.ytpm</groupId>
  128. <artifactId>summary-feign</artifactId>
  129. <version>1.0-SNAPSHOT</version>
  130. </dependency>
  131. <dependency>
  132. <groupId>com.ytpm</groupId>
  133. <artifactId>walk-feign</artifactId>
  134. <version>1.0-SNAPSHOT</version>
  135. </dependency>
  136. <dependency>
  137. <groupId>com.ytpm</groupId>
  138. <artifactId>carp-feign</artifactId>
  139. <version>1.0-SNAPSHOT</version>
  140. </dependency>
  141. <dependency>
  142. <groupId>com.ytpm</groupId>
  143. <artifactId>vitality-feign</artifactId>
  144. <version>1.0-SNAPSHOT</version>
  145. </dependency>
  146. <dependency>
  147. <groupId>com.ytpm</groupId>
  148. <artifactId>mileage-feign</artifactId>
  149. <version>1.0-SNAPSHOT</version>
  150. </dependency>
  151. <dependency>
  152. <groupId>com.ytpm</groupId>
  153. <artifactId>picking-feign</artifactId>
  154. <version>1.0-SNAPSHOT</version>
  155. </dependency>
  156. <dependency>
  157. <groupId>com.ytpm</groupId>
  158. <artifactId>funarith-feign</artifactId>
  159. <version>1.0-SNAPSHOT</version>
  160. </dependency>
  161. <dependency>
  162. <groupId>com.ytpm</groupId>
  163. <artifactId>allusion-feign</artifactId>
  164. <version>1.0-SNAPSHOT</version>
  165. </dependency>
  166. <dependency>
  167. <groupId>com.ytpm</groupId>
  168. <artifactId>adage-feign</artifactId>
  169. <version>1.0-SNAPSHOT</version>
  170. </dependency>
  171. <dependency>
  172. <groupId>com.ytpm</groupId>
  173. <artifactId>proverb-feign</artifactId>
  174. <version>1.0-SNAPSHOT</version>
  175. </dependency>
  176. <dependency>
  177. <groupId>com.ytpm</groupId>
  178. <artifactId>arena-feign</artifactId>
  179. <version>1.0-SNAPSHOT</version>
  180. </dependency>
  181. </dependencies>
  182. <build>
  183. <finalName>agent-service</finalName>
  184. <plugins>
  185. <plugin>
  186. <groupId>org.apache.maven.plugins</groupId>
  187. <artifactId>maven-compiler-plugin</artifactId>
  188. <version>3.8.1</version>
  189. <configuration>
  190. <source>8</source>
  191. <target>8</target>
  192. <encoding>utf-8</encoding>
  193. </configuration>
  194. </plugin>
  195. <plugin>
  196. <groupId>org.springframework.boot</groupId>
  197. <artifactId>spring-boot-maven-plugin</artifactId>
  198. <version>2.5.3</version>
  199. <executions>
  200. <execution>
  201. <phase>package</phase>
  202. <goals>
  203. <goal>repackage</goal>
  204. </goals>
  205. </execution>
  206. </executions>
  207. <configuration>
  208. <includeSystemScope>true</includeSystemScope>
  209. <mainClass>com.ytpm.AgentApplication</mainClass>
  210. </configuration>
  211. </plugin>
  212. </plugins>
  213. </build>
  214. </project>