pom.xml 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351
  1. <project xmlns="http://maven.apache.org/POM/4.0.0"
  2. xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  3. xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
  4. <modelVersion>4.0.0</modelVersion>
  5. <groupId>com.yyjc.fbs</groupId>
  6. <artifactId>fbs-parent</artifactId>
  7. <version>1.0</version>
  8. <packaging>pom</packaging>
  9. <parent>
  10. <groupId>org.springframework.boot</groupId>
  11. <artifactId>spring-boot-starter-parent</artifactId>
  12. <version>2.5.2</version>
  13. <relativePath />
  14. </parent>
  15. <modules>
  16. <module>fbs-model</module>
  17. <module>fbs-plugin-security</module>
  18. <module>fbs-security-common</module>
  19. <module>fbs-security-service</module>
  20. <module>fbs-statistic-service</module>
  21. <module>fbs-sys-service</module>
  22. <module>fbs-upload-service</module>
  23. <module>fbs-app-service</module>
  24. <module>fbs-server-lampblack</module>
  25. </modules>
  26. <!--<distributionManagement>
  27. <repository>
  28. <id>maven-releases</id>
  29. <name>Releases</name>
  30. <url>http://192.168.0.103:8081/repository/maven-releases/</url>
  31. </repository>
  32. <snapshotRepository>
  33. <id>maven-snapshots</id>
  34. <name>Snapshot</name>
  35. <url>http://192.168.0.103:8081/repository/maven-snapshots/</url>
  36. </snapshotRepository>
  37. </distributionManagement>-->
  38. <properties>
  39. <springboot.skip>false</springboot.skip>
  40. <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
  41. <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
  42. <java.version>1.8</java.version>
  43. <sharding-jdbc.version>3.0.0.M1</sharding-jdbc.version>
  44. <core.common.version>1.0</core.common.version>
  45. <druid.version>1.2.6</druid.version>
  46. <mybatis.starter.version>2.2.0</mybatis.starter.version>
  47. <fastjson.version>1.2.71</fastjson.version>
  48. <spring.boot.version>2.5.2</spring.boot.version>
  49. <commons-pool2.version>2.10.0</commons-pool2.version>
  50. <poi.version>3.16</poi.version>
  51. <feign.version>8.18.0</feign.version>
  52. <pagehelper.version>1.3.0</pagehelper.version>
  53. <ttl.version>2.10.0</ttl.version>
  54. <xxl-job.version>2.3.0</xxl-job.version>
  55. <poi-tl.version>1.4.2</poi-tl.version>
  56. <jfreechart.version>1.0.19</jfreechart.version>
  57. <commons-csv.version>1.6</commons-csv.version>
  58. <dom4j.version>2.1.1</dom4j.version>
  59. <jaxen.version>1.1.6</jaxen.version>
  60. <redis.version>2.5.2</redis.version>
  61. <guava.version>27.0.1-jre</guava.version>
  62. <bboss-elasticsearch.version>5.5.5</bboss-elasticsearch.version>
  63. <m2e.apt.activation>jdt_apt</m2e.apt.activation>
  64. <org.mapstruct.version>1.3.0.Final</org.mapstruct.version>
  65. <apollo-client.version>1.8.0</apollo-client.version>
  66. <validation.version>2.5.2</validation.version>
  67. </properties>
  68. <dependencyManagement>
  69. <dependencies>
  70. <dependency>
  71. <groupId>org.springframework.cloud</groupId>
  72. <artifactId>spring-cloud-dependencies</artifactId>
  73. <version>2020.0.3</version>
  74. <type>pom</type>
  75. <scope>import</scope>
  76. </dependency>
  77. <dependency>
  78. <groupId>com.common.springboot.plugins</groupId>
  79. <artifactId>common-plugins-parent</artifactId>
  80. <version>1.0-SNAPSHOT</version>
  81. <type>pom</type>
  82. <scope>import</scope>
  83. </dependency>
  84. <dependency>
  85. <groupId>${project.groupId}</groupId>
  86. <artifactId>fbs-model</artifactId>
  87. <version>${project.version}</version>
  88. </dependency>
  89. <dependency>
  90. <groupId>${project.groupId}</groupId>
  91. <artifactId>fbs-security-common</artifactId>
  92. <version>${project.version}</version>
  93. </dependency>
  94. <dependency>
  95. <groupId>${project.groupId}</groupId>
  96. <artifactId>fbs-plugin-security</artifactId>
  97. <version>${project.version}</version>
  98. </dependency>
  99. <dependency>
  100. <groupId>org.mybatis.spring.boot</groupId>
  101. <artifactId>mybatis-spring-boot-starter</artifactId>
  102. <version>${mybatis.starter.version}</version>
  103. </dependency>
  104. <dependency>
  105. <groupId>com.alibaba</groupId>
  106. <artifactId>druid</artifactId>
  107. <version>${druid.version}</version>
  108. </dependency>
  109. <dependency>
  110. <groupId>com.alibaba</groupId>
  111. <artifactId>fastjson</artifactId>
  112. <version>${fastjson.version}</version>
  113. </dependency>
  114. <dependency>
  115. <groupId>org.apache.commons</groupId>
  116. <artifactId>commons-pool2</artifactId>
  117. <version>${commons-pool2.version}</version>
  118. </dependency>
  119. <dependency>
  120. <groupId>io.shardingsphere</groupId>
  121. <artifactId>sharding-jdbc</artifactId>
  122. <version>${sharding-jdbc.version}</version>
  123. </dependency>
  124. <dependency>
  125. <groupId>io.shardingsphere</groupId>
  126. <artifactId>sharding-jdbc-spring-boot-starter</artifactId>
  127. <version>${sharding-jdbc.version}</version>
  128. </dependency>
  129. <dependency>
  130. <groupId>javax.core.common</groupId>
  131. <artifactId>core-common-utils</artifactId>
  132. <version>${core.common.version}</version>
  133. </dependency>
  134. <dependency>
  135. <groupId>org.springframework.boot</groupId>
  136. <artifactId>spring-boot-dependencies</artifactId>
  137. <version>${spring.boot.version}</version>
  138. <type>pom</type>
  139. <scope>import</scope>
  140. </dependency>
  141. <dependency>
  142. <groupId>commons-lang</groupId>
  143. <artifactId>commons-lang</artifactId>
  144. <version>2.6</version>
  145. </dependency>
  146. <dependency>
  147. <groupId>org.apache.poi</groupId>
  148. <artifactId>poi</artifactId>
  149. <version>${poi.version}</version>
  150. </dependency>
  151. <dependency>
  152. <groupId>org.apache.poi</groupId>
  153. <artifactId>poi-ooxml-schemas</artifactId>
  154. <version>${poi.version}</version>
  155. </dependency>
  156. <dependency>
  157. <groupId>org.apache.poi</groupId>
  158. <artifactId>poi-ooxml</artifactId>
  159. <version>${poi.version}</version>
  160. </dependency>
  161. <dependency>
  162. <groupId>com.netflix.feign</groupId>
  163. <artifactId>feign-core</artifactId>
  164. <version>${feign.version}</version>
  165. </dependency>
  166. <dependency>
  167. <groupId>javax.ws.rs</groupId>
  168. <artifactId>jsr311-api</artifactId>
  169. <version>1.1.1</version>
  170. </dependency>
  171. <dependency>
  172. <groupId>com.netflix.feign</groupId>
  173. <artifactId>feign-jackson</artifactId>
  174. <version>${feign.version}</version>
  175. </dependency>
  176. <dependency>
  177. <groupId>com.netflix.feign</groupId>
  178. <artifactId>feign-jaxrs</artifactId>
  179. <version>${feign.version}</version>
  180. </dependency>
  181. <dependency>
  182. <groupId>io.jsonwebtoken</groupId>
  183. <artifactId>jjwt</artifactId>
  184. <version>0.7.0</version>
  185. </dependency>
  186. <!-- 分页插件 -->
  187. <dependency>
  188. <groupId>com.github.pagehelper</groupId>
  189. <artifactId>pagehelper-spring-boot-starter</artifactId>
  190. <version>${pagehelper.version}</version>
  191. </dependency>
  192. <dependency>
  193. <groupId>com.ctrip.framework.apollo</groupId>
  194. <artifactId>apollo-client</artifactId>
  195. <version>${apollo-client.version}</version>
  196. </dependency>
  197. <dependency>
  198. <groupId>com.alibaba</groupId>
  199. <artifactId>transmittable-thread-local</artifactId>
  200. <version>${ttl.version}</version>
  201. </dependency>
  202. <!-- 拼音首字母缩写 -->
  203. <dependency>
  204. <groupId>com.belerweb</groupId>
  205. <artifactId>pinyin4j</artifactId>
  206. <version>2.5.0</version>
  207. </dependency>
  208. <!-- xxl-job-core -->
  209. <dependency>
  210. <groupId>com.xuxueli</groupId>
  211. <artifactId>xxl-job-core</artifactId>
  212. <version>${xxl-job.version}</version>
  213. </dependency>
  214. <dependency>
  215. <groupId>com.deepoove</groupId>
  216. <artifactId>poi-tl</artifactId>
  217. <version>${poi-tl.version}</version>
  218. </dependency>
  219. <dependency>
  220. <groupId>org.jfree</groupId>
  221. <artifactId>jfreechart</artifactId>
  222. <version>${jfreechart.version}</version>
  223. </dependency>
  224. <dependency>
  225. <groupId>org.apache.commons</groupId>
  226. <artifactId>commons-csv</artifactId>
  227. <version>${commons-csv.version}</version>
  228. </dependency>
  229. <dependency>
  230. <groupId>org.dom4j</groupId>
  231. <artifactId>dom4j</artifactId>
  232. <version>${dom4j.version}</version>
  233. </dependency>
  234. <dependency>
  235. <groupId>jaxen</groupId>
  236. <artifactId>jaxen</artifactId>
  237. <version>${jaxen.version}</version>
  238. </dependency>
  239. <dependency>
  240. <groupId>org.springframework.boot</groupId>
  241. <artifactId>spring-boot-starter-data-redis</artifactId>
  242. <version>${redis.version}</version>
  243. </dependency>
  244. <dependency>
  245. <groupId>com.google.guava</groupId>
  246. <artifactId>guava</artifactId>
  247. <version>${guava.version}</version>
  248. </dependency>
  249. <dependency>
  250. <groupId>com.bbossgroups.plugins</groupId>
  251. <artifactId>bboss-elasticsearch-spring-boot-starter</artifactId>
  252. <version>${bboss-elasticsearch.version}</version>
  253. </dependency>
  254. <!-- mapstruct -->
  255. <dependency>
  256. <groupId>org.mapstruct</groupId>
  257. <artifactId>mapstruct</artifactId>
  258. <version>${org.mapstruct.version}</version>
  259. </dependency>
  260. <!-- jxls -->
  261. <dependency>
  262. <groupId>org.jxls</groupId>
  263. <artifactId>jxls</artifactId>
  264. <version>2.4.0</version>
  265. </dependency>
  266. <dependency>
  267. <groupId>org.jxls</groupId>
  268. <artifactId>jxls-poi</artifactId>
  269. <version>1.0.12</version>
  270. </dependency>
  271. <dependency>
  272. <groupId>org.jxls</groupId>
  273. <artifactId>jxls-jexcel</artifactId>
  274. <version>1.0.6</version>
  275. </dependency>
  276. <!-- validation-->
  277. <dependency>
  278. <groupId>org.springframework.boot</groupId>
  279. <artifactId>spring-boot-starter-validation</artifactId>
  280. <version>${validation.version}</version>
  281. </dependency>
  282. </dependencies>
  283. </dependencyManagement>
  284. <build>
  285. <plugins>
  286. <plugin>
  287. <groupId>org.springframework.boot</groupId>
  288. <artifactId>spring-boot-maven-plugin</artifactId>
  289. <configuration>
  290. <skip>${springboot.skip}</skip>
  291. </configuration>
  292. </plugin>
  293. <plugin>
  294. <groupId>org.apache.maven.plugins</groupId>
  295. <artifactId>maven-compiler-plugin</artifactId>
  296. <configuration>
  297. <source>${java.version}</source>
  298. <target>${java.version}</target>
  299. <compilerVersion>${java.version}</compilerVersion>
  300. <encoding>UTF-8</encoding>
  301. <compilerArgument>-Xlint:unchecked</compilerArgument>
  302. <annotationProcessorPaths>
  303. <path>
  304. <groupId>org.mapstruct</groupId>
  305. <artifactId>mapstruct-processor</artifactId>
  306. <version>${org.mapstruct.version}</version>
  307. </path>
  308. </annotationProcessorPaths>
  309. </configuration>
  310. </plugin>
  311. <plugin>
  312. <groupId>org.apache.maven.plugins</groupId>
  313. <artifactId>maven-resources-plugin</artifactId>
  314. <configuration>
  315. <nonFilteredFileExtensions>
  316. <nonFilteredFileExtension>xlsx</nonFilteredFileExtension>
  317. <nonFilteredFileExtension>xls</nonFilteredFileExtension>
  318. <nonFilteredFileExtension>zip</nonFilteredFileExtension>
  319. <nonFilteredFileExtension>cer</nonFilteredFileExtension>
  320. <nonFilteredFileExtension>pfx</nonFilteredFileExtension>
  321. <nonFilteredFileExtension>py</nonFilteredFileExtension>
  322. <nonFilteredFileExtension>keystore</nonFilteredFileExtension>
  323. <nonFilteredFileExtension>doc</nonFilteredFileExtension>
  324. <nonFilteredFileExtension>docx</nonFilteredFileExtension>
  325. </nonFilteredFileExtensions>
  326. </configuration>
  327. </plugin>
  328. </plugins>
  329. </build>
  330. </project>