.flattened-pom.xml 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111
  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-test</artifactId>
  6. <version>1.6.1</version>
  7. <name>seata-test 1.6.1</name>
  8. <description>test 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>io.seata</groupId>
  41. <artifactId>seata-tm</artifactId>
  42. <version>1.6.1</version>
  43. </dependency>
  44. <dependency>
  45. <groupId>io.seata</groupId>
  46. <artifactId>seata-server</artifactId>
  47. <version>1.6.1</version>
  48. <exclusions>
  49. <exclusion>
  50. <groupId>io.seata</groupId>
  51. <artifactId>seata-spring-autoconfigure-core</artifactId>
  52. </exclusion>
  53. </exclusions>
  54. </dependency>
  55. <dependency>
  56. <groupId>io.seata</groupId>
  57. <artifactId>seata-rm-datasource</artifactId>
  58. <version>1.6.1</version>
  59. </dependency>
  60. <dependency>
  61. <groupId>io.seata</groupId>
  62. <artifactId>seata-saga-engine-store</artifactId>
  63. <version>1.6.1</version>
  64. </dependency>
  65. <dependency>
  66. <groupId>io.seata</groupId>
  67. <artifactId>seata-spring</artifactId>
  68. <version>1.6.1</version>
  69. </dependency>
  70. <dependency>
  71. <groupId>org.springframework</groupId>
  72. <artifactId>spring-core</artifactId>
  73. <version>5.3.19</version>
  74. </dependency>
  75. <dependency>
  76. <groupId>org.springframework</groupId>
  77. <artifactId>spring-context</artifactId>
  78. <version>5.3.19</version>
  79. </dependency>
  80. <dependency>
  81. <groupId>org.springframework</groupId>
  82. <artifactId>spring-context-support</artifactId>
  83. <version>5.3.19</version>
  84. </dependency>
  85. <dependency>
  86. <groupId>org.apache.zookeeper</groupId>
  87. <artifactId>zookeeper</artifactId>
  88. <version>3.5.9</version>
  89. <exclusions>
  90. <exclusion>
  91. <groupId>org.slf4j</groupId>
  92. <artifactId>slf4j-log4j12</artifactId>
  93. </exclusion>
  94. <exclusion>
  95. <groupId>log4j</groupId>
  96. <artifactId>log4j</artifactId>
  97. </exclusion>
  98. </exclusions>
  99. </dependency>
  100. <dependency>
  101. <groupId>io.seata</groupId>
  102. <artifactId>seata-serializer-seata</artifactId>
  103. <version>1.6.1</version>
  104. </dependency>
  105. <dependency>
  106. <groupId>io.seata</groupId>
  107. <artifactId>seata-sqlparser-druid</artifactId>
  108. <version>1.6.1</version>
  109. </dependency>
  110. </dependencies>
  111. </project>