pom.xml 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0"
  3. xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
  4. <parent>
  5. <groupId>com.ruoyi</groupId>
  6. <artifactId>ruoyi-cloud-plus</artifactId>
  7. <version>1.3.0</version>
  8. </parent>
  9. <modelVersion>4.0.0</modelVersion>
  10. <modules>
  11. <module>ruoyi-system</module>
  12. <module>ruoyi-gen</module>
  13. <module>ruoyi-job</module>
  14. <module>ruoyi-resource</module>
  15. </modules>
  16. <artifactId>ruoyi-modules</artifactId>
  17. <packaging>pom</packaging>
  18. <description>
  19. ruoyi-modules业务模块
  20. </description>
  21. <dependencies>
  22. <!-- 自定义负载均衡(多团队开发使用) -->
  23. <!-- <dependency>-->
  24. <!-- <groupId>com.ruoyi</groupId>-->
  25. <!-- <artifactId>ruoyi-common-loadbalancer</artifactId>-->
  26. <!-- </dependency>-->
  27. <!-- ELK 日志收集 -->
  28. <!-- <dependency>-->
  29. <!-- <groupId>com.ruoyi</groupId>-->
  30. <!-- <artifactId>ruoyi-common-logstash</artifactId>-->
  31. <!-- </dependency>-->
  32. <!-- skywalking 日志收集 -->
  33. <!-- <dependency>-->
  34. <!-- <groupId>com.ruoyi</groupId>-->
  35. <!-- <artifactId>ruoyi-common-skylog</artifactId>-->
  36. <!-- </dependency>-->
  37. </dependencies>
  38. </project>