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"
  3. xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  4. xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
  5. <modelVersion>4.0.0</modelVersion>
  6. <parent>
  7. <groupId>com.xxh.cloud</groupId>
  8. <artifactId>xx-rule-java</artifactId>
  9. <version>1.0.0</version>
  10. </parent>
  11. <artifactId>xxh-rule-test</artifactId>
  12. <properties>
  13. <maven.compiler.source>8</maven.compiler.source>
  14. <maven.compiler.target>8</maven.compiler.target>
  15. <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
  16. <user.version>1.0.0</user.version>
  17. <healthy.version>1.0.0</healthy.version>
  18. </properties>
  19. <dependencies>
  20. <dependency>
  21. <groupId>com.baomidou</groupId>
  22. <artifactId>dynamic-datasource-spring-boot-starter</artifactId>
  23. </dependency>
  24. <!-- xx -->
  25. <dependency>
  26. <groupId>org.springframework.boot</groupId>
  27. <artifactId>spring-boot-maven-plugin</artifactId>
  28. <version>2.7.5</version>
  29. </dependency>
  30. <dependency>
  31. <groupId>com.xxh.cloud</groupId>
  32. <artifactId>xx-config-web</artifactId>
  33. </dependency>
  34. <dependency>
  35. <groupId>com.xxh.cloud</groupId>
  36. <artifactId>xx-config-mybatisplus</artifactId>
  37. </dependency>
  38. <!--rule-->
  39. <dependency>
  40. <groupId>com.xxh.cloud</groupId>
  41. <artifactId>xx-rule-config-manager-sys-api</artifactId>
  42. <version>${project.version}</version>
  43. </dependency>
  44. <dependency>
  45. <groupId>com.xxh.cloud</groupId>
  46. <artifactId>xx-flow-execute-manager-api</artifactId>
  47. <version>${project.version}</version>
  48. </dependency>
  49. <!-- data label config -->
  50. <dependency>
  51. <groupId>com.xxh.cloud</groupId>
  52. <artifactId>xxh-datalabel-config-manager-web</artifactId>
  53. <version>${project.version}</version>
  54. </dependency>
  55. <dependency>
  56. <groupId>com.xxh.cloud</groupId>
  57. <artifactId>xxh-datalabel-executor-manager-web</artifactId>
  58. <version>${project.version}</version>
  59. </dependency>
  60. <!-- 机构用户管理 -->
  61. <!-- 客户用户管理 -->
  62. <dependency>
  63. <groupId>com.xxh.cloud</groupId>
  64. <artifactId>user-framework</artifactId>
  65. <version>1.0.0</version>
  66. </dependency>
  67. <dependency>
  68. <groupId>com.xxh.cloud</groupId>
  69. <artifactId>metadata-framework</artifactId>
  70. <version>1.0.0.wb</version>
  71. </dependency>
  72. <dependency>
  73. <groupId>com.xxh.cloud</groupId>
  74. <artifactId>basic-framework</artifactId>
  75. <version>1.0.0</version>
  76. </dependency>
  77. <dependency>
  78. <groupId>com.xxh.cloud</groupId>
  79. <artifactId>healthy-basic-label-framework</artifactId>
  80. <version>1.0.0</version>
  81. </dependency>
  82. <!-- -->
  83. <!-- <dependency>-->
  84. <!-- <groupId>com.xxh.cloud</groupId>-->
  85. <!-- <artifactId>customer-user-application-api</artifactId>-->
  86. <!-- <version>${user.version}</version>-->
  87. <!-- </dependency>-->
  88. <!-- <dependency>-->
  89. <!-- <groupId>com.xxh.cloud</groupId>-->
  90. <!-- <artifactId>customer-user-manager-sys-api</artifactId>-->
  91. <!-- <version>${user.version}</version>-->
  92. <!-- </dependency>-->
  93. <!-- basic -->
  94. <!-- <dependency>-->
  95. <!-- <groupId>com.xxh.cloud</groupId>-->
  96. <!-- <artifactId>basic-application-api</artifactId>-->
  97. <!-- <version>${user.version}</version>-->
  98. <!-- </dependency>-->
  99. <!-- <dependency>-->
  100. <!-- <groupId>com.xxh.cloud</groupId>-->
  101. <!-- <artifactId>basic-manager-sys-api</artifactId>-->
  102. <!-- <version>${user.version}</version>-->
  103. <!-- </dependency>-->
  104. <!-- log -->
  105. <!-- <dependency>-->
  106. <!-- <groupId>com.xxh.cloud</groupId>-->
  107. <!-- <artifactId>log-manager-api</artifactId>-->
  108. <!-- <version>${user.version}</version>-->
  109. <!-- </dependency>-->
  110. <dependency>
  111. <groupId>com.xxh.cloud</groupId>
  112. <artifactId>log-framework</artifactId>
  113. <version>${user.version}</version>
  114. </dependency>
  115. <!-- store file -->
  116. <dependency>
  117. <groupId>com.xxh.cloud</groupId>
  118. <artifactId>store-file-framework</artifactId>
  119. <version>${user.version}</version>
  120. </dependency>
  121. <dependency>
  122. <groupId>com.xxh.cloud</groupId>
  123. <artifactId>store-file-manager-api</artifactId>
  124. <version>${user.version}</version>
  125. </dependency>
  126. </dependencies>
  127. </project>