pom.xml 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  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.nexo</groupId>
  6. <artifactId>nexo-cloud-plus</artifactId>
  7. <version>1.8.2</version>
  8. </parent>
  9. <modelVersion>4.0.0</modelVersion>
  10. <modules>
  11. <module>nexo-system</module>
  12. <module>nexo-gen</module>
  13. <module>nexo-job</module>
  14. <module>nexo-resource</module>
  15. </modules>
  16. <artifactId>nexo-modules</artifactId>
  17. <packaging>pom</packaging>
  18. <description>
  19. nexo-modules业务模块
  20. </description>
  21. <dependencies>
  22. <!-- 自定义负载均衡(多团队开发使用) -->
  23. <!-- <dependency>-->
  24. <!-- <groupId>com.nexo</groupId>-->
  25. <!-- <artifactId>nexo-common-loadbalancer</artifactId>-->
  26. <!-- </dependency>-->
  27. <!-- ELK 日志收集 -->
  28. <!-- <dependency>-->
  29. <!-- <groupId>com.nexo</groupId>-->
  30. <!-- <artifactId>nexo-common-logstash</artifactId>-->
  31. <!-- </dependency>-->
  32. <!-- skywalking 日志收集 -->
  33. <!-- <dependency>-->
  34. <!-- <groupId>com.nexo</groupId>-->
  35. <!-- <artifactId>nexo-common-skylog</artifactId>-->
  36. <!-- </dependency>-->
  37. <!-- prometheus 监控 -->
  38. <!-- <dependency>-->
  39. <!-- <groupId>com.nexo</groupId>-->
  40. <!-- <artifactId>nexo-common-prometheus</artifactId>-->
  41. <!-- </dependency>-->
  42. </dependencies>
  43. </project>