pom.xml 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  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. <modelVersion>4.0.0</modelVersion>
  6. <parent>
  7. <groupId>org.ssssssss</groupId>
  8. <artifactId>magic-api-parent</artifactId>
  9. <version>2.0.1</version>
  10. </parent>
  11. <artifactId>magic-api-plugins</artifactId>
  12. <version>2.0.1</version>
  13. <packaging>pom</packaging>
  14. <name>magic-api-plugins</name>
  15. <description>auto generate http api</description>
  16. <modules>
  17. <module>magic-api-plugin-task</module>
  18. <module>magic-api-plugin-component</module>
  19. <module>magic-api-plugin-swagger</module>
  20. <module>magic-api-plugin-redis</module>
  21. <module>magic-api-plugin-mongo</module>
  22. <module>magic-api-plugin-elasticsearch</module>
  23. <module>magic-api-plugin-cluster</module>
  24. <module>magic-api-plugin-git</module>
  25. </modules>
  26. <dependencies>
  27. <dependency>
  28. <groupId>org.springframework.boot</groupId>
  29. <artifactId>spring-boot-starter</artifactId>
  30. <scope>provided</scope>
  31. </dependency>
  32. <dependency>
  33. <groupId>org.ssssssss</groupId>
  34. <artifactId>magic-api</artifactId>
  35. <scope>provided</scope>
  36. </dependency>
  37. <dependency>
  38. <groupId>org.ssssssss</groupId>
  39. <artifactId>magic-script</artifactId>
  40. <scope>provided</scope>
  41. </dependency>
  42. </dependencies>
  43. </project>