pom.xml 595 B

1234567891011121314151617
  1. <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
  2. <modelVersion>4.0.0</modelVersion>
  3. <parent>
  4. <groupId>com.zlt</groupId>
  5. <artifactId>central-platform</artifactId>
  6. <version>2.7.0</version>
  7. </parent>
  8. <artifactId>zlt-monitor</artifactId>
  9. <packaging>pom</packaging>
  10. <modules>
  11. <!-- 应用监控 -->
  12. <module>sc-admin</module>
  13. <!-- 日志中心 -->
  14. <module>log-center</module>
  15. </modules>
  16. </project>