pom.xml 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. <?xml version="1.0" encoding="UTF-8" standalone="no"?>
  2. <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  3. xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
  4. <parent>
  5. <artifactId>aivfo-model-parent</artifactId>
  6. <groupId>com.aivfo</groupId>
  7. <version>${revision}</version>
  8. <relativePath>../../ability/aivfo-framework-build/aivfo-project-build/aivfo-model-parent/pom.xml</relativePath>
  9. </parent>
  10. <modelVersion>4.0.0</modelVersion>
  11. <packaging>pom</packaging>
  12. <artifactId>aivfo-xxljob-spring-boot</artifactId>
  13. <dependencyManagement>
  14. <dependencies>
  15. <dependency>
  16. <groupId>com.aivfo</groupId>
  17. <artifactId>aivfo-xxljob-spring-boot-starter</artifactId>
  18. <version>${revision}</version>
  19. </dependency>
  20. <dependency>
  21. <groupId>com.aivfo</groupId>
  22. <artifactId>aivfo-xxljob-spring-boot-autoconfigure</artifactId>
  23. <version>${revision}</version>
  24. </dependency>
  25. <dependency>
  26. <groupId>com.aivfo</groupId>
  27. <artifactId>aivfo-xxljob-spring-boot-core</artifactId>
  28. <version>${revision}</version>
  29. </dependency>
  30. <dependency>
  31. <groupId>com.xuxueli</groupId>
  32. <artifactId>xxl-job-core</artifactId>
  33. <version>2.4.0</version>
  34. </dependency>
  35. <!-- https://mvnrepository.com/artifact/com.cronutils/cron-utils -->
  36. <dependency>
  37. <groupId>com.cronutils</groupId>
  38. <artifactId>cron-utils</artifactId>
  39. <version>9.2.1</version>
  40. </dependency>
  41. </dependencies>
  42. </dependencyManagement>
  43. <modules>
  44. <module>aivfo-xxljob-spring-boot-core</module>
  45. <module>aivfo-xxljob-spring-boot-autoconfigure</module>
  46. <module>aivfo-xxljob-spring-boot-starter</module>
  47. </modules>
  48. </project>