pom.xml 5.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173
  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>fastbee-service</artifactId>
  7. <groupId>com.fastbee</groupId>
  8. <version>${revision}</version>
  9. </parent>
  10. <modelVersion>4.0.0</modelVersion>
  11. <artifactId>fastbee-iot-service</artifactId>
  12. <description>
  13. 设备业务模块
  14. </description>
  15. <dependencies>
  16. <!-- 通用工具-->
  17. <dependency>
  18. <groupId>com.fastbee</groupId>
  19. <artifactId>fastbee-common-extend</artifactId>
  20. </dependency>
  21. <dependency>
  22. <groupId>com.fastbee</groupId>
  23. <artifactId>fastbee-framework</artifactId>
  24. </dependency>
  25. <dependency>
  26. <groupId>io.swagger</groupId>
  27. <artifactId>swagger-annotations</artifactId>
  28. <version>1.6.2</version>
  29. <scope>compile</scope>
  30. </dependency>
  31. <dependency>
  32. <groupId>org.apache.velocity</groupId>
  33. <artifactId>velocity-engine-core</artifactId>
  34. </dependency>
  35. <dependency>
  36. <groupId>com.fastbee</groupId>
  37. <artifactId>fastbee-quartz</artifactId>
  38. </dependency>
  39. <dependency>
  40. <groupId>org.apache.commons</groupId>
  41. <artifactId>commons-text</artifactId>
  42. <version>${commons.text.version}</version>
  43. </dependency>
  44. <!-- mqtt-->
  45. <dependency>
  46. <groupId>org.springframework.boot</groupId>
  47. <artifactId>spring-boot-configuration-processor</artifactId>
  48. <optional>true</optional>
  49. </dependency>
  50. <dependency>
  51. <groupId>org.eclipse.paho</groupId>
  52. <artifactId>org.eclipse.paho.client.mqttv3</artifactId>
  53. <version>${paho.mqtt.version}</version>
  54. </dependency>
  55. <!--AES-->
  56. <dependency>
  57. <groupId>org.springframework</groupId>
  58. <artifactId>spring-context</artifactId>
  59. <version>5.2.3.RELEASE</version>
  60. </dependency>
  61. <!-- 第三方登录模块-->
  62. <dependency>
  63. <groupId>me.zhyd.oauth</groupId>
  64. <artifactId>JustAuth</artifactId>
  65. <version>${justAuth.version}</version>
  66. </dependency>
  67. <!-- 通用http接口模块-->
  68. <dependency>
  69. <groupId>com.dtflys.forest</groupId>
  70. <artifactId>forest-spring-boot-starter</artifactId>
  71. <version>${forest.version}</version>
  72. </dependency>
  73. <dependency>
  74. <groupId>cn.hutool</groupId>
  75. <artifactId>hutool-all</artifactId>
  76. </dependency>
  77. <dependency>
  78. <groupId>com.yomahub</groupId>
  79. <artifactId>liteflow-spring-boot-starter</artifactId>
  80. <version>${liteflow.version}</version>
  81. </dependency>
  82. <!--数据库规则配置源插件-->
  83. <dependency>
  84. <groupId>com.yomahub</groupId>
  85. <artifactId>liteflow-rule-sql</artifactId>
  86. <version>${liteflow.version}</version>
  87. </dependency>
  88. <!--groovy脚本插件-->
  89. <dependency>
  90. <groupId>com.yomahub</groupId>
  91. <artifactId>liteflow-script-groovy</artifactId>
  92. <version>${liteflow.version}</version>
  93. </dependency>
  94. <dependency>
  95. <groupId>com.fastbee</groupId>
  96. <artifactId>fastbee-notify-web</artifactId>
  97. </dependency>
  98. <dependency>
  99. <groupId>com.fastbee</groupId>
  100. <artifactId>fastbee-http</artifactId>
  101. </dependency>
  102. <dependency>
  103. <groupId>com.fasterxml.jackson.core</groupId>
  104. <artifactId>jackson-databind</artifactId>
  105. </dependency>
  106. <dependency>
  107. <groupId>com.fastbee</groupId>
  108. <artifactId>fastbee-ruleEngine</artifactId>
  109. </dependency>
  110. <dependency>
  111. <groupId>com.microsoft.sqlserver</groupId>
  112. <artifactId>mssql-jdbc</artifactId>
  113. <version>8.4.1.jre8</version>
  114. </dependency>
  115. <dependency>
  116. <groupId>org.postgresql</groupId>
  117. <artifactId>postgresql</artifactId>
  118. <version>42.5.0</version>
  119. </dependency>
  120. <dependency>
  121. <groupId>com.oracle.database.jdbc</groupId>
  122. <artifactId>ojdbc8</artifactId>
  123. <version>19.3.0.0</version>
  124. </dependency>
  125. <dependency>
  126. <groupId>com.h2database</groupId>
  127. <artifactId>h2</artifactId>
  128. <version>1.4.200</version>
  129. </dependency>
  130. <!--引入DM8驱动-->
  131. <dependency>
  132. <groupId>com.dameng</groupId>
  133. <artifactId>Dm8JdbcDriver18</artifactId>
  134. <version>8.1.1.49</version>
  135. </dependency>
  136. <!-- TDengine连接 START-->
  137. <dependency>
  138. <groupId>com.taosdata.jdbc</groupId>
  139. <artifactId>taos-jdbcdriver</artifactId>
  140. <version>${tdengine.version}</version>
  141. </dependency>
  142. <!-- TDengine连接 END-->
  143. <!-- 海康加密认证SDK -->
  144. <dependency>
  145. <groupId>com.hikvision.ga</groupId>
  146. <artifactId>artemis-http-client</artifactId>
  147. <version>1.1.3</version>
  148. </dependency>
  149. <dependency>
  150. <groupId>com.fastbee</groupId>
  151. <artifactId>fastbee-mqtt-client</artifactId>
  152. </dependency>
  153. </dependencies>
  154. </project>