pom.xml 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  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. <artifactId>ruoyi</artifactId>
  7. <groupId>com.ruoyi</groupId>
  8. <version>3.8.2</version>
  9. </parent>
  10. <modelVersion>4.0.0</modelVersion>
  11. <artifactId>ruoyi-system</artifactId>
  12. <description>
  13. system系统模块
  14. </description>
  15. <dependencies>
  16. <dependency>
  17. <groupId>org.mybatis</groupId>
  18. <artifactId>mybatis</artifactId>
  19. <version>3.5.9</version>
  20. <scope>compile</scope>
  21. </dependency>
  22. <!-- 通用工具-->
  23. <dependency>
  24. <groupId>com.ruoyi</groupId>
  25. <artifactId>ruoyi-common</artifactId>
  26. </dependency>
  27. <dependency>
  28. <groupId>cn.hutool</groupId>
  29. <artifactId>hutool-all</artifactId>
  30. <version>5.7.12</version>
  31. </dependency>
  32. <dependency>
  33. <groupId>org.springframework.integration</groupId>
  34. <artifactId>spring-integration-mqtt</artifactId>
  35. </dependency>
  36. <dependency>
  37. <groupId>com.taosdata.jdbc</groupId>
  38. <artifactId>taos-jdbcdriver</artifactId>
  39. <version>3.0.2</version>
  40. </dependency>
  41. <dependency>
  42. <groupId>org.t-io</groupId>
  43. <artifactId>tio-core</artifactId>
  44. <version>3.5.0.v20190822-RELEASE</version>
  45. </dependency>
  46. </dependencies>
  47. </project>