.flattened-pom.xml 5.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  3. <modelVersion>4.0.0</modelVersion>
  4. <groupId>io.seata</groupId>
  5. <artifactId>seata-server</artifactId>
  6. <version>1.6.1</version>
  7. <name>seata-server 1.6.1</name>
  8. <description>server for Seata built with Maven</description>
  9. <url>https://seata.io</url>
  10. <organization>
  11. <name>Seata</name>
  12. <url>https://github.com/seata</url>
  13. </organization>
  14. <licenses>
  15. <license>
  16. <name>Apache License, Version 2.0</name>
  17. <url>https://www.apache.org/licenses/LICENSE-2.0</url>
  18. <distribution>repo</distribution>
  19. </license>
  20. </licenses>
  21. <developers>
  22. <developer>
  23. <id>Seata</id>
  24. <name>Seata</name>
  25. <email>dev-seata@googlegroups.com</email>
  26. <url>https://seata.io</url>
  27. </developer>
  28. </developers>
  29. <scm>
  30. <connection>scm:git@github.com:seata/seata.git</connection>
  31. <developerConnection>scm:git@github.com:seata/seata.git</developerConnection>
  32. <url>git@github.com:seata/seata.git</url>
  33. </scm>
  34. <issueManagement>
  35. <system>github</system>
  36. <url>https://github.com/seata/seata/issues</url>
  37. </issueManagement>
  38. <dependencies>
  39. <dependency>
  40. <groupId>org.springframework.boot</groupId>
  41. <artifactId>spring-boot-starter-web</artifactId>
  42. <version>2.5.13</version>
  43. <exclusions>
  44. <exclusion>
  45. <groupId>org.apache.logging.log4j</groupId>
  46. <artifactId>log4j-to-slf4j</artifactId>
  47. </exclusion>
  48. </exclusions>
  49. </dependency>
  50. <dependency>
  51. <groupId>io.seata</groupId>
  52. <artifactId>seata-spring-autoconfigure-server</artifactId>
  53. <version>1.6.1</version>
  54. </dependency>
  55. <dependency>
  56. <groupId>io.seata</groupId>
  57. <artifactId>seata-core</artifactId>
  58. <version>1.6.1</version>
  59. </dependency>
  60. <dependency>
  61. <groupId>io.seata</groupId>
  62. <artifactId>seata-config-all</artifactId>
  63. <version>1.6.1</version>
  64. <exclusions>
  65. <exclusion>
  66. <groupId>log4j</groupId>
  67. <artifactId>log4j</artifactId>
  68. </exclusion>
  69. </exclusions>
  70. </dependency>
  71. <dependency>
  72. <groupId>io.seata</groupId>
  73. <artifactId>seata-discovery-all</artifactId>
  74. <version>1.6.1</version>
  75. </dependency>
  76. <dependency>
  77. <groupId>io.seata</groupId>
  78. <artifactId>seata-serializer-all</artifactId>
  79. <version>1.6.1</version>
  80. </dependency>
  81. <dependency>
  82. <groupId>io.seata</groupId>
  83. <artifactId>seata-compressor-all</artifactId>
  84. <version>1.6.1</version>
  85. </dependency>
  86. <dependency>
  87. <groupId>io.seata</groupId>
  88. <artifactId>seata-metrics-all</artifactId>
  89. <version>1.6.1</version>
  90. </dependency>
  91. <dependency>
  92. <groupId>io.seata</groupId>
  93. <artifactId>seata-console</artifactId>
  94. <version>1.6.1</version>
  95. </dependency>
  96. <dependency>
  97. <groupId>com.alibaba</groupId>
  98. <artifactId>druid</artifactId>
  99. <version>1.2.6</version>
  100. </dependency>
  101. <dependency>
  102. <groupId>org.apache.commons</groupId>
  103. <artifactId>commons-dbcp2</artifactId>
  104. <version>2.8.0</version>
  105. <exclusions>
  106. <exclusion>
  107. <groupId>commons-logging</groupId>
  108. <artifactId>commons-logging</artifactId>
  109. </exclusion>
  110. </exclusions>
  111. </dependency>
  112. <dependency>
  113. <groupId>com.zaxxer</groupId>
  114. <artifactId>HikariCP</artifactId>
  115. <version>4.0.3</version>
  116. </dependency>
  117. <dependency>
  118. <groupId>com.h2database</groupId>
  119. <artifactId>h2</artifactId>
  120. <version>1.4.200</version>
  121. </dependency>
  122. <dependency>
  123. <groupId>mysql</groupId>
  124. <artifactId>mysql-connector-java</artifactId>
  125. <version>8.0.28</version>
  126. <exclusions>
  127. <exclusion>
  128. <groupId>com.google.protobuf</groupId>
  129. <artifactId>protobuf-java</artifactId>
  130. </exclusion>
  131. </exclusions>
  132. </dependency>
  133. <dependency>
  134. <groupId>org.postgresql</groupId>
  135. <artifactId>postgresql</artifactId>
  136. <version>42.2.25</version>
  137. </dependency>
  138. <dependency>
  139. <groupId>com.beust</groupId>
  140. <artifactId>jcommander</artifactId>
  141. <version>1.72</version>
  142. </dependency>
  143. <dependency>
  144. <groupId>com.google.guava</groupId>
  145. <artifactId>guava</artifactId>
  146. <version>27.0.1-jre</version>
  147. </dependency>
  148. <dependency>
  149. <groupId>redis.clients</groupId>
  150. <artifactId>jedis</artifactId>
  151. <version>3.6.3</version>
  152. </dependency>
  153. <dependency>
  154. <groupId>com.alibaba</groupId>
  155. <artifactId>fastjson</artifactId>
  156. <version>1.2.83</version>
  157. </dependency>
  158. <dependency>
  159. <groupId>ch.qos.logback</groupId>
  160. <artifactId>logback-classic</artifactId>
  161. <version>1.2.11</version>
  162. </dependency>
  163. <dependency>
  164. <groupId>ch.qos.logback</groupId>
  165. <artifactId>logback-core</artifactId>
  166. <version>1.2.11</version>
  167. </dependency>
  168. <dependency>
  169. <groupId>net.logstash.logback</groupId>
  170. <artifactId>logstash-logback-encoder</artifactId>
  171. <version>6.5</version>
  172. </dependency>
  173. <dependency>
  174. <groupId>com.github.danielwegener</groupId>
  175. <artifactId>logback-kafka-appender</artifactId>
  176. <version>0.2.0-RC2</version>
  177. </dependency>
  178. </dependencies>
  179. </project>