pom.xml 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  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-demo</module>
  12. <module>nexo-stream-mq</module>
  13. <module>nexo-model</module>
  14. </modules>
  15. <artifactId>nexo-example</artifactId>
  16. <packaging>pom</packaging>
  17. <description>
  18. nexo-example 例子模块
  19. </description>
  20. <dependencies>
  21. <!-- 自定义负载均衡(多团队开发使用) -->
  22. <!-- <dependency>-->
  23. <!-- <groupId>com.nexo</groupId>-->
  24. <!-- <artifactId>nexo-common-loadbalancer</artifactId>-->
  25. <!-- </dependency>-->
  26. <!-- skywalking 日志收集 -->
  27. <!-- <dependency>-->
  28. <!-- <groupId>com.nexo</groupId>-->
  29. <!-- <artifactId>nexo-common-skylog</artifactId>-->
  30. <!-- </dependency>-->
  31. <!-- prometheus 监控 -->
  32. <!-- <dependency>-->
  33. <!-- <groupId>com.nexo</groupId>-->
  34. <!-- <artifactId>nexo-common-prometheus</artifactId>-->
  35. <!-- </dependency>-->
  36. </dependencies>
  37. </project>