pom.xml 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280
  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. <packaging>pom</packaging>
  7. <groupId>cn.vbdsm</groupId>
  8. <artifactId>vbdsm-hj212</artifactId>
  9. <version>2.1.0</version>
  10. <modules>
  11. <module>vbdsm-hj212-modle</module>
  12. <module>vbdsm-hj212-datacollect</module>
  13. <module>vbdsm-hj212-rpc</module>
  14. <module>vbdsm-hj212-server</module>
  15. <module>vbdsm-hj212-plugs</module>
  16. <module>vbdsm-hj212-socket</module>
  17. </modules>
  18. <parent>
  19. <groupId>org.springframework.boot</groupId>
  20. <artifactId>spring-boot-starter-parent</artifactId>
  21. <version>2.0.5.RELEASE</version>
  22. <relativePath/>
  23. </parent>
  24. <properties>
  25. <springboot.skip>false</springboot.skip>
  26. <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
  27. <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
  28. <java.version>1.8</java.version>
  29. <sharding-jdbc.version>3.0.0.M1</sharding-jdbc.version>
  30. <core.common.version>1.0</core.common.version>
  31. <druid.version>1.1.1</druid.version>
  32. <mybatis.starter.version>1.3.2</mybatis.starter.version>
  33. <fastjson.version>1.2.47</fastjson.version>
  34. <spring.boot.version>2.0.5.RELEASE</spring.boot.version>
  35. <commons-pool2.version>2.4.2</commons-pool2.version>
  36. <poi.version>3.16</poi.version>
  37. <feign.version>8.18.0</feign.version>
  38. <swagger.version>2.7.0</swagger.version>
  39. <pagehelper.version>1.2.5</pagehelper.version>
  40. <ttl.version>2.10.0</ttl.version>
  41. <xxl-job.version>2.4.0</xxl-job.version>
  42. <poi-tl.version>1.4.2</poi-tl.version>
  43. <jfreechart.version>1.0.19</jfreechart.version>
  44. <commons-csv.version>1.6</commons-csv.version>
  45. <dom4j.version>2.1.1</dom4j.version>
  46. <jaxen.version>1.1.6</jaxen.version>
  47. <redis.version>2.0.5.RELEASE</redis.version>
  48. <guava.version>27.0.1-jre</guava.version>
  49. <bboss-elasticsearch.version>5.5.5</bboss-elasticsearch.version>
  50. <m2e.apt.activation>jdt_apt</m2e.apt.activation>
  51. <org.mapstruct.version>1.3.0.Final</org.mapstruct.version>
  52. <lombok.version>1.18.26</lombok.version>
  53. <epp.version>1.0-SNAPSHOT</epp.version>
  54. <netty.version>4.1.34.Final</netty.version>
  55. </properties>
  56. <dependencyManagement>
  57. <dependencies>
  58. <dependency>
  59. <groupId>org.springframework.cloud</groupId>
  60. <artifactId>spring-cloud-dependencies</artifactId>
  61. <version>Finchley.RELEASE</version>
  62. <type>pom</type>
  63. <scope>import</scope>
  64. </dependency>
  65. <dependency>
  66. <groupId>org.springframework.boot</groupId>
  67. <artifactId>spring-boot-dependencies</artifactId>
  68. <version>${spring.boot.version}</version>
  69. <type>pom</type>
  70. <scope>import</scope>
  71. </dependency>
  72. <dependency>
  73. <groupId>io.netty</groupId>
  74. <artifactId>netty-all</artifactId>
  75. <version>${netty.version}</version>
  76. </dependency>
  77. <dependency>
  78. <groupId>org.projectlombok</groupId>
  79. <artifactId>lombok</artifactId>
  80. <version>${lombok.version}</version>
  81. </dependency>
  82. <dependency>
  83. <groupId>${project.groupId}</groupId>
  84. <artifactId>vbdsm-hj212-socket</artifactId>
  85. <version>${project.version}</version>
  86. </dependency>
  87. <dependency>
  88. <groupId>${project.groupId}</groupId>
  89. <artifactId>vbdsm-hj212-modle</artifactId>
  90. <version>${project.version}</version>
  91. </dependency>
  92. <dependency>
  93. <groupId>${project.groupId}</groupId>
  94. <artifactId>vbdsm-hj212-plugs</artifactId>
  95. <version>${project.version}</version>
  96. </dependency>
  97. <dependency>
  98. <groupId>${project.groupId}</groupId>
  99. <artifactId>vbdsm-hj212-rpc</artifactId>
  100. <version>${project.version}</version>
  101. </dependency>
  102. <dependency>
  103. <groupId>com.alibaba</groupId>
  104. <artifactId>fastjson</artifactId>
  105. <version>${fastjson.version}</version>
  106. </dependency>
  107. <dependency>
  108. <groupId>org.mybatis.spring.boot</groupId>
  109. <artifactId>mybatis-spring-boot-starter</artifactId>
  110. <version>${mybatis.starter.version}</version>
  111. </dependency>
  112. <dependency>
  113. <groupId>com.alibaba</groupId>
  114. <artifactId>druid</artifactId>
  115. <version>${druid.version}</version>
  116. </dependency>
  117. <dependency>
  118. <groupId>org.apache.commons</groupId>
  119. <artifactId>commons-pool2</artifactId>
  120. <version>${commons-pool2.version}</version>
  121. </dependency>
  122. <dependency>
  123. <groupId>io.shardingsphere</groupId>
  124. <artifactId>sharding-jdbc</artifactId>
  125. <version>${sharding-jdbc.version}</version>
  126. </dependency>
  127. <dependency>
  128. <groupId>io.shardingsphere</groupId>
  129. <artifactId>sharding-jdbc-spring-boot-starter</artifactId>
  130. <version>${sharding-jdbc.version}</version>
  131. </dependency>
  132. <dependency>
  133. <groupId>javax.core.common</groupId>
  134. <artifactId>core-common-utils</artifactId>
  135. <version>${core.common.version}</version>
  136. </dependency>
  137. <dependency>
  138. <groupId>org.projectlombok</groupId>
  139. <artifactId>lombok</artifactId>
  140. <version>${lombok.version}</version>
  141. </dependency>
  142. <dependency>
  143. <groupId>commons-lang</groupId>
  144. <artifactId>commons-lang</artifactId>
  145. <version>2.6</version>
  146. </dependency>
  147. <dependency>
  148. <groupId>org.apache.poi</groupId>
  149. <artifactId>poi</artifactId>
  150. <version>${poi.version}</version>
  151. </dependency>
  152. <!-- https://mvnrepository.com/artifact/org.apache.poi/poi-ooxml-schemas -->
  153. <dependency>
  154. <groupId>org.apache.poi</groupId>
  155. <artifactId>poi-ooxml-schemas</artifactId>
  156. <version>${poi.version}</version>
  157. </dependency>
  158. <dependency>
  159. <groupId>org.apache.poi</groupId>
  160. <artifactId>poi-ooxml</artifactId>
  161. <version>${poi.version}</version>
  162. </dependency>
  163. <dependency>
  164. <groupId>javax.ws.rs</groupId>
  165. <artifactId>jsr311-api</artifactId>
  166. <version>1.1.1</version>
  167. </dependency>
  168. <dependency>
  169. <groupId>com.netflix.feign</groupId>
  170. <artifactId>feign-core</artifactId>
  171. <version>${feign.version}</version>
  172. </dependency>
  173. <dependency>
  174. <groupId>com.netflix.feign</groupId>
  175. <artifactId>feign-jackson</artifactId>
  176. <version>${feign.version}</version>
  177. </dependency>
  178. <dependency>
  179. <groupId>com.netflix.feign</groupId>
  180. <artifactId>feign-jaxrs</artifactId>
  181. <version>${feign.version}</version>
  182. </dependency>
  183. <dependency>
  184. <groupId>io.jsonwebtoken</groupId>
  185. <artifactId>jjwt</artifactId>
  186. <version>0.7.0</version>
  187. </dependency>
  188. <!-- 分页插件 -->
  189. <dependency>
  190. <groupId>com.github.pagehelper</groupId>
  191. <artifactId>pagehelper-spring-boot-starter</artifactId>
  192. <version>${pagehelper.version}</version>
  193. </dependency>
  194. <!-- https://mvnrepository.com/artifact/com.alibaba/transmittable-thread-local -->
  195. <dependency>
  196. <groupId>com.alibaba</groupId>
  197. <artifactId>transmittable-thread-local</artifactId>
  198. <version>${ttl.version}</version>
  199. </dependency>
  200. <!-- 拼音首字母缩写 -->
  201. <dependency>
  202. <groupId>com.belerweb</groupId>
  203. <artifactId>pinyin4j</artifactId>
  204. <version>2.5.0</version>
  205. </dependency>
  206. <!-- xxl-job-core -->
  207. <dependency>
  208. <groupId>com.xuxueli</groupId>
  209. <artifactId>xxl-job-core</artifactId>
  210. <version>${xxl-job.version}</version>
  211. </dependency>
  212. </dependencies>
  213. </dependencyManagement>
  214. <build>
  215. <plugins>
  216. <plugin>
  217. <groupId>org.springframework.boot</groupId>
  218. <artifactId>spring-boot-maven-plugin</artifactId>
  219. <configuration>
  220. <skip>${springboot.skip}</skip>
  221. </configuration>
  222. </plugin>
  223. <plugin>
  224. <groupId>org.apache.maven.plugins</groupId>
  225. <artifactId>maven-compiler-plugin</artifactId>
  226. <configuration>
  227. <source>${java.version}</source>
  228. <target>${java.version}</target>
  229. <compilerVersion>${java.version}</compilerVersion>
  230. <encoding>UTF-8</encoding>
  231. <compilerArgument>-Xlint:unchecked</compilerArgument>
  232. <annotationProcessorPaths>
  233. <path>
  234. <groupId>org.projectlombok</groupId>
  235. <artifactId>lombok</artifactId>
  236. <version>${lombok.version}</version>
  237. </path>
  238. <path>
  239. <groupId>org.mapstruct</groupId>
  240. <artifactId>mapstruct-processor</artifactId>
  241. <version>${org.mapstruct.version}</version>
  242. </path>
  243. </annotationProcessorPaths>
  244. </configuration>
  245. </plugin>
  246. <plugin>
  247. <groupId>org.apache.maven.plugins</groupId>
  248. <artifactId>maven-resources-plugin</artifactId>
  249. <configuration>
  250. <nonFilteredFileExtensions>
  251. <nonFilteredFileExtension>xlsx</nonFilteredFileExtension>
  252. <nonFilteredFileExtension>xls</nonFilteredFileExtension>
  253. <nonFilteredFileExtension>zip</nonFilteredFileExtension>
  254. <nonFilteredFileExtension>cer</nonFilteredFileExtension>
  255. <nonFilteredFileExtension>pfx</nonFilteredFileExtension>
  256. <nonFilteredFileExtension>py</nonFilteredFileExtension>
  257. <nonFilteredFileExtension>keystore</nonFilteredFileExtension>
  258. <nonFilteredFileExtension>doc</nonFilteredFileExtension>
  259. <nonFilteredFileExtension>docx</nonFilteredFileExtension>
  260. </nonFilteredFileExtensions>
  261. </configuration>
  262. </plugin>
  263. </plugins>
  264. </build>
  265. </project>