pom.xml 1.1 KB

123456789101112131415161718192021222324252627282930313233343536
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  3. xmlns="http://maven.apache.org/POM/4.0.0"
  4. xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
  5. <parent>
  6. <groupId>com.qhiot</groupId>
  7. <artifactId>qhiot-link-modules</artifactId>
  8. <version>1.1.1</version>
  9. </parent>
  10. <modelVersion>4.0.0</modelVersion>
  11. <artifactId>qhiot-oss-manager</artifactId>
  12. <dependencies>
  13. <dependency>
  14. <groupId>com.qhiot</groupId>
  15. <artifactId>qhiot-common-core</artifactId>
  16. </dependency>
  17. <dependency>
  18. <groupId>com.qhiot</groupId>
  19. <artifactId>qhiot-oss</artifactId>
  20. </dependency>
  21. <dependency>
  22. <groupId>com.qhiot</groupId>
  23. <artifactId>qhiot-common-log</artifactId>
  24. </dependency>
  25. <dependency>
  26. <groupId>io.swagger</groupId>
  27. <artifactId>swagger-annotations</artifactId>
  28. </dependency>
  29. </dependencies>
  30. </project>