pom.xml 852 B

1234567891011121314151617181920212223242526
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  3. xmlns="http://maven.apache.org/POM/4.0.0"
  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>com.c503.ca.cadv</groupId>
  7. <artifactId>cadv</artifactId>
  8. <version>1.0.0-SNAPSHOT</version>
  9. <relativePath>../../pom.xml</relativePath>
  10. </parent>
  11. <modelVersion>4.0.0</modelVersion>
  12. <artifactId>enhance</artifactId>
  13. <packaging>pom</packaging>
  14. <modules>
  15. <module>enhance-quartz</module>
  16. <module>enhance-websocket</module>
  17. <module>enhance-ftp</module>
  18. <module>enhance-arthas</module>
  19. <module>enhance-redis</module>
  20. </modules>
  21. <dependencies>
  22. </dependencies>
  23. </project>