pom.xml 19 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533
  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>jeecg-boot-module-activiti</module>
  17. <module>module-common</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://39.106.184.70: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://39.106.184.70: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. <!-- Quartz定时任务 -->
  220. <dependency>
  221. <groupId>org.springframework.boot</groupId>
  222. <artifactId>spring-boot-starter-quartz</artifactId>
  223. </dependency>
  224. <!--JWT-->
  225. <dependency>
  226. <groupId>com.auth0</groupId>
  227. <artifactId>java-jwt</artifactId>
  228. <version>3.7.0</version>
  229. </dependency>
  230. <!--shiro-->
  231. <dependency>
  232. <groupId>org.apache.shiro</groupId>
  233. <artifactId>shiro-spring-boot-starter</artifactId>
  234. <version>1.4.0</version>
  235. </dependency>
  236. <!-- Swagger API文档 -->
  237. <dependency>
  238. <groupId>io.springfox</groupId>
  239. <artifactId>springfox-swagger2</artifactId>
  240. <version>2.9.2</version>
  241. </dependency>
  242. <dependency>
  243. <groupId>io.springfox</groupId>
  244. <artifactId>springfox-swagger-ui</artifactId>
  245. <version>2.9.2</version>
  246. </dependency>
  247. <dependency>
  248. <groupId>com.github.xiaoymin</groupId>
  249. <artifactId>swagger-bootstrap-ui</artifactId>
  250. <version>1.9.3</version>
  251. </dependency>
  252. <dependency>
  253. <groupId>io.springfox</groupId>
  254. <artifactId>springfox-bean-validators</artifactId>
  255. <version>2.9.2</version>
  256. </dependency>
  257. <!-- Redis -->
  258. <dependency>
  259. <groupId>org.springframework.boot</groupId>
  260. <artifactId>spring-boot-starter-data-redis</artifactId>
  261. </dependency>
  262. <dependency>
  263. <groupId>org.apache.commons</groupId>
  264. <artifactId>commons-pool2</artifactId>
  265. </dependency>
  266. <!-- 代码生成器 -->
  267. <!-- 如果下载失败,看这个链接http://jeecg-boot.mydoc.io/?t=344850 -->
  268. <dependency>
  269. <groupId>org.jeecgframework.boot</groupId>
  270. <artifactId>codegenerate</artifactId>
  271. <version>1.2.0</version>
  272. </dependency>
  273. <!-- AutoPoi Excel工具类-->
  274. <dependency>
  275. <groupId>org.jeecgframework</groupId>
  276. <artifactId>autopoi-web</artifactId>
  277. <version>1.1.1</version>
  278. <exclusions>
  279. <exclusion>
  280. <groupId>commons-codec</groupId>
  281. <artifactId>commons-codec</artifactId>
  282. </exclusion>
  283. </exclusions>
  284. </dependency>
  285. <dependency>
  286. <groupId>org.apache.httpcomponents</groupId>
  287. <artifactId>httpclient</artifactId>
  288. <version>4.5.9</version>
  289. </dependency>
  290. <dependency>
  291. <groupId>org.apache.httpcomponents</groupId>
  292. <artifactId>httpcore</artifactId>
  293. <version>4.4</version>
  294. </dependency>
  295. <dependency>
  296. <groupId>com.squareup.retrofit2</groupId>
  297. <artifactId>retrofit</artifactId>
  298. <version>2.6.0</version>
  299. </dependency>
  300. <dependency>
  301. <groupId>org.apache.pdfbox</groupId>
  302. <artifactId>fontbox</artifactId>
  303. <version>2.0.15</version>
  304. </dependency>
  305. <dependency>
  306. <groupId>org.seleniumhq.selenium</groupId>
  307. <artifactId>selenium-java</artifactId>
  308. <version>3.141.59</version>
  309. </dependency>
  310. <dependency>
  311. <groupId>org.seleniumhq.selenium</groupId>
  312. <artifactId>selenium-firefox-driver</artifactId>
  313. <version>3.141.59</version>
  314. </dependency>
  315. <dependency>
  316. <groupId>org.json</groupId>
  317. <artifactId>json</artifactId>
  318. <version>LATEST</version>
  319. </dependency>
  320. <dependency>
  321. <groupId>com.github.binarywang</groupId>
  322. <artifactId>weixin-java-cp</artifactId>
  323. <version>3.6.0</version>
  324. </dependency>
  325. <dependency>
  326. <groupId>us.codecraft</groupId>
  327. <artifactId>webmagic-core</artifactId>
  328. <version>0.7.3</version>
  329. </dependency>
  330. <dependency>
  331. <groupId>us.codecraft</groupId>
  332. <artifactId>webmagic-extension</artifactId>
  333. <version>0.7.3</version>
  334. </dependency>
  335. <dependency>
  336. <groupId>net.sourceforge.htmlunit</groupId>
  337. <artifactId>htmlunit</artifactId>
  338. <version>2.36.0</version>
  339. </dependency>
  340. <dependency>
  341. <groupId>io.appium</groupId>
  342. <artifactId>java-client</artifactId>
  343. <version>7.2.0</version>
  344. </dependency>
  345. <!-- <dependency>-->
  346. <!-- <groupId>io.aexp.nodes.graphql</groupId>-->
  347. <!-- <artifactId>nodes</artifactId>-->
  348. <!-- <version>0.4.0</version>-->
  349. <!-- </dependency>-->
  350. <dependency>
  351. <groupId>commons-codec</groupId>
  352. <artifactId>commons-codec</artifactId>
  353. <version>1.11</version>
  354. </dependency>
  355. <!-- mini文件存储服务 -->
  356. <dependency>
  357. <groupId>io.minio</groupId>
  358. <artifactId>minio</artifactId>
  359. <version>4.0.0</version>
  360. <exclusions>
  361. <exclusion>
  362. <artifactId>guava</artifactId>
  363. <groupId>com.google.guava</groupId>
  364. </exclusion>
  365. <exclusion>
  366. <artifactId>jsr305</artifactId>
  367. <groupId>com.google.code.findbugs</groupId>
  368. </exclusion>
  369. </exclusions>
  370. </dependency>
  371. <dependency>
  372. <groupId>cn.hutool</groupId>
  373. <artifactId>hutool-all</artifactId>
  374. <version>4.5.11</version>
  375. </dependency>
  376. <!-- 阿里云短信 -->
  377. <dependency>
  378. <groupId>com.aliyun</groupId>
  379. <artifactId>aliyun-java-sdk-dysmsapi</artifactId>
  380. <version>${aliyun-java-sdk-dysmsapi.version}</version>
  381. </dependency>
  382. <dependency>
  383. <groupId>com.aliyun</groupId>
  384. <artifactId>aliyun-java-sdk-core</artifactId>
  385. <version>${aliyun-java-sdk-core.version}</version>
  386. </dependency>
  387. <dependency>
  388. <groupId>com.aliyun.oss</groupId>
  389. <artifactId>aliyun-sdk-oss</artifactId>
  390. <version>2.8.3</version>
  391. </dependency>
  392. <dependency>
  393. <groupId>com.aliyun</groupId>
  394. <artifactId>aliyun-java-sdk-mts</artifactId>
  395. <version>2.5.2</version>
  396. </dependency>
  397. <dependency>
  398. <groupId>org.bytedeco</groupId>
  399. <artifactId>javacv</artifactId>
  400. <version>1.4.2</version>
  401. </dependency>
  402. <dependency>
  403. <groupId>org.bytedeco</groupId>
  404. <artifactId>javacv-platform</artifactId>
  405. <version>1.4.2</version>
  406. </dependency>
  407. <!--<dependency>
  408. <groupId>com.qcloud</groupId>
  409. <artifactId>cos_api</artifactId>
  410. <version>5.6.24</version>
  411. </dependency>-->
  412. <dependency>
  413. <groupId>com.tencentcloudapi</groupId>
  414. <artifactId>tencentcloud-sdk-java</artifactId>
  415. <version>3.1.62</version><!-- 注:这里只是示例版本号,请获取并替换为 最新的版本号 -->
  416. </dependency>
  417. </dependencies>
  418. <dependencyManagement>
  419. <dependencies>
  420. <!-- jeecg-boot-base-common -->
  421. <dependency>
  422. <groupId>org.jeecgframework.boot</groupId>
  423. <artifactId>jeecg-boot-base-common</artifactId>
  424. <version>${jeecgboot.common.version}</version>
  425. </dependency>
  426. </dependencies>
  427. </dependencyManagement>
  428. <build>
  429. <plugins>
  430. <!--<plugin>
  431. <groupId>org.springframework.boot</groupId>
  432. <artifactId>spring-boot-maven-plugin</artifactId>
  433. </plugin>
  434. 指定JDK编译版本 -->
  435. <plugin> <!--groovy的编译--> <!--https://github.com/groovy/GMavenPlus/wiki/Examples-->
  436. <groupId>org.codehaus.gmavenplus</groupId>
  437. <artifactId>gmavenplus-plugin</artifactId>
  438. <version>1.6.1</version>
  439. <executions>
  440. <execution>
  441. <goals>
  442. <goal>addSources</goal>
  443. <goal>addTestSources</goal>
  444. <goal>generateStubs</goal>
  445. <goal>generateTestStubs</goal>
  446. <goal>compile</goal>
  447. <goal>compileTests</goal>
  448. <goal>removeStubs</goal>
  449. <goal>removeTestStubs</goal>
  450. </goals>
  451. </execution>
  452. </executions>
  453. </plugin>
  454. <plugin>
  455. <groupId>org.apache.maven.plugins</groupId>
  456. <artifactId>maven-compiler-plugin</artifactId>
  457. <configuration>
  458. <source>1.8</source>
  459. <target>1.8</target>
  460. <encoding>UTF-8</encoding>
  461. </configuration>
  462. </plugin>
  463. <!-- 打包跳过测试 -->
  464. <plugin>
  465. <groupId>org.apache.maven.plugins</groupId>
  466. <artifactId>maven-surefire-plugin</artifactId>
  467. <configuration>
  468. <skipTests>true</skipTests>
  469. </configuration>
  470. </plugin>
  471. <!-- &lt;!&ndash; 避免font文件的二进制文件格式压缩破坏 &ndash;&gt;-->
  472. <!-- <plugin>-->
  473. <!-- <groupId>org.apache.maven.plugins</groupId>-->
  474. <!-- <artifactId>maven-resources-plugin</artifactId>-->
  475. <!-- <configuration>-->
  476. <!-- <nonFilteredFileExtensions>-->
  477. <!-- <nonFilteredFileExtension>woff</nonFilteredFileExtension>-->
  478. <!-- <nonFilteredFileExtension>woff2</nonFilteredFileExtension>-->
  479. <!-- <nonFilteredFileExtension>eot</nonFilteredFileExtension>-->
  480. <!-- <nonFilteredFileExtension>ttf</nonFilteredFileExtension>-->
  481. <!-- <nonFilteredFileExtension>svg</nonFilteredFileExtension>-->
  482. <!-- </nonFilteredFileExtensions>-->
  483. <!-- </configuration>-->
  484. <!-- </plugin>-->
  485. </plugins>
  486. <resources>
  487. <resource>
  488. <directory>src/main/resources</directory>
  489. <filtering>true</filtering>
  490. </resource>
  491. <resource>
  492. <directory>src/main/java</directory>
  493. <includes>
  494. <include>**/*.xml</include>
  495. <include>**/*.json</include>
  496. <include>**/*.ftl</include>
  497. </includes>
  498. </resource>
  499. </resources>
  500. </build>
  501. </project>