pom.xml 20 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557
  1. <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2. xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
  3. <modelVersion>4.0.0</modelVersion>
  4. <groupId>org.jeecgframework.boot</groupId>
  5. <artifactId>jeecg-boot-parent</artifactId>
  6. <version>2.0.2</version>
  7. <packaging>pom</packaging>
  8. <parent>
  9. <groupId>org.springframework.boot</groupId>
  10. <artifactId>spring-boot-starter-parent</artifactId>
  11. <version>2.2.3.RELEASE</version>
  12. <relativePath/>
  13. </parent>
  14. <modules>
  15. <module>jeecg-boot-base-common</module>
  16. <module>module-common</module>
  17. <module>jeecg-boot-module-activiti</module>
  18. <module>module-crawler</module>
  19. <module>module-kuaishou</module>
  20. <module>module-toutiao</module>
  21. <module>module-media</module>
  22. <module>module-ctop</module>
  23. <module>performance-appraisal</module>
  24. <module>module-check</module>
  25. <module>jeecg-boot-module-system</module>
  26. <module>module-job-bytedance</module>
  27. <module>module-job-kuaishou</module>
  28. <module>module-callback</module>
  29. </modules>
  30. <distributionManagement>
  31. <repository>
  32. <id>jeecg</id>
  33. <name>jeecg Repository</name>
  34. <url>http://maven.jeecg.com:8090/nexus/content/repositories/jeecg</url>
  35. </repository>
  36. <snapshotRepository>
  37. <id>jeecg-snapshots</id>
  38. <name>jeecg Snapshot Repository</name>
  39. <url>http://maven.jeecg.com:8090/nexus/content/repositories/snapshots/</url>
  40. </snapshotRepository>
  41. </distributionManagement>
  42. <repositories>
  43. <repository>
  44. <id>bintray-americanexpress-maven</id>
  45. <url>https://dl.bintray.com/americanexpress/maven</url>
  46. </repository>
  47. <repository>
  48. <id>aliyun</id>
  49. <name>aliyun Repository</name>
  50. <url>http://maven.aliyun.com/nexus/content/groups/public</url>
  51. <snapshots>
  52. <enabled>false</enabled>
  53. </snapshots>
  54. </repository>
  55. <repository>
  56. <id>jeecg</id>
  57. <name>jeecg Repository</name>
  58. <url>http://maven.jeecg.org/nexus/content/repositories/jeecg</url>
  59. <snapshots>
  60. <enabled>false</enabled>
  61. </snapshots>
  62. </repository>
  63. <repository>
  64. <id>maven-3rdparty</id>
  65. <url>https://packages.atlassian.com/maven-3rdparty/</url>
  66. </repository>
  67. <repository>
  68. <id>ctop</id>
  69. <url>http://118.24.244.213:8081/repository/3rd_part</url>
  70. </repository>
  71. </repositories>
  72. <pluginRepositories>
  73. <pluginRepository>
  74. <snapshots>
  75. <enabled>true</enabled>
  76. </snapshots>
  77. <id>ctop</id>
  78. <url>http://118.24.244.213:8081/repository/3rd_part</url>
  79. </pluginRepository>
  80. </pluginRepositories>
  81. <properties>
  82. <jeecgboot.common.version>2.0.2</jeecgboot.common.version>
  83. <java.version>1.8</java.version>
  84. <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
  85. <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
  86. <mybatis-plus.version>3.1.2</mybatis-plus.version>
  87. <druid.version>1.1.10</druid.version>
  88. <commons.version>2.6</commons.version>
  89. <aliyun-java-sdk-core.version>3.5.0</aliyun-java-sdk-core.version>
  90. <aliyun-java-sdk-dysmsapi.version>1.0.0</aliyun-java-sdk-dysmsapi.version>
  91. </properties>
  92. <dependencies>
  93. <!--集成springmvc框架并实现自动配置 -->
  94. <dependency>
  95. <groupId>org.springframework.boot</groupId>
  96. <artifactId>spring-boot-starter-web</artifactId>
  97. <exclusions>
  98. <exclusion>
  99. <groupId>ch.qos.logback</groupId>
  100. <artifactId>logback-classic</artifactId>
  101. </exclusion>
  102. </exclusions>
  103. </dependency>
  104. <dependency>
  105. <groupId>org.springframework.boot</groupId>
  106. <artifactId>spring-boot-starter-mail</artifactId>
  107. </dependency>
  108. <dependency>
  109. <groupId>org.springframework.boot</groupId>
  110. <artifactId>spring-boot-starter-test</artifactId>
  111. <scope>test</scope>
  112. </dependency>
  113. <dependency>
  114. <groupId>org.springframework.boot</groupId>
  115. <artifactId>spring-boot-starter-aop</artifactId>
  116. </dependency>
  117. <!-- 第三方登录 -->
  118. <dependency>
  119. <groupId>com.xkcoding.justauth</groupId>
  120. <artifactId>justauth-spring-boot-starter</artifactId>
  121. <version>1.3.2</version>
  122. <exclusions>
  123. <exclusion>
  124. <artifactId>fastjson</artifactId>
  125. <groupId>com.alibaba</groupId>
  126. </exclusion>
  127. </exclusions>
  128. </dependency>
  129. <dependency>
  130. <groupId>org.springframework.boot</groupId>
  131. <artifactId>spring-boot-starter-actuator</artifactId>
  132. </dependency>
  133. <!-- commons -->
  134. <dependency>
  135. <groupId>commons-io</groupId>
  136. <artifactId>commons-io</artifactId>
  137. <version>${commons.version}</version>
  138. </dependency>
  139. <dependency>
  140. <groupId>commons-lang</groupId>
  141. <artifactId>commons-lang</artifactId>
  142. <version>${commons.version}</version>
  143. </dependency>
  144. <dependency>
  145. <groupId>com.google.guava</groupId>
  146. <artifactId>guava</artifactId>
  147. <version>26.0-jre</version>
  148. </dependency>
  149. <!-- freemarker -->
  150. <dependency>
  151. <groupId>org.springframework.boot</groupId>
  152. <artifactId>spring-boot-starter-freemarker</artifactId>
  153. </dependency>
  154. <!-- Lombok -->
  155. <dependency>
  156. <groupId>org.projectlombok</groupId>
  157. <artifactId>lombok</artifactId>
  158. </dependency>
  159. <dependency>
  160. <groupId>com.bstek.ureport</groupId>
  161. <artifactId>ureport2-console</artifactId>
  162. <version>2.2.9</version>
  163. </dependency>
  164. <!-- mybatis-plus -->
  165. <dependency>
  166. <groupId>com.baomidou</groupId>
  167. <artifactId>mybatis-plus-boot-starter</artifactId>
  168. <version>${mybatis-plus.version}</version>
  169. </dependency>
  170. <dependency>
  171. <groupId>com.baomidou</groupId>
  172. <artifactId>mybatis-plus-extension</artifactId>
  173. <version>${mybatis-plus.version}</version>
  174. </dependency>
  175. <!-- druid -->
  176. <dependency>
  177. <groupId>com.alibaba</groupId>
  178. <artifactId>druid-spring-boot-starter</artifactId>
  179. <version>${druid.version}</version>
  180. </dependency>
  181. <!-- 动态数据源 -->
  182. <dependency>
  183. <groupId>com.baomidou</groupId>
  184. <artifactId>dynamic-datasource-spring-boot-starter</artifactId>
  185. <version>2.5.4</version>
  186. </dependency>
  187. <!-- json -->
  188. <dependency>
  189. <groupId>com.alibaba</groupId>
  190. <artifactId>fastjson</artifactId>
  191. <version>1.2.56</version>
  192. </dependency>
  193. <dependency>
  194. <groupId>com.github.pagehelper</groupId>
  195. <artifactId>pagehelper-spring-boot-starter</artifactId>
  196. <!-- 特别注意版本问题 -->
  197. <version>1.2.3</version>
  198. </dependency>
  199. <!--mysql-->
  200. <dependency>
  201. <groupId>mysql</groupId>
  202. <artifactId>mysql-connector-java</artifactId>
  203. <version>5.1.47</version>
  204. <scope>runtime</scope>
  205. </dependency>
  206. <!--sqlserver-->
  207. <dependency>
  208. <groupId>net.sourceforge.jtds</groupId>
  209. <artifactId>jtds</artifactId>
  210. <version>1.3.1</version>
  211. <scope>runtime</scope>
  212. </dependency>
  213. <dependency>
  214. <groupId>com.microsoft.sqlserver</groupId>
  215. <artifactId>mssql-jdbc</artifactId>
  216. <version>7.2.1.jre8</version>
  217. <scope>runtime</scope>
  218. </dependency>
  219. <!-- mini文件存储服务 -->
  220. <dependency>
  221. <groupId>io.minio</groupId>
  222. <artifactId>minio</artifactId>
  223. <version>4.0.0</version>
  224. <exclusions>
  225. <exclusion>
  226. <artifactId>guava</artifactId>
  227. <groupId>com.google.guava</groupId>
  228. </exclusion>
  229. <exclusion>
  230. <artifactId>jsr305</artifactId>
  231. <groupId>com.google.code.findbugs</groupId>
  232. </exclusion>
  233. </exclusions>
  234. </dependency>
  235. <!-- Quartz定时任务 -->
  236. <dependency>
  237. <groupId>org.springframework.boot</groupId>
  238. <artifactId>spring-boot-starter-quartz</artifactId>
  239. </dependency>
  240. <!--JWT-->
  241. <dependency>
  242. <groupId>com.auth0</groupId>
  243. <artifactId>java-jwt</artifactId>
  244. <version>3.7.0</version>
  245. </dependency>
  246. <!--shiro-->
  247. <dependency>
  248. <groupId>org.apache.shiro</groupId>
  249. <artifactId>shiro-spring-boot-starter</artifactId>
  250. <version>1.4.0</version>
  251. </dependency>
  252. <!-- Swagger API文档 -->
  253. <dependency>
  254. <groupId>io.springfox</groupId>
  255. <artifactId>springfox-swagger2</artifactId>
  256. <version>2.9.2</version>
  257. </dependency>
  258. <dependency>
  259. <groupId>io.springfox</groupId>
  260. <artifactId>springfox-swagger-ui</artifactId>
  261. <version>2.9.2</version>
  262. </dependency>
  263. <dependency>
  264. <groupId>com.github.xiaoymin</groupId>
  265. <artifactId>swagger-bootstrap-ui</artifactId>
  266. <version>1.9.3</version>
  267. </dependency>
  268. <dependency>
  269. <groupId>io.springfox</groupId>
  270. <artifactId>springfox-bean-validators</artifactId>
  271. <version>2.9.2</version>
  272. </dependency>
  273. <!-- Redis -->
  274. <dependency>
  275. <groupId>org.springframework.boot</groupId>
  276. <artifactId>spring-boot-starter-data-redis</artifactId>
  277. </dependency>
  278. <dependency>
  279. <groupId>org.apache.commons</groupId>
  280. <artifactId>commons-pool2</artifactId>
  281. </dependency>
  282. <!-- 代码生成器 -->
  283. <!-- 如果下载失败,看这个链接http://jeecg-boot.mydoc.io/?t=344850 -->
  284. <dependency>
  285. <groupId>org.jeecgframework.boot</groupId>
  286. <artifactId>codegenerate</artifactId>
  287. <version>1.2.0</version>
  288. </dependency>
  289. <!-- AutoPoi Excel工具类-->
  290. <dependency>
  291. <groupId>org.jeecgframework</groupId>
  292. <artifactId>autopoi-web</artifactId>
  293. <version>1.1.1</version>
  294. <exclusions>
  295. <exclusion>
  296. <groupId>commons-codec</groupId>
  297. <artifactId>commons-codec</artifactId>
  298. </exclusion>
  299. </exclusions>
  300. </dependency>
  301. <dependency>
  302. <groupId>org.apache.httpcomponents</groupId>
  303. <artifactId>httpclient</artifactId>
  304. <version>4.5.9</version>
  305. </dependency>
  306. <dependency>
  307. <groupId>javax.persistence</groupId>
  308. <artifactId>javax.persistence-api</artifactId>
  309. <version>2.2</version>
  310. </dependency>
  311. <dependency>
  312. <groupId>org.springframework.boot</groupId>
  313. <artifactId>spring-boot-starter-data-jpa</artifactId>
  314. </dependency>
  315. <dependency>
  316. <groupId>org.apache.httpcomponents</groupId>
  317. <artifactId>httpcore</artifactId>
  318. <version>4.4</version>
  319. </dependency>
  320. <dependency>
  321. <groupId>com.squareup.retrofit2</groupId>
  322. <artifactId>retrofit</artifactId>
  323. <version>2.6.0</version>
  324. </dependency>
  325. <dependency>
  326. <groupId>org.apache.pdfbox</groupId>
  327. <artifactId>fontbox</artifactId>
  328. <version>2.0.15</version>
  329. </dependency>
  330. <dependency>
  331. <groupId>org.seleniumhq.selenium</groupId>
  332. <artifactId>selenium-java</artifactId>
  333. <version>3.141.59</version>
  334. </dependency>
  335. <dependency>
  336. <groupId>org.seleniumhq.selenium</groupId>
  337. <artifactId>selenium-firefox-driver</artifactId>
  338. <version>3.141.59</version>
  339. </dependency>
  340. <dependency>
  341. <groupId>org.json</groupId>
  342. <artifactId>json</artifactId>
  343. <version>LATEST</version>
  344. </dependency>
  345. <dependency>
  346. <groupId>com.github.binarywang</groupId>
  347. <artifactId>weixin-java-cp</artifactId>
  348. <version>3.6.0</version>
  349. </dependency>
  350. <dependency>
  351. <groupId>us.codecraft</groupId>
  352. <artifactId>webmagic-core</artifactId>
  353. <version>0.7.3</version>
  354. </dependency>
  355. <dependency>
  356. <groupId>us.codecraft</groupId>
  357. <artifactId>webmagic-extension</artifactId>
  358. <version>0.7.3</version>
  359. </dependency>
  360. <dependency>
  361. <groupId>net.sourceforge.htmlunit</groupId>
  362. <artifactId>htmlunit</artifactId>
  363. <version>2.36.0</version>
  364. </dependency>
  365. <dependency>
  366. <groupId>io.appium</groupId>
  367. <artifactId>java-client</artifactId>
  368. <version>7.2.0</version>
  369. </dependency>
  370. <!-- <dependency>-->
  371. <!-- <groupId>io.aexp.nodes.graphql</groupId>-->
  372. <!-- <artifactId>nodes</artifactId>-->
  373. <!-- <version>0.4.0</version>-->
  374. <!-- </dependency>-->
  375. <dependency>
  376. <groupId>commons-codec</groupId>
  377. <artifactId>commons-codec</artifactId>
  378. <version>1.11</version>
  379. </dependency>
  380. <!-- mini文件存储服务 -->
  381. <dependency>
  382. <groupId>io.minio</groupId>
  383. <artifactId>minio</artifactId>
  384. <version>4.0.0</version>
  385. <exclusions>
  386. <exclusion>
  387. <artifactId>guava</artifactId>
  388. <groupId>com.google.guava</groupId>
  389. </exclusion>
  390. <exclusion>
  391. <artifactId>jsr305</artifactId>
  392. <groupId>com.google.code.findbugs</groupId>
  393. </exclusion>
  394. </exclusions>
  395. </dependency>
  396. <dependency>
  397. <groupId>cn.hutool</groupId>
  398. <artifactId>hutool-all</artifactId>
  399. <version>4.5.11</version>
  400. </dependency>
  401. <!-- 阿里云短信 -->
  402. <dependency>
  403. <groupId>com.aliyun</groupId>
  404. <artifactId>aliyun-java-sdk-dysmsapi</artifactId>
  405. <version>${aliyun-java-sdk-dysmsapi.version}</version>
  406. </dependency>
  407. <dependency>
  408. <groupId>com.aliyun</groupId>
  409. <artifactId>aliyun-java-sdk-core</artifactId>
  410. <version>${aliyun-java-sdk-core.version}</version>
  411. </dependency>
  412. <dependency>
  413. <groupId>com.aliyun.oss</groupId>
  414. <artifactId>aliyun-sdk-oss</artifactId>
  415. <version>2.8.3</version>
  416. </dependency>
  417. <dependency>
  418. <groupId>com.aliyun</groupId>
  419. <artifactId>aliyun-java-sdk-mts</artifactId>
  420. <version>2.5.2</version>
  421. </dependency>
  422. <dependency>
  423. <groupId>org.bytedeco</groupId>
  424. <artifactId>javacv</artifactId>
  425. <version>1.4.2</version>
  426. </dependency>
  427. <dependency>
  428. <groupId>org.bytedeco</groupId>
  429. <artifactId>javacv-platform</artifactId>
  430. <version>1.4.2</version>
  431. </dependency>
  432. <!--<dependency>
  433. <groupId>com.qcloud</groupId>
  434. <artifactId>cos_api</artifactId>
  435. <version>5.6.24</version>
  436. </dependency>-->
  437. <dependency>
  438. <groupId>com.tencentcloudapi</groupId>
  439. <artifactId>tencentcloud-sdk-java</artifactId>
  440. <version>3.1.62</version><!-- 注:这里只是示例版本号,请获取并替换为 最新的版本号 -->
  441. </dependency>
  442. </dependencies>
  443. <dependencyManagement>
  444. <dependencies>
  445. <!-- jeecg-boot-base-common -->
  446. <dependency>
  447. <groupId>org.jeecgframework.boot</groupId>
  448. <artifactId>jeecg-boot-base-common</artifactId>
  449. <version>${jeecgboot.common.version}</version>
  450. </dependency>
  451. </dependencies>
  452. </dependencyManagement>
  453. <build>
  454. <plugins>
  455. <!--<plugin>
  456. <groupId>org.springframework.boot</groupId>
  457. <artifactId>spring-boot-maven-plugin</artifactId>
  458. </plugin>
  459. 指定JDK编译版本 -->
  460. <plugin> <!--groovy的编译--> <!--https://github.com/groovy/GMavenPlus/wiki/Examples-->
  461. <groupId>org.codehaus.gmavenplus</groupId>
  462. <artifactId>gmavenplus-plugin</artifactId>
  463. <version>1.6.1</version>
  464. <executions>
  465. <execution>
  466. <goals>
  467. <goal>addSources</goal>
  468. <goal>addTestSources</goal>
  469. <goal>generateStubs</goal>
  470. <goal>generateTestStubs</goal>
  471. <goal>compile</goal>
  472. <goal>compileTests</goal>
  473. <goal>removeStubs</goal>
  474. <goal>removeTestStubs</goal>
  475. </goals>
  476. </execution>
  477. </executions>
  478. </plugin>
  479. <plugin>
  480. <groupId>org.apache.maven.plugins</groupId>
  481. <artifactId>maven-compiler-plugin</artifactId>
  482. <configuration>
  483. <source>1.8</source>
  484. <target>1.8</target>
  485. <encoding>UTF-8</encoding>
  486. </configuration>
  487. </plugin>
  488. <!-- 打包跳过测试 -->
  489. <plugin>
  490. <groupId>org.apache.maven.plugins</groupId>
  491. <artifactId>maven-surefire-plugin</artifactId>
  492. <configuration>
  493. <skipTests>true</skipTests>
  494. </configuration>
  495. </plugin>
  496. <!-- &lt;!&ndash; 避免font文件的二进制文件格式压缩破坏 &ndash;&gt;-->
  497. <!-- <plugin>-->
  498. <!-- <groupId>org.apache.maven.plugins</groupId>-->
  499. <!-- <artifactId>maven-resources-plugin</artifactId>-->
  500. <!-- <configuration>-->
  501. <!-- <nonFilteredFileExtensions>-->
  502. <!-- <nonFilteredFileExtension>woff</nonFilteredFileExtension>-->
  503. <!-- <nonFilteredFileExtension>woff2</nonFilteredFileExtension>-->
  504. <!-- <nonFilteredFileExtension>eot</nonFilteredFileExtension>-->
  505. <!-- <nonFilteredFileExtension>ttf</nonFilteredFileExtension>-->
  506. <!-- <nonFilteredFileExtension>svg</nonFilteredFileExtension>-->
  507. <!-- </nonFilteredFileExtensions>-->
  508. <!-- </configuration>-->
  509. <!-- </plugin>-->
  510. </plugins>
  511. <resources>
  512. <resource>
  513. <directory>src/main/resources</directory>
  514. <filtering>true</filtering>
  515. </resource>
  516. <resource>
  517. <directory>src/main/java</directory>
  518. <includes>
  519. <include>**/*.xml</include>
  520. <include>**/*.json</include>
  521. <include>**/*.ftl</include>
  522. </includes>
  523. </resource>
  524. </resources>
  525. </build>
  526. </project>