pom.xml 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  1. <?xml version="1.0"?>
  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. <parent>
  6. <groupId>org.springblade</groupId>
  7. <artifactId>BladeX</artifactId>
  8. <version>${revision}</version>
  9. </parent>
  10. <modelVersion>4.0.0</modelVersion>
  11. <artifactId>blade-service</artifactId>
  12. <name>${project.artifactId}</name>
  13. <packaging>pom</packaging>
  14. <description>BladeX 微服务集合</description>
  15. <modules>
  16. <module>blade-desk</module>
  17. <module>blade-system</module>
  18. <module>blade-bzdz</module>
  19. <module>blade-syfw</module>
  20. <module>blade-syry</module>
  21. <module>blade-rhzfFw</module>
  22. <module>blade-rhzfFz</module>
  23. <module>blade-rhzfRyCzrk</module>
  24. <module>blade-rhzfRyJwrk</module>
  25. <module>blade-rhzfRyJzrk</module>
  26. <module>blade-rhzfRyWlrk</module>
  27. <module>blade-rhzfRyZzrk</module>
  28. <module>blade-rhzfFwRy</module>
  29. <module>swzdr</module>
  30. </modules>
  31. <dependencies>
  32. <dependency>
  33. <groupId>org.springblade</groupId>
  34. <artifactId>blade-common</artifactId>
  35. </dependency>
  36. <dependency>
  37. <groupId>org.springblade</groupId>
  38. <artifactId>blade-starter-metrics</artifactId>
  39. </dependency>
  40. <dependency>
  41. <groupId>org.springblade</groupId>
  42. <artifactId>blade-starter-api-crypto</artifactId>
  43. </dependency>
  44. <dependency>
  45. <groupId>org.springblade</groupId>
  46. <artifactId>blade-dict-api</artifactId>
  47. </dependency>
  48. <dependency>
  49. <groupId>org.springblade</groupId>
  50. <artifactId>blade-scope-api</artifactId>
  51. </dependency>
  52. <dependency>
  53. <groupId>io.swagger.core.v3</groupId>
  54. <artifactId>swagger-annotations</artifactId>
  55. </dependency>
  56. <!-- 多租户字段隔离模式 -->
  57. <dependency>
  58. <groupId>org.springblade</groupId>
  59. <artifactId>blade-starter-tenant</artifactId>
  60. </dependency>
  61. <!-- 多租户数据库隔离模式则引入此配置 -->
  62. <!--<dependency>
  63. <groupId>org.springblade</groupId>
  64. <artifactId>blade-starter-tenant-dynamic</artifactId>
  65. </dependency>-->
  66. <!-- 集成sharding功能则引入此配置 -->
  67. <!--<dependency>
  68. <groupId>org.springblade</groupId>
  69. <artifactId>blade-starter-sharding</artifactId>
  70. </dependency>-->
  71. </dependencies>
  72. </project>