pom.xml 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  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. <!-- museum parent-->
  7. <groupId>com.gis</groupId>
  8. <artifactId>720yun_fd_manage</artifactId>
  9. <version>1.0.0</version>
  10. <packaging>jar</packaging>
  11. <parent>
  12. <groupId>com.gis</groupId>
  13. <artifactId>720yun_fd</artifactId>
  14. <version>1.0.0</version>
  15. </parent>
  16. <dependencies>
  17. <dependency>
  18. <groupId>com.gis</groupId>
  19. <artifactId>gis_domain</artifactId>
  20. </dependency>
  21. <dependency>
  22. <groupId>com.gis</groupId>
  23. <artifactId>gis_service</artifactId>
  24. </dependency>
  25. <dependency>
  26. <groupId>com.gis</groupId>
  27. <artifactId>gis_mapper</artifactId>
  28. </dependency>
  29. <dependency>
  30. <groupId>com.gis</groupId>
  31. <artifactId>gis_oss</artifactId>
  32. </dependency>
  33. </dependencies>
  34. <build>
  35. <plugins>
  36. <plugin>
  37. <groupId>org.springframework.boot</groupId>
  38. <artifactId>spring-boot-maven-plugin</artifactId>
  39. </plugin>
  40. </plugins>
  41. <finalName>720yun_fd_manage</finalName>
  42. </build>
  43. </project>