pom.xml 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  3. xmlns="http://maven.apache.org/POM/4.0.0"
  4. xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
  5. <modelVersion>4.0.0</modelVersion>
  6. <groupId>com.tuoren</groupId>
  7. <artifactId>nb-root</artifactId>
  8. <name>${project.artifactId}</name>
  9. <packaging>pom</packaging>
  10. <version>1.0</version>
  11. <properties>
  12. <nb.version>1.0</nb.version>
  13. <java.version>1.8</java.version>
  14. <maven.compiler.source>1.8</maven.compiler.source>
  15. <maven.compiler.target>1.8</maven.compiler.target>
  16. <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
  17. <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
  18. <versions-maven-plugin.version>2.7</versions-maven-plugin.version>
  19. <skipTests>true</skipTests>
  20. <hutool.version>5.7.21</hutool.version>
  21. <guava.version>30.1.1-jre</guava.version>
  22. <druid.version>1.2.8</druid.version>
  23. <spring-boot.version>2.5.8</spring-boot.version>
  24. <mybatis-plus.version>3.5.1</mybatis-plus.version>
  25. <mybatis-plus-generator.version>3.4.1</mybatis-plus-generator.version>
  26. <mysql-connector.version>8.0.27</mysql-connector.version>
  27. <fastjson.version>1.2.79</fastjson.version>
  28. <easyexcel.version>3.0.5</easyexcel.version>
  29. <minio.version>8.3.7</minio.version>
  30. <okhttp.version>4.9.3</okhttp.version>
  31. <velocity.version>2.3</velocity.version>
  32. <log4j2.version>2.17.1</log4j2.version>
  33. <satoken.version>1.29.0</satoken.version>
  34. <springfox.version>3.0.0</springfox.version>
  35. <tio.version>3.6.0.v20200315-RELEASE</tio.version>
  36. <jython.version>2.7.1</jython.version>
  37. <knife4j.version>2.0.7</knife4j.version>
  38. <redisson.version>3.17.0</redisson.version>
  39. <captcha.version>1.6.2</captcha.version>
  40. <aliyun.iot.verison>7.31.0</aliyun.iot.verison>
  41. <aliyun.sdk.verison>4.5.6</aliyun.sdk.verison>
  42. <jms.verison>0.56.0</jms.verison>
  43. </properties>
  44. <modules>
  45. <module>nb-admin</module>
  46. <module>nb-common</module>
  47. <module>nb-oss</module>
  48. <module>nb-auth</module>
  49. <module>nb-core</module>
  50. <module>nb-service-api</module>
  51. <module>nb-service</module>
  52. <module>nb-im</module>
  53. </modules>
  54. <dependencies>
  55. <dependency>
  56. <groupId>org.springframework.boot</groupId>
  57. <artifactId>spring-boot-starter-test</artifactId>
  58. <scope>test</scope>
  59. </dependency>
  60. <dependency>
  61. <groupId>org.springframework.boot</groupId>
  62. <artifactId>spring-boot-starter-actuator</artifactId>
  63. </dependency>
  64. </dependencies>
  65. <!-- 依赖管理 -->
  66. <dependencyManagement>
  67. <dependencies>
  68. <dependency>
  69. <groupId>com.tuoren</groupId>
  70. <artifactId>nb-im</artifactId>
  71. <version>${nb.version}</version>
  72. </dependency>
  73. <dependency>
  74. <groupId>com.tuoren</groupId>
  75. <artifactId>app-msg-api</artifactId>
  76. <version>${nb.version}</version>
  77. </dependency>
  78. <dependency>
  79. <groupId>com.tuoren</groupId>
  80. <artifactId>app-msg</artifactId>
  81. <version>${nb.version}</version>
  82. </dependency>
  83. <dependency>
  84. <groupId>com.tuoren</groupId>
  85. <artifactId>app-assistant-api</artifactId>
  86. <version>${nb.version}</version>
  87. </dependency>
  88. <dependency>
  89. <groupId>com.tuoren</groupId>
  90. <artifactId>app-assistant</artifactId>
  91. <version>${nb.version}</version>
  92. </dependency>
  93. <dependency>
  94. <groupId>com.tuoren</groupId>
  95. <artifactId>app-doctor-api</artifactId>
  96. <version>${nb.version}</version>
  97. </dependency>
  98. <dependency>
  99. <groupId>com.tuoren</groupId>
  100. <artifactId>app-doctor</artifactId>
  101. <version>${nb.version}</version>
  102. </dependency>
  103. <dependency>
  104. <groupId>com.tuoren</groupId>
  105. <artifactId>ws-common</artifactId>
  106. <version>${nb.version}</version>
  107. </dependency>
  108. <dependency>
  109. <groupId>com.tuoren</groupId>
  110. <artifactId>config-common</artifactId>
  111. <version>${nb.version}</version>
  112. </dependency>
  113. <dependency>
  114. <groupId>com.tuoren</groupId>
  115. <artifactId>crud-common</artifactId>
  116. <version>${nb.version}</version>
  117. </dependency>
  118. <dependency>
  119. <groupId>com.tuoren</groupId>
  120. <artifactId>delay-queue-common</artifactId>
  121. <version>${nb.version}</version>
  122. </dependency>
  123. <dependency>
  124. <groupId>com.tuoren</groupId>
  125. <artifactId>log-common</artifactId>
  126. <version>${nb.version}</version>
  127. </dependency>
  128. <dependency>
  129. <groupId>com.tuoren</groupId>
  130. <artifactId>nb-core</artifactId>
  131. <version>${nb.version}</version>
  132. </dependency>
  133. <dependency>
  134. <groupId>com.tuoren</groupId>
  135. <artifactId>nb-auth</artifactId>
  136. <version>${nb.version}</version>
  137. </dependency>
  138. <!-- https://mvnrepository.com/artifact/org.python/jython-standalone -->
  139. <dependency>
  140. <groupId>org.python</groupId>
  141. <artifactId>jython-standalone</artifactId>
  142. <version>${jython.version}</version>
  143. </dependency>
  144. <!-- spring boot -->
  145. <dependency>
  146. <groupId>org.springframework.boot</groupId>
  147. <artifactId>spring-boot-dependencies</artifactId>
  148. <version>${spring-boot.version}</version>
  149. <type>pom</type>
  150. <scope>import</scope>
  151. </dependency>
  152. <dependency>
  153. <groupId>org.t-io</groupId>
  154. <artifactId>tio-websocket-spring-boot-starter</artifactId>
  155. <version>${tio.version}</version>
  156. </dependency>
  157. <!--swagger模块 -->
  158. <dependency>
  159. <groupId>com.github.xiaoymin</groupId>
  160. <artifactId>knife4j-spring-boot-starter</artifactId>
  161. <version>${knife4j.version}</version>
  162. </dependency>
  163. <!--阿里数据库连接池 -->
  164. <dependency>
  165. <groupId>com.alibaba</groupId>
  166. <artifactId>druid-spring-boot-starter</artifactId>
  167. <version>${druid.version}</version>
  168. </dependency>
  169. <!-- web 模块 -->
  170. <dependency>
  171. <groupId>org.springframework.boot</groupId>
  172. <artifactId>spring-boot-starter-web</artifactId>
  173. <version>${spring-boot.version}</version>
  174. </dependency>
  175. <!-- mybatis plus -->
  176. <dependency>
  177. <groupId>com.baomidou</groupId>
  178. <artifactId>mybatis-plus-boot-starter</artifactId>
  179. <version>${mybatis-plus.version}</version>
  180. </dependency>
  181. <!-- mybatis plus generator -->
  182. <dependency>
  183. <groupId>com.baomidou</groupId>
  184. <artifactId>mybatis-plus-generator</artifactId>
  185. <version>${mybatis-plus-generator.version}</version>
  186. </dependency>
  187. <!-- MySQL -->
  188. <dependency>
  189. <groupId>mysql</groupId>
  190. <artifactId>mysql-connector-java</artifactId>
  191. <version>${mysql-connector.version}</version>
  192. </dependency>
  193. <!-- hutool -->
  194. <dependency>
  195. <groupId>cn.hutool</groupId>
  196. <artifactId>hutool-all</artifactId>
  197. <version>${hutool.version}</version>
  198. </dependency>
  199. <!-- guava -->
  200. <dependency>
  201. <groupId>com.google.guava</groupId>
  202. <artifactId>guava</artifactId>
  203. <version>${guava.version}</version>
  204. </dependency>
  205. <!-- fastjson -->
  206. <dependency>
  207. <groupId>com.alibaba</groupId>
  208. <artifactId>fastjson</artifactId>
  209. <version>${fastjson.version}</version>
  210. </dependency>
  211. <!-- easyexcel -->
  212. <dependency>
  213. <groupId>com.alibaba</groupId>
  214. <artifactId>easyexcel</artifactId>
  215. <version>${easyexcel.version}</version>
  216. </dependency>
  217. <!-- velocity -->
  218. <dependency>
  219. <groupId>org.apache.velocity</groupId>
  220. <artifactId>velocity-engine-core</artifactId>
  221. <version>${velocity.version}</version>
  222. </dependency>
  223. <!-- minio -->
  224. <dependency>
  225. <groupId>io.minio</groupId>
  226. <artifactId>minio</artifactId>
  227. <version>${minio.version}</version>
  228. </dependency>
  229. <!-- okhttp -->
  230. <dependency>
  231. <groupId>com.squareup.okhttp3</groupId>
  232. <artifactId>okhttp</artifactId>
  233. <version>${okhttp.version}</version>
  234. </dependency>
  235. <!-- log4j -->
  236. <dependency>
  237. <groupId>org.apache.logging.log4j</groupId>
  238. <artifactId>log4j-api</artifactId>
  239. <version>${log4j2.version}</version>
  240. </dependency>
  241. <dependency>
  242. <groupId>org.apache.logging.log4j</groupId>
  243. <artifactId>log4j-to-slf4j</artifactId>
  244. <version>${log4j2.version}</version>
  245. </dependency>
  246. <!-- sa-token -->
  247. <dependency>
  248. <groupId>cn.dev33</groupId>
  249. <artifactId>sa-token-spring-boot-starter</artifactId>
  250. <version>${satoken.version}</version>
  251. </dependency>
  252. <!-- sa-token redis -->
  253. <dependency>
  254. <groupId>cn.dev33</groupId>
  255. <artifactId>sa-token-dao-redis-jackson</artifactId>
  256. <version>${satoken.version}</version>
  257. </dependency>
  258. <!-- 核心模块 -->
  259. <!-- 通用模块 -->
  260. <!-- 系统模块 -->
  261. <dependency>
  262. <groupId>com.tuoren</groupId>
  263. <artifactId>iot-service-api</artifactId>
  264. <version>${nb.version}</version>
  265. </dependency>
  266. <dependency>
  267. <groupId>com.tuoren</groupId>
  268. <artifactId>iot-service</artifactId>
  269. <version>${nb.version}</version>
  270. </dependency>
  271. <dependency>
  272. <groupId>com.tuoren</groupId>
  273. <artifactId>web-service-api</artifactId>
  274. <version>${nb.version}</version>
  275. </dependency>
  276. <dependency>
  277. <groupId>com.tuoren</groupId>
  278. <artifactId>web-service</artifactId>
  279. <version>${nb.version}</version>
  280. </dependency>
  281. <!-- OSS文件存储模块 -->
  282. <dependency>
  283. <groupId>com.tuoren</groupId>
  284. <artifactId>nb-oss</artifactId>
  285. <version>${nb.version}</version>
  286. </dependency>
  287. <dependency>
  288. <groupId>org.jboss.marshalling</groupId>
  289. <artifactId>jboss-marshalling</artifactId>
  290. <version>2.0.9.Final</version>
  291. </dependency>
  292. <!-- redisson配置 -->
  293. <dependency>
  294. <groupId>org.redisson</groupId>
  295. <artifactId>redisson-spring-boot-starter</artifactId>
  296. <version>${redisson.version}</version>
  297. <exclusions>
  298. <exclusion>
  299. <groupId>org.springframework.boot</groupId>
  300. <artifactId>spring-boot-starter-web</artifactId>
  301. </exclusion>
  302. </exclusions>
  303. </dependency>
  304. <!--验证码配置-->
  305. <dependency>
  306. <groupId>com.github.whvcse</groupId>
  307. <artifactId>easy-captcha</artifactId>
  308. <version>${captcha.version}</version>
  309. </dependency>
  310. <!--阿里云物联网sdk-->
  311. <!-- https://mvnrepository.com/artifact/com.aliyun/aliyun-java-sdk-iot -->
  312. <dependency>
  313. <groupId>com.aliyun</groupId>
  314. <artifactId>aliyun-java-sdk-iot</artifactId>
  315. <version>${aliyun.iot.verison}</version>
  316. </dependency>
  317. <dependency>
  318. <groupId>com.aliyun</groupId>
  319. <artifactId>aliyun-java-sdk-core</artifactId>
  320. <version>${aliyun.sdk.verison}</version>
  321. </dependency>
  322. <!-- amqp 1.0 qpid client -->
  323. <dependency>
  324. <groupId>org.apache.qpid</groupId>
  325. <artifactId>qpid-jms-client</artifactId>
  326. <version>${jms.verison}</version>
  327. </dependency>
  328. </dependencies>
  329. </dependencyManagement>
  330. </project>