pom.xml 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  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. </dependencies>
  42. </project>