.flattened-pom.xml 3.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
  3. xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  4. <modelVersion>4.0.0</modelVersion>
  5. <groupId>com.jt.cloud</groupId>
  6. <artifactId>jt-spring-boot-starter-biz-tenant</artifactId>
  7. <version>2.6.1-SNAPSHOT</version>
  8. <name>jt-spring-boot-starter-biz-tenant</name>
  9. <description>多租户</description>
  10. <dependencies>
  11. <dependency>
  12. <groupId>com.jt.cloud</groupId>
  13. <artifactId>jt-common</artifactId>
  14. <version>2.6.1-SNAPSHOT</version>
  15. <scope>compile</scope>
  16. </dependency>
  17. <dependency>
  18. <groupId>com.jt.cloud</groupId>
  19. <artifactId>jt-spring-boot-starter-security</artifactId>
  20. <version>2.6.1-SNAPSHOT</version>
  21. <scope>compile</scope>
  22. </dependency>
  23. <dependency>
  24. <groupId>com.jt.cloud</groupId>
  25. <artifactId>jt-spring-boot-starter-mybatis</artifactId>
  26. <version>2.6.1-SNAPSHOT</version>
  27. <scope>compile</scope>
  28. </dependency>
  29. <dependency>
  30. <groupId>com.jt.cloud</groupId>
  31. <artifactId>jt-spring-boot-starter-redis</artifactId>
  32. <version>2.6.1-SNAPSHOT</version>
  33. <scope>compile</scope>
  34. </dependency>
  35. <dependency>
  36. <groupId>com.jt.cloud</groupId>
  37. <artifactId>jt-spring-boot-starter-rpc</artifactId>
  38. <version>2.6.1-SNAPSHOT</version>
  39. <scope>compile</scope>
  40. <optional>true</optional>
  41. </dependency>
  42. <dependency>
  43. <groupId>com.jt.cloud</groupId>
  44. <artifactId>jt-spring-boot-starter-job</artifactId>
  45. <version>2.6.1-SNAPSHOT</version>
  46. <scope>compile</scope>
  47. <optional>true</optional>
  48. </dependency>
  49. <dependency>
  50. <groupId>com.jt.cloud</groupId>
  51. <artifactId>jt-spring-boot-starter-mq</artifactId>
  52. <version>2.6.1-SNAPSHOT</version>
  53. <scope>compile</scope>
  54. <optional>true</optional>
  55. </dependency>
  56. <dependency>
  57. <groupId>org.springframework.kafka</groupId>
  58. <artifactId>spring-kafka</artifactId>
  59. <version>3.3.5</version>
  60. <scope>compile</scope>
  61. <optional>true</optional>
  62. </dependency>
  63. <dependency>
  64. <groupId>org.springframework.amqp</groupId>
  65. <artifactId>spring-rabbit</artifactId>
  66. <version>3.2.5</version>
  67. <scope>compile</scope>
  68. <optional>true</optional>
  69. </dependency>
  70. <dependency>
  71. <groupId>org.apache.rocketmq</groupId>
  72. <artifactId>rocketmq-spring-boot-starter</artifactId>
  73. <version>2.3.2</version>
  74. <scope>compile</scope>
  75. <optional>true</optional>
  76. </dependency>
  77. <dependency>
  78. <groupId>com.google.guava</groupId>
  79. <artifactId>guava</artifactId>
  80. <version>33.4.8-jre</version>
  81. <scope>compile</scope>
  82. </dependency>
  83. </dependencies>
  84. <repositories>
  85. <repository>
  86. <id>huaweicloud</id>
  87. <name>huawei</name>
  88. <url>https://mirrors.huaweicloud.com/repository/maven/</url>
  89. </repository>
  90. <repository>
  91. <id>aliyunmaven</id>
  92. <name>aliyun</name>
  93. <url>https://maven.aliyun.com/repository/public</url>
  94. </repository>
  95. <repository>
  96. <snapshots>
  97. <enabled>false</enabled>
  98. </snapshots>
  99. <id>spring-milestones</id>
  100. <name>Spring Milestones</name>
  101. <url>https://repo.spring.io/milestone</url>
  102. </repository>
  103. <repository>
  104. <releases>
  105. <enabled>false</enabled>
  106. </releases>
  107. <id>spring-snapshots</id>
  108. <name>Spring Snapshots</name>
  109. <url>https://repo.spring.io/snapshot</url>
  110. </repository>
  111. </repositories>
  112. </project>