pom.xml 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <project xmlns="http://maven.apache.org/POM/4.0.0"
  3. xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  4. xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
  5. <parent>
  6. <artifactId>BladeX</artifactId>
  7. <groupId>org.springblade</groupId>
  8. <version>2.9.1.RELEASE</version>
  9. </parent>
  10. <modelVersion>4.0.0</modelVersion>
  11. <artifactId>blade-ops</artifactId>
  12. <name>${project.artifactId}</name>
  13. <version>2.9.1.RELEASE</version>
  14. <packaging>pom</packaging>
  15. <modules>
  16. <module>blade-admin</module>
  17. <module>blade-develop</module>
  18. <module>blade-flow</module>
  19. <module>blade-log</module>
  20. <module>blade-report</module>
  21. <module>blade-resource</module>
  22. <module>blade-swagger</module>
  23. <module>blade-turbine</module>
  24. <module>blade-xxljob</module>
  25. <module>blade-xxljob-admin</module>
  26. </modules>
  27. <dependencies>
  28. <dependency>
  29. <groupId>org.springblade</groupId>
  30. <artifactId>blade-starter-metrics</artifactId>
  31. </dependency>
  32. </dependencies>
  33. </project>