pom.xml 1.4 KB

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