pom.xml 19 KB

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