pom.xml 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. <?xml version="1.0"?>
  2. <project
  3. xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
  4. xmlns="http://maven.apache.org/POM/4.0.0"
  5. xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  6. <modelVersion>4.0.0</modelVersion>
  7. <parent>
  8. <groupId>com.unis.inspectiontask</groupId>
  9. <artifactId>inspectiontask-service</artifactId>
  10. <version>0.0.1-SNAPSHOT</version>
  11. </parent>
  12. <artifactId>inspectiontask-client</artifactId>
  13. <name>inspectiontask-client</name>
  14. <dependencies>
  15. <dependency>
  16. <groupId>io.github.openfeign.form</groupId>
  17. <artifactId>feign-form-spring</artifactId>
  18. </dependency>
  19. <dependency>
  20. <groupId>io.github.openfeign.form</groupId>
  21. <artifactId>feign-form</artifactId>
  22. </dependency>
  23. <dependency>
  24. <groupId>org.springframework.cloud</groupId>
  25. <artifactId>spring-cloud-starter-openfeign</artifactId>
  26. </dependency>
  27. <dependency>
  28. <artifactId>inspectiontask-common</artifactId>
  29. <groupId>com.unis.inspectiontask</groupId>
  30. <version>0.0.1-SNAPSHOT</version>
  31. </dependency>
  32. </dependencies>
  33. <!-- <build>-->
  34. <!-- <finalName>${project.name}</finalName>-->
  35. <!-- </build>-->
  36. </project>