pom.xml 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  3. xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
  4. <modelVersion>4.0.0</modelVersion>
  5. <parent>
  6. <groupId>org.springframework.boot</groupId>
  7. <artifactId>spring-boot-starter-parent</artifactId>
  8. <version>2.7.11</version>
  9. <relativePath/>
  10. </parent>
  11. <groupId>cc.iotkit</groupId>
  12. <artifactId>iotkit-parent</artifactId>
  13. <version>0.5.2-SNAPSHOT</version>
  14. <name>${project.artifactId}</name>
  15. <description>奇特物联是一个开源的物联网基础开发平台,提供了物联网及相关业务开发的常见基础功能,
  16. 能帮助你快速搭建自己的物联网相关业务平台。
  17. </description>
  18. <url>https://gitee.com/iotkit-open-source/iotkit-parent</url>
  19. <packaging>pom</packaging>
  20. <modules>
  21. <module>iot-dao</module>
  22. <module>iot-module</module>
  23. <module>iot-starter</module>
  24. <module>iot-test-tool</module>
  25. </modules>
  26. <properties>
  27. <java.version>11</java.version>
  28. <iot-iita-core.version>1.0.4</iot-iita-core.version>
  29. <spring-boot.version>2.7.11</spring-boot.version>
  30. <vertx.version>4.2.2</vertx.version>
  31. <satoken.version>1.34.0</satoken.version>
  32. <beanutils.version>1.9.3</beanutils.version>
  33. <lang3.version>3.7</lang3.version>
  34. <hutool.version>5.8.18</hutool.version>
  35. <mapstruct-plus.version>1.3.1</mapstruct-plus.version>
  36. <spring-brick.version>3.1.4</spring-brick.version>
  37. </properties>
  38. <dependencyManagement>
  39. <dependencies>
  40. <!-- SpringBoot的依赖配置-->
  41. <dependency>
  42. <groupId>org.springframework.boot</groupId>
  43. <artifactId>spring-boot-dependencies</artifactId>
  44. <version>${spring-boot.version}</version>
  45. <type>pom</type>
  46. <scope>import</scope>
  47. </dependency>
  48. <dependency>
  49. <groupId>io.github.linpeilie</groupId>
  50. <artifactId>mapstruct-plus-spring-boot-starter</artifactId>
  51. <version>1.3.1</version>
  52. </dependency>
  53. <dependency>
  54. <groupId>commons-beanutils</groupId>
  55. <artifactId>commons-beanutils</artifactId>
  56. <version>${beanutils.version}</version>
  57. </dependency>
  58. <dependency>
  59. <groupId>com.github.yitter</groupId>
  60. <artifactId>yitter-idgenerator</artifactId>
  61. <version>1.0.6</version>
  62. </dependency>
  63. <!-- hutool 的依赖配置-->
  64. <dependency>
  65. <groupId>cn.hutool</groupId>
  66. <artifactId>hutool-bom</artifactId>
  67. <version>${hutool.version}</version>
  68. <type>pom</type>
  69. <scope>import</scope>
  70. </dependency>
  71. <dependency>
  72. <groupId>org.projectlombok</groupId>
  73. <artifactId>lombok</artifactId>
  74. <version>${lombok.version}</version>
  75. </dependency>
  76. <dependency>
  77. <groupId>org.apache.directory.studio</groupId>
  78. <artifactId>org.apache.commons.codec</artifactId>
  79. <version>1.8</version>
  80. </dependency>
  81. <dependency>
  82. <groupId>jakarta.servlet</groupId>
  83. <artifactId>jakarta.servlet-api</artifactId>
  84. <version>6.0.0</version>
  85. </dependency>
  86. <dependency>
  87. <groupId>jakarta.validation</groupId>
  88. <artifactId>jakarta.validation-api</artifactId>
  89. <version>3.0.2</version>
  90. </dependency>
  91. <dependency>
  92. <groupId>org.quartz-scheduler</groupId>
  93. <artifactId>quartz</artifactId>
  94. <version>2.3.2</version>
  95. </dependency>
  96. <dependency>
  97. <groupId>javax.ws.rs</groupId>
  98. <artifactId>javax.ws.rs-api</artifactId>
  99. <version>2.1.1</version>
  100. </dependency>
  101. <dependency>
  102. <groupId>com.google.guava</groupId>
  103. <artifactId>guava</artifactId>
  104. <version>20.0</version>
  105. </dependency>
  106. <dependency>
  107. <groupId>co.elastic.clients</groupId>
  108. <artifactId>elasticsearch-java</artifactId>
  109. <version>7.17.9</version>
  110. </dependency>
  111. <dependency>
  112. <groupId>it.ozimov</groupId>
  113. <artifactId>embedded-redis</artifactId>
  114. <version>0.7.3</version>
  115. </dependency>
  116. <dependency>
  117. <groupId>org.apache.logging.log4j</groupId>
  118. <artifactId>log4j-slf4j-impl</artifactId>
  119. <version>2.17.1</version>
  120. </dependency>
  121. <dependency>
  122. <groupId>com.ejlchina</groupId>
  123. <artifactId>okhttps</artifactId>
  124. <version>3.1.1</version>
  125. </dependency>
  126. <dependency>
  127. <groupId>io.vertx</groupId>
  128. <artifactId>vertx-kafka-client</artifactId>
  129. <version>${vertx.version}</version>
  130. </dependency>
  131. <dependency>
  132. <groupId>io.vertx</groupId>
  133. <artifactId>vertx-core</artifactId>
  134. <version>${vertx.version}</version>
  135. </dependency>
  136. <dependency>
  137. <groupId>io.vertx</groupId>
  138. <artifactId>vertx-mqtt</artifactId>
  139. <version>${vertx.version}</version>
  140. </dependency>
  141. <dependency>
  142. <groupId>io.vertx</groupId>
  143. <artifactId>vertx-web-proxy</artifactId>
  144. <version>${vertx.version}</version>
  145. </dependency>
  146. <dependency>
  147. <groupId>io.vertx</groupId>
  148. <artifactId>vertx-web-client</artifactId>
  149. <version>${vertx.version}</version>
  150. </dependency>
  151. <dependency>
  152. <groupId>com.gitee.starblues</groupId>
  153. <artifactId>spring-brick</artifactId>
  154. <version>${spring-brick.version}</version>
  155. </dependency>
  156. <dependency>
  157. <groupId>com.gitee.starblues</groupId>
  158. <artifactId>spring-brick-bootstrap</artifactId>
  159. <version>${spring-brick.version}</version>
  160. </dependency>
  161. <dependency>
  162. <groupId>com.github.biyanwen</groupId>
  163. <artifactId>jpa-comment-spring-boot-starter</artifactId>
  164. <version>1.0.0</version>
  165. </dependency>
  166. <dependency>
  167. <groupId>com.baomidou</groupId>
  168. <artifactId>dynamic-datasource-spring-boot-starter</artifactId>
  169. <version>3.5.1</version>
  170. </dependency>
  171. <dependency>
  172. <groupId>com.github.xiaoymin</groupId>
  173. <artifactId>knife4j-spring-boot-starter</artifactId>
  174. <version>2.0.9</version>
  175. </dependency>
  176. <dependency>
  177. <groupId>io.swagger</groupId>
  178. <artifactId>swagger-annotations</artifactId>
  179. <version>1.5.22</version>
  180. </dependency>
  181. <!-- iot-core -->
  182. <dependency>
  183. <groupId>cc.iotkit</groupId>
  184. <artifactId>iot-common-core</artifactId>
  185. <version>${iot-iita-core.version}</version>
  186. </dependency>
  187. <dependency>
  188. <groupId>cc.iotkit</groupId>
  189. <artifactId>iot-common-thing</artifactId>
  190. <version>${iot-iita-core.version}</version>
  191. </dependency>
  192. <dependency>
  193. <groupId>cc.iotkit</groupId>
  194. <artifactId>iot-common-oss</artifactId>
  195. <version>${iot-iita-core.version}</version>
  196. </dependency>
  197. <dependency>
  198. <groupId>cc.iotkit</groupId>
  199. <artifactId>iot-common-websocket</artifactId>
  200. <version>${iot-iita-core.version}</version>
  201. </dependency>
  202. <dependency>
  203. <groupId>cc.iotkit</groupId>
  204. <artifactId>iot-common-web</artifactId>
  205. <version>${iot-iita-core.version}</version>
  206. </dependency>
  207. <dependency>
  208. <groupId>cc.iotkit</groupId>
  209. <artifactId>iot-common-doc</artifactId>
  210. <version>${iot-iita-core.version}</version>
  211. </dependency>
  212. <dependency>
  213. <groupId>cc.iotkit</groupId>
  214. <artifactId>iot-common-satoken</artifactId>
  215. <version>${iot-iita-core.version}</version>
  216. </dependency>
  217. <dependency>
  218. <groupId>cc.iotkit</groupId>
  219. <artifactId>iot-common-excel</artifactId>
  220. <version>${iot-iita-core.version}</version>
  221. </dependency>
  222. <dependency>
  223. <groupId>cc.iotkit</groupId>
  224. <artifactId>iot-common-tenant</artifactId>
  225. <version>${iot-iita-core.version}</version>
  226. </dependency>
  227. <dependency>
  228. <groupId>cc.iotkit</groupId>
  229. <artifactId>iot-common-redis</artifactId>
  230. <version>${iot-iita-core.version}</version>
  231. </dependency>
  232. <dependency>
  233. <groupId>cc.iotkit</groupId>
  234. <artifactId>iot-common-log</artifactId>
  235. <version>${iot-iita-core.version}</version>
  236. </dependency>
  237. <!--message-bus-->
  238. <dependency>
  239. <groupId>cc.iotkit</groupId>
  240. <artifactId>iot-message-core</artifactId>
  241. <version>${iot-iita-core.version}</version>
  242. </dependency>
  243. <dependency>
  244. <groupId>cc.iotkit</groupId>
  245. <artifactId>iot-message-event-bus</artifactId>
  246. <version>${iot-iita-core.version}</version>
  247. </dependency>
  248. <dependency>
  249. <groupId>cc.iotkit</groupId>
  250. <artifactId>iot-message-rocketmq</artifactId>
  251. <version>${iot-iita-core.version}</version>
  252. </dependency>
  253. <dependency>
  254. <groupId>cc.iotkit</groupId>
  255. <artifactId>iot-script-engine</artifactId>
  256. <version>${iot-iita-core.version}</version>
  257. </dependency>
  258. <!--iot-data-->
  259. <dependency>
  260. <groupId>cc.iotkit</groupId>
  261. <artifactId>iot-data-model</artifactId>
  262. <version>${project.version}</version>
  263. </dependency>
  264. <dependency>
  265. <groupId>cc.iotkit</groupId>
  266. <artifactId>iot-data-service</artifactId>
  267. <version>${project.version}</version>
  268. </dependency>
  269. <dependency>
  270. <groupId>cc.iotkit</groupId>
  271. <artifactId>iot-data-serviceImpl-cache</artifactId>
  272. <version>${project.version}</version>
  273. </dependency>
  274. <dependency>
  275. <groupId>cc.iotkit</groupId>
  276. <artifactId>iot-data-serviceImpl-rdb</artifactId>
  277. <version>${project.version}</version>
  278. </dependency>
  279. <dependency>
  280. <groupId>cc.iotkit</groupId>
  281. <artifactId>iot-temporal-service</artifactId>
  282. <version>${project.version}</version>
  283. </dependency>
  284. <dependency>
  285. <groupId>cc.iotkit</groupId>
  286. <artifactId>iot-temporal-serviceImpl-es</artifactId>
  287. <version>${project.version}</version>
  288. </dependency>
  289. <dependency>
  290. <groupId>cc.iotkit</groupId>
  291. <artifactId>iot-temporal-serviceImpl-td</artifactId>
  292. <version>${project.version}</version>
  293. </dependency>
  294. <dependency>
  295. <groupId>cc.iotkit</groupId>
  296. <artifactId>iot-manager</artifactId>
  297. <version>${project.version}</version>
  298. </dependency>
  299. <dependency>
  300. <groupId>cc.iotkit</groupId>
  301. <artifactId>iot-message-notify</artifactId>
  302. <version>${project.version}</version>
  303. </dependency>
  304. <dependency>
  305. <groupId>cc.iotkit</groupId>
  306. <artifactId>iot-rule-engine</artifactId>
  307. <version>${project.version}</version>
  308. </dependency>
  309. <dependency>
  310. <groupId>cc.iotkit</groupId>
  311. <artifactId>iot-screen</artifactId>
  312. <version>${project.version}</version>
  313. </dependency>
  314. <dependency>
  315. <groupId>cc.iotkit</groupId>
  316. <artifactId>iot-system</artifactId>
  317. <version>${project.version}</version>
  318. </dependency>
  319. <dependency>
  320. <groupId>cc.iotkit</groupId>
  321. <artifactId>iot-message-bus</artifactId>
  322. <version>${iot-iita-core.version}</version>
  323. </dependency>
  324. <dependency>
  325. <groupId>cc.iotkit</groupId>
  326. <artifactId>iot-openapi</artifactId>
  327. <version>${project.version}</version>
  328. </dependency>
  329. <dependency>
  330. <groupId>cc.iotkit</groupId>
  331. <artifactId>iot-virtual-device</artifactId>
  332. <version>${project.version}</version>
  333. </dependency>
  334. <dependency>
  335. <groupId>cc.iotkit</groupId>
  336. <artifactId>iot-plugin-core</artifactId>
  337. <version>${iot-iita-core.version}</version>
  338. </dependency>
  339. <dependency>
  340. <groupId>cc.iotkit</groupId>
  341. <artifactId>iot-plugin-main</artifactId>
  342. <version>${project.version}</version>
  343. </dependency>
  344. </dependencies>
  345. </dependencyManagement>
  346. <build>
  347. <plugins>
  348. <plugin>
  349. <groupId>org.apache.maven.plugins</groupId>
  350. <artifactId>maven-compiler-plugin</artifactId>
  351. <configuration>
  352. <source>${java.version}</source>
  353. <target>${java.version}</target>
  354. </configuration>
  355. </plugin>
  356. </plugins>
  357. </build>
  358. </project>