pom.xml 639 B

123456789101112131415161718
  1. <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2. xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
  3. <modelVersion>4.0.0</modelVersion>
  4. <parent>
  5. <groupId>com.xuxueli</groupId>
  6. <artifactId>xxl-job</artifactId>
  7. <version>2.4.0</version>
  8. </parent>
  9. <artifactId>xxl-job-executor-samples</artifactId>
  10. <packaging>pom</packaging>
  11. <modules>
  12. <module>xxl-job-executor-sample-frameless</module>
  13. <module>xxl-job-executor-sample-springboot</module>
  14. </modules>
  15. </project>