pom.xml 6.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203
  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 http://maven.apache.org/xsd/maven-4.0.0.xsd">
  4. <parent>
  5. <artifactId>operating</artifactId>
  6. <groupId>com.txz</groupId>
  7. <version>1.0.0-SNAPSHOT</version>
  8. </parent>
  9. <modelVersion>4.0.0</modelVersion>
  10. <artifactId>operating-service</artifactId>
  11. <packaging>jar</packaging>
  12. <version>1.0.0-SNAPSHOT</version>
  13. <properties>
  14. <java.version>1.8</java.version>
  15. </properties>
  16. <!-- Inherit defaults from Spring Boot -->
  17. <dependencies>
  18. <dependency>
  19. <groupId>org.springframework.boot</groupId>
  20. <artifactId>spring-boot-starter-data-redis</artifactId>
  21. </dependency>
  22. <dependency>
  23. <groupId>redis.clients</groupId>
  24. <artifactId>jedis</artifactId>
  25. <version>3.3.0</version>
  26. </dependency>
  27. <dependency>
  28. <groupId>org.apache.rocketmq</groupId>
  29. <artifactId>rocketmq-spring-boot-starter</artifactId>
  30. <version>2.2.2</version>
  31. </dependency>
  32. <!--格式化sql日志-->
  33. <dependency>
  34. <groupId>p6spy</groupId>
  35. <artifactId>p6spy</artifactId>
  36. <version>3.8.6</version>
  37. </dependency>
  38. <!--Spring Boot依赖-->
  39. <!--异维科技dubbo接口包依赖-->
  40. <dependency>
  41. <groupId>com.txz</groupId>
  42. <artifactId>operating-api</artifactId>
  43. <version>1.0.0-SNAPSHOT</version>
  44. </dependency>
  45. <!--异维科技公共包依赖-->
  46. <dependency>
  47. <groupId>com.txz</groupId>
  48. <artifactId>common</artifactId>
  49. </dependency>
  50. <dependency>
  51. <groupId>org.apache.dubbo.extensions</groupId>
  52. <artifactId>dubbo-serialization-kryo</artifactId>
  53. <version>1.0.1</version>
  54. </dependency>
  55. <dependency>
  56. <groupId>cn.hutool</groupId>
  57. <artifactId>hutool-all</artifactId>
  58. <version>5.2.4</version>
  59. </dependency>
  60. <dependency>
  61. <groupId>com.tencentcloudapi</groupId>
  62. <artifactId>tencentcloud-sdk-java</artifactId>
  63. <version>3.1.158</version>
  64. <exclusions>
  65. <exclusion>
  66. <artifactId>okhttp</artifactId>
  67. <groupId>com.squareup.okhttp</groupId>
  68. </exclusion>
  69. <exclusion>
  70. <artifactId>logging-interceptor</artifactId>
  71. <groupId>com.squareup.okhttp</groupId>
  72. </exclusion>
  73. </exclusions>
  74. </dependency>
  75. <dependency>
  76. <groupId>com.baidu.aip</groupId>
  77. <artifactId>java-sdk</artifactId>
  78. <version>4.15.1</version>
  79. <exclusions>
  80. <exclusion>
  81. <artifactId>guava</artifactId>
  82. <groupId>com.google.guava</groupId>
  83. </exclusion>
  84. </exclusions>
  85. </dependency>
  86. <dependency>
  87. <groupId>io.minio</groupId>
  88. <artifactId>minio</artifactId>
  89. <version>8.2.0</version>
  90. <exclusions>
  91. <exclusion>
  92. <artifactId>okhttp</artifactId>
  93. <groupId>com.squareup.okhttp3</groupId>
  94. </exclusion>
  95. </exclusions>
  96. </dependency>
  97. <dependency>
  98. <groupId>com.squareup.okhttp3</groupId>
  99. <artifactId>okhttp</artifactId>
  100. <version>3.14.9</version>
  101. </dependency>
  102. <dependency>
  103. <groupId>org.apache.httpcomponents</groupId>
  104. <artifactId>httpclient</artifactId>
  105. <version>4.5.13</version>
  106. </dependency>
  107. <dependency>
  108. <groupId>org.springframework.cloud</groupId>
  109. <artifactId>spring-cloud-starter-loadbalancer</artifactId>
  110. </dependency>
  111. <dependency>
  112. <groupId>org.springframework.cloud</groupId>
  113. <artifactId>spring-cloud-starter-bootstrap</artifactId>
  114. </dependency>
  115. <!-- <dependency> -->
  116. <!-- <groupId>org.apache.dubbo</groupId> -->
  117. <!-- <artifactId>dubbo-serialization-kryo</artifactId> -->
  118. <!-- <version>2.7.9</version> -->
  119. <!-- </dependency> -->
  120. <dependency>
  121. <groupId>org.springdoc</groupId>
  122. <artifactId>springdoc-openapi-ui</artifactId>
  123. <version>1.6.14</version>
  124. </dependency>
  125. <dependency>
  126. <groupId>junit</groupId>
  127. <artifactId>junit</artifactId>
  128. <version>4.13.2</version>
  129. <scope>test</scope>
  130. </dependency>
  131. <dependency>
  132. <groupId>org.springframework.boot</groupId>
  133. <artifactId>spring-boot-starter-test</artifactId>
  134. <scope>test</scope>
  135. </dependency>
  136. <dependency>
  137. <groupId>com.alibaba.cloud</groupId>
  138. <artifactId>spring-cloud-starter-alibaba-nacos-discovery</artifactId>
  139. <version>2.2.9.RELEASE</version>
  140. </dependency>
  141. <dependency>
  142. <groupId>com.alibaba.cloud</groupId>
  143. <artifactId>spring-cloud-starter-alibaba-nacos-config</artifactId>
  144. <version>2.2.9.RELEASE</version>
  145. </dependency>
  146. <!-- <dependency> -->
  147. <!-- <groupId>com.alibaba.nacos</groupId> -->
  148. <!-- <artifactId>nacos-client</artifactId> -->
  149. <!-- <version>2.2.2</version> -->
  150. <!-- </dependency> -->
  151. </dependencies>
  152. <build>
  153. <plugins>
  154. <plugin>
  155. <groupId>org.springframework.boot</groupId>
  156. <artifactId>spring-boot-maven-plugin</artifactId>
  157. <configuration>
  158. <finalName>operating</finalName>
  159. </configuration>
  160. </plugin>
  161. <plugin>
  162. <artifactId>maven-compiler-plugin</artifactId>
  163. <configuration>
  164. <source>${java.version}</source>
  165. <target>${java.version}</target>
  166. <encoding>UTF-8</encoding>
  167. </configuration>
  168. </plugin>
  169. <plugin>
  170. <groupId>org.apache.maven.plugins</groupId>
  171. <artifactId>maven-surefire-plugin</artifactId>
  172. <version>${maven-surefire-plugin.version}</version>
  173. <configuration>
  174. <skipTests>true</skipTests> <!--默认关掉单元测试 -->
  175. </configuration>
  176. </plugin>
  177. </plugins>
  178. </build>
  179. </project>