.flattened-pom.xml 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
  3. xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  4. <modelVersion>4.0.0</modelVersion>
  5. <parent>
  6. <groupId>com.pavis</groupId>
  7. <artifactId>pavis-plugin</artifactId>
  8. <version>3.7.0</version>
  9. </parent>
  10. <artifactId>pavis-plugin-schedule</artifactId>
  11. <version>3.7.0</version>
  12. <description>任务调度插件</description>
  13. <licenses>
  14. <license>
  15. <name>GNU LESSER GENERAL PUBLIC LICENSE</name>
  16. <url>http://www.gnu.org/licenses/lgpl.html</url>
  17. </license>
  18. </licenses>
  19. <dependencies>
  20. <dependency>
  21. <groupId>com.aizuda</groupId>
  22. <artifactId>snail-job-client-starter</artifactId>
  23. </dependency>
  24. <dependency>
  25. <groupId>com.aizuda</groupId>
  26. <artifactId>snail-job-client-retry-core</artifactId>
  27. </dependency>
  28. <dependency>
  29. <groupId>com.aizuda</groupId>
  30. <artifactId>snail-job-client-job-core</artifactId>
  31. </dependency>
  32. <dependency>
  33. <groupId>org.springframework.cloud</groupId>
  34. <artifactId>spring-cloud-starter-openfeign</artifactId>
  35. </dependency>
  36. </dependencies>
  37. </project>