pom.xml 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  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.0-alpha.4</version>
  10. </parent>
  11. <artifactId>magic-api-plugins</artifactId>
  12. <version>2.0.0-alpha.4</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-swagger</module>
  19. <module>magic-api-plugin-redis</module>
  20. <module>magic-api-plugin-mongo</module>
  21. <module>magic-api-plugin-elasticsearch</module>
  22. <module>magic-api-plugin-cluster</module>
  23. </modules>
  24. <dependencies>
  25. <dependency>
  26. <groupId>org.springframework.boot</groupId>
  27. <artifactId>spring-boot-starter</artifactId>
  28. <scope>provided</scope>
  29. </dependency>
  30. <dependency>
  31. <groupId>org.ssssssss</groupId>
  32. <artifactId>magic-api</artifactId>
  33. <scope>provided</scope>
  34. </dependency>
  35. <dependency>
  36. <groupId>org.ssssssss</groupId>
  37. <artifactId>magic-script</artifactId>
  38. <scope>provided</scope>
  39. </dependency>
  40. </dependencies>
  41. </project>