pom.xml 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  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. <parent>
  6. <groupId>com.qhiot</groupId>
  7. <artifactId>qhiot-link-data-server</artifactId>
  8. <version>1.1.1</version>
  9. </parent>
  10. <modelVersion>4.0.0</modelVersion>
  11. <artifactId>qhiot-link-server</artifactId>
  12. <dependencies>
  13. <dependency>
  14. <groupId>com.qhiot</groupId>
  15. <artifactId>qhiot-boot-starter-web</artifactId>
  16. </dependency>
  17. <dependency>
  18. <groupId>com.qhiot</groupId>
  19. <artifactId>qhiot-common-database</artifactId>
  20. </dependency>
  21. <dependency>
  22. <groupId>com.qhiot</groupId>
  23. <artifactId>qhiot-common-core</artifactId>
  24. </dependency>
  25. <dependency>
  26. <groupId>com.qhiot</groupId>
  27. <artifactId>qhiot-link-data</artifactId>
  28. </dependency>
  29. <dependency>
  30. <groupId>com.qhiot</groupId>
  31. <artifactId>qhiot-link-api</artifactId>
  32. </dependency>
  33. <dependency>
  34. <groupId>com.qhiot</groupId>
  35. <artifactId>qhiot-common-log</artifactId>
  36. </dependency>
  37. <dependency>
  38. <groupId>com.qhiot</groupId>
  39. <artifactId>qhiot-common-redis</artifactId>
  40. </dependency>
  41. <dependency>
  42. <groupId>io.springfox</groupId>
  43. <artifactId>springfox-swagger2</artifactId>
  44. </dependency>
  45. <dependency>
  46. <groupId>io.springfox</groupId>
  47. <artifactId>springfox-swagger-ui</artifactId>
  48. </dependency>
  49. </dependencies>
  50. </project>