You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

793 lines
25 KiB

1 month ago
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <project xmlns="http://maven.apache.org/POM/4.0.0" 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.bfd</groupId>
  6. <artifactId>ParsePlugin2.4</artifactId>
  7. <version>0.0.1-SNAPSHOT</version>
  8. <parent>
  9. <groupId>org.springframework.boot</groupId>
  10. <artifactId>spring-boot-starter-parent</artifactId>
  11. <version>1.5.6.RELEASE</version>
  12. </parent>
  13. <name>ParsePlugin2.4</name>
  14. <!-- FIXME change it to the project's website -->
  15. <url>http://www.example.com</url>
  16. <properties>
  17. <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
  18. <maven.compiler.source>1.8</maven.compiler.source>
  19. <maven.compiler.target>1.8</maven.compiler.target>
  20. </properties>
  21. <dependencies>
  22. <dependency>
  23. <groupId>junit</groupId>
  24. <artifactId>junit</artifactId>
  25. <version>4.11</version>
  26. <scope>test</scope>
  27. </dependency>
  28. <dependency>
  29. <groupId>org.springframework.boot</groupId>
  30. <artifactId>spring-boot-starter-web</artifactId>
  31. </dependency>
  32. <dependency>
  33. <groupId>antlr</groupId>
  34. <artifactId>antlr</artifactId>
  35. <version>2.7.6</version>
  36. </dependency>
  37. <dependency>
  38. <groupId>asm</groupId>
  39. <artifactId>asm</artifactId>
  40. <version>1.5.3</version>
  41. </dependency>
  42. <dependency>
  43. <groupId>asm</groupId>
  44. <artifactId>asm-attrs</artifactId>
  45. <version>1.5.3</version>
  46. </dependency>
  47. <dependency>
  48. <groupId>c3p0</groupId>
  49. <artifactId>c3p0</artifactId>
  50. <version>0.9.1.2</version>
  51. </dependency>
  52. <dependency>
  53. <groupId>cglib</groupId>
  54. <artifactId>cglib</artifactId>
  55. <version>2.1_3</version>
  56. </dependency>
  57. <dependency>
  58. <groupId>commons-beanutils</groupId>
  59. <artifactId>commons-beanutils</artifactId>
  60. <version>1.7.0</version>
  61. </dependency>
  62. <dependency>
  63. <groupId>commons-cli</groupId>
  64. <artifactId>commons-cli</artifactId>
  65. <version>1.2</version>
  66. </dependency>
  67. <dependency>
  68. <groupId>commons-codec</groupId>
  69. <artifactId>commons-codec</artifactId>
  70. <version>1.4</version>
  71. </dependency>
  72. <dependency>
  73. <groupId>commons-collections</groupId>
  74. <artifactId>commons-collections</artifactId>
  75. <version>3.1</version>
  76. </dependency>
  77. <dependency>
  78. <groupId>commons-configuration</groupId>
  79. <artifactId>commons-configuration</artifactId>
  80. <version>1.6</version>
  81. </dependency>
  82. <dependency>
  83. <groupId>commons-el</groupId>
  84. <artifactId>commons-el</artifactId>
  85. <version>1.0</version>
  86. </dependency>
  87. <dependency>
  88. <groupId>commons-io</groupId>
  89. <artifactId>commons-io</artifactId>
  90. <version>1.4</version>
  91. </dependency>
  92. <dependency>
  93. <groupId>commons-lang</groupId>
  94. <artifactId>commons-lang</artifactId>
  95. <version>2.4</version>
  96. </dependency>
  97. <dependency>
  98. <groupId>commons-logging</groupId>
  99. <artifactId>commons-logging</artifactId>
  100. <version>1.1.1</version>
  101. </dependency>
  102. <dependency>
  103. <groupId>commons-logging</groupId>
  104. <artifactId>commons-logging-api</artifactId>
  105. <version>1.0.4</version>
  106. </dependency>
  107. <dependency>
  108. <groupId>commons-net</groupId>
  109. <artifactId>commons-net</artifactId>
  110. <version>1.4.1</version>
  111. </dependency>
  112. <dependency>
  113. <groupId>org.apache.commons</groupId>
  114. <artifactId>commons-pool2</artifactId>
  115. <version>2.3</version>
  116. </dependency>
  117. <dependency>
  118. <groupId>org.apache.curator</groupId>
  119. <artifactId>curator-client</artifactId>
  120. <version>2.7.0</version>
  121. </dependency>
  122. <dependency>
  123. <groupId>org.apache.curator</groupId>
  124. <artifactId>curator-framework</artifactId>
  125. <version>2.7.0</version>
  126. </dependency>
  127. <dependency>
  128. <groupId>org.apache.curator</groupId>
  129. <artifactId>curator-recipes</artifactId>
  130. <version>2.7.0</version>
  131. </dependency>
  132. <dependency>
  133. <groupId>dom4j</groupId>
  134. <artifactId>dom4j</artifactId>
  135. <version>1.6.1</version>
  136. </dependency>
  137. <dependency>
  138. <groupId>net.sf.ehcache</groupId>
  139. <artifactId>ehcache</artifactId>
  140. <version>1.2.3</version>
  141. </dependency>
  142. <dependency>
  143. <groupId>org.hibernate</groupId>
  144. <artifactId>ejb3-persistence</artifactId>
  145. <version>1.0.2.GA</version>
  146. <type>pom</type>
  147. </dependency>
  148. <dependency>
  149. <groupId>net.sf.ezmorph</groupId>
  150. <artifactId>ezmorph</artifactId>
  151. <version>1.0.6</version>
  152. </dependency>
  153. <dependency>
  154. <groupId>com.alibaba</groupId>
  155. <artifactId>fastjson</artifactId>
  156. <version>1.1.22</version>
  157. </dependency>
  158. <dependency>
  159. <groupId>com.google.guava</groupId>
  160. <artifactId>guava</artifactId>
  161. <version>14.0.1</version>
  162. </dependency>
  163. <dependency>
  164. <groupId>org.apache.hadoop</groupId>
  165. <artifactId>hadoop-core</artifactId>
  166. <version>1.0.4</version>
  167. </dependency>
  168. <dependency>
  169. <groupId>org.hamcrest</groupId>
  170. <artifactId>hamcrest-core</artifactId>
  171. <version>1.3</version>
  172. </dependency>
  173. <dependency>
  174. <groupId>org.apache.hbase</groupId>
  175. <artifactId>hbase</artifactId>
  176. <version>0.94.9</version>
  177. </dependency>
  178. <dependency>
  179. <groupId>org.hibernate</groupId>
  180. <artifactId>hibernate</artifactId>
  181. <version>3.2.1.ga</version>
  182. </dependency>
  183. <dependency>
  184. <groupId>org.hibernate</groupId>
  185. <artifactId>hibernate-annotations</artifactId>
  186. <version>3.4.0.GA</version>
  187. </dependency>
  188. <dependency>
  189. <groupId>org.hibernate</groupId>
  190. <artifactId>hibernate-commons-annotations</artifactId>
  191. <version>3.3.0.ga</version>
  192. </dependency>
  193. <dependency>
  194. <groupId>org.hibernate</groupId>
  195. <artifactId>hibernate-entitymanager</artifactId>
  196. <version>3.4.0.GA</version>
  197. </dependency>
  198. <dependency>
  199. <groupId>org.hibernate</groupId>
  200. <artifactId>hibernate-core</artifactId>
  201. <version>3.3.2.GA</version>
  202. </dependency>
  203. <dependency>
  204. <groupId>net.sourceforge.htmlcleaner</groupId>
  205. <artifactId>htmlcleaner</artifactId>
  206. <version>2.4</version>
  207. </dependency>
  208. <dependency>
  209. <groupId>org.apache.httpcomponents</groupId>
  210. <artifactId>httpclient</artifactId>
  211. <version>4.3.5</version>
  212. </dependency>
  213. <dependency>
  214. <groupId>org.apache.httpcomponents</groupId>
  215. <artifactId>httpcore</artifactId>
  216. <version>4.3.2</version>
  217. </dependency>
  218. <!-- 分割 -->
  219. <dependency>
  220. <groupId>com.fasterxml.jackson.core</groupId>
  221. <artifactId>jackson-annotations</artifactId>
  222. <version>2.0.0</version>
  223. </dependency>
  224. <dependency>
  225. <groupId>com.fasterxml.jackson.core</groupId>
  226. <artifactId>jackson-core</artifactId>
  227. <version>2.0.0</version>
  228. </dependency>
  229. <dependency>
  230. <groupId>com.fasterxml.jackson.core</groupId>
  231. <artifactId>jackson-databind</artifactId>
  232. <version>2.0.0</version>
  233. </dependency>
  234. <dependency>
  235. <groupId>javassist</groupId>
  236. <artifactId>javassist</artifactId>
  237. <version>3.4.GA</version>
  238. </dependency>
  239. <dependency>
  240. <groupId>redis.clients</groupId>
  241. <artifactId>jedis</artifactId>
  242. <version>2.6.0</version>
  243. </dependency>
  244. <dependency>
  245. <groupId>jline</groupId>
  246. <artifactId>jline</artifactId>
  247. <version>0.9.94</version>
  248. </dependency>
  249. <dependency>
  250. <groupId>com.wandoulabs.jodis</groupId>
  251. <artifactId>jodis</artifactId>
  252. <version>0.1.2</version>
  253. </dependency>
  254. <dependency>
  255. <groupId>org.jsoup</groupId>
  256. <artifactId>jsoup</artifactId>
  257. <version>1.7.3</version>
  258. </dependency>
  259. <dependency>
  260. <groupId>org.apache.kafka</groupId>
  261. <artifactId>kafka_2.10</artifactId>
  262. <version>0.8.2.1</version>
  263. </dependency>
  264. <dependency>
  265. <groupId>org.apache.kafka</groupId>
  266. <artifactId>kafka-clients</artifactId>
  267. <version>0.8.2.1</version>
  268. </dependency>
  269. <dependency>
  270. <groupId>com.yammer.metrics</groupId>
  271. <artifactId>metrics-core</artifactId>
  272. <version>2.2.0</version>
  273. </dependency>
  274. <dependency>
  275. <groupId>org.mybatis</groupId>
  276. <artifactId>mybatis</artifactId>
  277. <version>3.1.1</version>
  278. </dependency>
  279. <dependency>
  280. <groupId>mysql</groupId>
  281. <artifactId>mysql-connector-java</artifactId>
  282. <version>5.1.6</version>
  283. </dependency>
  284. <!-- <dependency><groupId>mysql</groupId><artifactId>mysql-connector-java</artifactId><version>8.0.29</version></dependency> -->
  285. <dependency>
  286. <groupId>nekohtml</groupId>
  287. <artifactId>nekohtml</artifactId>
  288. <version>0.9.5</version>
  289. </dependency>
  290. <dependency>
  291. <groupId>javax.persistence</groupId>
  292. <artifactId>persistence-api</artifactId>
  293. <version>1.0</version>
  294. </dependency>
  295. <dependency>
  296. <groupId>com.google.protobuf</groupId>
  297. <artifactId>protobuf-java</artifactId>
  298. <version>2.4.1</version>
  299. </dependency>
  300. <dependency>
  301. <groupId>org.scala-lang</groupId>
  302. <artifactId>scala-library</artifactId>
  303. <version>2.10.4</version>
  304. </dependency>
  305. <dependency>
  306. <groupId>org.slf4j</groupId>
  307. <artifactId>slf4j-api</artifactId>
  308. <version>1.6.1</version>
  309. </dependency>
  310. <dependency>
  311. <groupId>org.slf4j</groupId>
  312. <artifactId>slf4j-log4j12</artifactId>
  313. <version>1.6.1</version>
  314. </dependency>
  315. <dependency>
  316. <groupId>org.xerial.snappy</groupId>
  317. <artifactId>snappy-java</artifactId>
  318. <version>1.0.4.1</version>
  319. </dependency>
  320. <dependency>
  321. <groupId>org.apache.tika</groupId>
  322. <artifactId>tika-core</artifactId>
  323. <version>0.9</version>
  324. </dependency>
  325. <dependency>
  326. <groupId>xalan</groupId>
  327. <artifactId>xalan</artifactId>
  328. <version>2.7.1</version>
  329. </dependency>
  330. <dependency>
  331. <groupId>xerces</groupId>
  332. <artifactId>xercesImpl</artifactId>
  333. <version>2.9.1</version>
  334. </dependency>
  335. <dependency>
  336. <groupId>xerces</groupId>
  337. <artifactId>xercesImpl</artifactId>
  338. <version>2.9.1</version>
  339. </dependency>
  340. <dependency>
  341. <groupId>xml-apis</groupId>
  342. <artifactId>xml-apis</artifactId>
  343. <version>1.0.b2</version>
  344. </dependency>
  345. <dependency>
  346. <groupId>xml-apis</groupId>
  347. <artifactId>xml-apis</artifactId>
  348. <version>1.3.04</version>
  349. </dependency>
  350. <dependency>
  351. <groupId>xmlenc</groupId>
  352. <artifactId>xmlenc</artifactId>
  353. <version>0.52</version>
  354. </dependency>
  355. <dependency>
  356. <groupId>xerces</groupId>
  357. <artifactId>xmlParserAPIs</artifactId>
  358. <version>2.6.2</version>
  359. </dependency>
  360. <dependency>
  361. <groupId>com.101tec</groupId>
  362. <artifactId>zkclient</artifactId>
  363. <version>0.3</version>
  364. </dependency>
  365. <dependency>
  366. <groupId>org.apache.zookeeper</groupId>
  367. <artifactId>zookeeper</artifactId>
  368. <version>3.4.6</version>
  369. </dependency>
  370. <dependency>
  371. <groupId>javax.transaction</groupId>
  372. <artifactId>jta</artifactId>
  373. <version>1.1</version>
  374. </dependency>
  375. <dependency>
  376. <groupId>log4j</groupId>
  377. <artifactId>log4j</artifactId>
  378. <version>1.2.14</version>
  379. </dependency>
  380. <!-- 本地 -->
  381. <dependency>
  382. <groupId>bfd_crawler_slice_configure_3.2.1</groupId>
  383. <artifactId>bfd_crawler_slice_configure_3.2.1</artifactId>
  384. <version>1.0.0</version>
  385. <scope>system</scope>
  386. <systemPath>${project.basedir}/../jarlib/bfd_crawler_slice_configure_3.2.1.jar</systemPath>
  387. </dependency>
  388. <dependency>
  389. <groupId>bfd_crawler_slice_datasaver_3.2.1</groupId>
  390. <artifactId>bfd_crawler_slice_datasaver_3.2.1</artifactId>
  391. <version>1.0.0</version>
  392. <scope>system</scope>
  393. <systemPath>${project.basedir}/../jarlib/bfd_crawler_slice_datasaver_3.2.1.jar</systemPath>
  394. </dependency>
  395. <dependency>
  396. <groupId>bfd_crawler_slice_deduplicator_3.2.1</groupId>
  397. <artifactId>bfd_crawler_slice_deduplicator_3.2.1</artifactId>
  398. <version>1.0.0</version>
  399. <scope>system</scope>
  400. <systemPath>${project.basedir}/../jarlib/bfd_crawler_slice_deduplicator_3.2.1.jar</systemPath>
  401. </dependency>
  402. <dependency>
  403. <groupId>bfd_crawler_slice_download_3.2.1</groupId>
  404. <artifactId>bfd_crawler_slice_download_3.2.1</artifactId>
  405. <version>1.0.0</version>
  406. <scope>system</scope>
  407. <systemPath>${project.basedir}/../jarlib/bfd_crawler_slice_download_3.2.1.jar</systemPath>
  408. </dependency>
  409. <dependency>
  410. <groupId>bfd_crawler_slice_jsEngine_3.2.1</groupId>
  411. <artifactId>bfd_crawler_slice_jsEngine_3.2.1</artifactId>
  412. <version>1.0.0</version>
  413. <scope>system</scope>
  414. <systemPath>${project.basedir}/../jarlib/bfd_crawler_slice_jsEngine_3.2.1.jar</systemPath>
  415. </dependency>
  416. <dependency>
  417. <groupId>bfd_crawler_slice_kafkaproxy_3.2.1</groupId>
  418. <artifactId>bfd_crawler_slice_kafkaproxy_3.2.1</artifactId>
  419. <version>1.0.0</version>
  420. <scope>system</scope>
  421. <systemPath>${project.basedir}/../jarlib/bfd_crawler_slice_kafkaproxy_3.2.1.jar</systemPath>
  422. </dependency>
  423. <dependency>
  424. <groupId>bfd_crawler_slice_loginmanager_3.2.1</groupId>
  425. <artifactId>bfd_crawler_slice_loginmanager_3.2.1</artifactId>
  426. <version>1.0.0</version>
  427. <scope>system</scope>
  428. <systemPath>${project.basedir}/../jarlib/bfd_crawler_slice_loginmanager_3.2.1.jar</systemPath>
  429. </dependency>
  430. <dependency>
  431. <groupId>bfd_crawler_slice_msgQueue_3.2.1</groupId>
  432. <artifactId>bfd_crawler_slice_msgQueue_3.2.1</artifactId>
  433. <version>1.0.0</version>
  434. <scope>system</scope>
  435. <systemPath>${project.basedir}/../jarlib/bfd_crawler_slice_msgQueue_3.2.1.jar</systemPath>
  436. </dependency>
  437. <dependency>
  438. <groupId>bfd_crawler_slice_pageparser_3.2.1</groupId>
  439. <artifactId>bfd_crawler_slice_pageparser_3.2.1</artifactId>
  440. <version>1.0.0</version>
  441. <scope>system</scope>
  442. <systemPath>${project.basedir}/../jarlib/bfd_crawler_slice_pageparser_3.2.1.jar</systemPath>
  443. </dependency>
  444. <dependency>
  445. <groupId>bfd_crawler_slice_resource_3.2.1</groupId>
  446. <artifactId>bfd_crawler_slice_resource_3.2.1</artifactId>
  447. <version>1.0.0</version>
  448. <scope>system</scope>
  449. <systemPath>${project.basedir}/../jarlib/bfd_crawler_slice_resource_3.2.1.jar</systemPath>
  450. </dependency>
  451. <dependency>
  452. <groupId>bfd_crawler_slice_scheduler_3.2.1</groupId>
  453. <artifactId>bfd_crawler_slice_scheduler_3.2.1</artifactId>
  454. <version>1.0.0</version>
  455. <scope>system</scope>
  456. <systemPath>${project.basedir}/../jarlib/bfd_crawler_slice_scheduler_3.2.1.jar</systemPath>
  457. </dependency>
  458. <dependency>
  459. <groupId>bfd_crawler_slice_statistics_3.2.1</groupId>
  460. <artifactId>bfd_crawler_slice_statistics_3.2.1</artifactId>
  461. <version>1.0.0</version>
  462. <scope>system</scope>
  463. <systemPath>${project.basedir}/../jarlib/bfd_crawler_slice_statistics_3.2.1.jar</systemPath>
  464. </dependency>
  465. <dependency>
  466. <groupId>bfd_crawler_slice_traceservice_3.2.1</groupId>
  467. <artifactId>bfd_crawler_slice_traceservice_3.2.1</artifactId>
  468. <version>1.0.0</version>
  469. <scope>system</scope>
  470. <systemPath>${project.basedir}/../jarlib/bfd_crawler_slice_traceservice_3.2.1.jar</systemPath>
  471. </dependency>
  472. <dependency>
  473. <groupId>bfd_crawler_slice_urlHandler_3.2.1</groupId>
  474. <artifactId>bfd_crawler_slice_urlHandler_3.2.1</artifactId>
  475. <version>1.0.0</version>
  476. <scope>system</scope>
  477. <systemPath>${project.basedir}/../jarlib/bfd_crawler_slice_urlHandler_3.2.1.jar</systemPath>
  478. </dependency>
  479. <dependency>
  480. <groupId>BfdCrawlMonitor-1.4</groupId>
  481. <artifactId>BfdCrawlMonitor-1.4</artifactId>
  482. <version>1.0.0</version>
  483. <scope>system</scope>
  484. <systemPath>${project.basedir}/../jarlib/BfdCrawlMonitor-1.5.jar</systemPath>
  485. </dependency>
  486. <dependency>
  487. <groupId>BfdRedisTools-2.0</groupId>
  488. <artifactId>BfdRedisTools-2.0</artifactId>
  489. <version>1.0.0</version>
  490. <scope>system</scope>
  491. <systemPath>${project.basedir}/../jarlib/BfdRedisTools-2.0.jar</systemPath>
  492. </dependency>
  493. <dependency>
  494. <groupId>BfdSimpleCrypto</groupId>
  495. <artifactId>BfdSimpleCrypto</artifactId>
  496. <version>1.0.0</version>
  497. <scope>system</scope>
  498. <systemPath>${project.basedir}/../jarlib/BfdSimpleCrypto.jar</systemPath>
  499. </dependency>
  500. <dependency>
  501. <groupId>CharsetDetector</groupId>
  502. <artifactId>CharsetDetector</artifactId>
  503. <version>1.0.0</version>
  504. <scope>system</scope>
  505. <systemPath>${project.basedir}/../jarlib/CharsetDetector.jar</systemPath>
  506. </dependency>
  507. <dependency>
  508. <groupId>crawler-shard-jdbc-v2.0.1.20150311</groupId>
  509. <artifactId>crawler-shard-jdbc-v2.0.1.20150311</artifactId>
  510. <version>1.0.0</version>
  511. <scope>system</scope>
  512. <systemPath>${project.basedir}/../jarlib/crawler-shard-jdbc-v2.0.1.20150311.jar</systemPath>
  513. </dependency>
  514. <dependency>
  515. <groupId>fastdfs_client</groupId>
  516. <artifactId>fastdfs_client</artifactId>
  517. <version>1.0.0</version>
  518. <scope>system</scope>
  519. <systemPath>${project.basedir}/../jarlib/fastdfs_client.jar</systemPath>
  520. </dependency>
  521. <dependency>
  522. <groupId>fastdht_client</groupId>
  523. <artifactId>fastdht_client</artifactId>
  524. <version>1.0.0</version>
  525. <scope>system</scope>
  526. <systemPath>${project.basedir}/../jarlib/fastdht_client.jar</systemPath>
  527. </dependency>
  528. <dependency>
  529. <groupId>IceGrid</groupId>
  530. <artifactId>IceGrid</artifactId>
  531. <version>1.0.0</version>
  532. <scope>system</scope>
  533. <systemPath>${project.basedir}/../jarlib/IceGrid.jar</systemPath>
  534. </dependency>
  535. <dependency>
  536. <groupId>Ice</groupId>
  537. <artifactId>Ice</artifactId>
  538. <version>1.0.0</version>
  539. <scope>system</scope>
  540. <systemPath>${project.basedir}/../jarlib/Ice.jar</systemPath>
  541. </dependency>
  542. <dependency>
  543. <groupId>im4java-1.3.2</groupId>
  544. <artifactId>im4java-1.3.2</artifactId>
  545. <version>1.0.0</version>
  546. <scope>system</scope>
  547. <systemPath>${project.basedir}/../jarlib/im4java-1.3.2.jar</systemPath>
  548. </dependency>
  549. <dependency>
  550. <groupId>jackson-all-1.6.4</groupId>
  551. <artifactId>jackson-all-1.6.4</artifactId>
  552. <version>1.0.0</version>
  553. <scope>system</scope>
  554. <systemPath>${project.basedir}/../jarlib/jackson-all-1.6.4.jar</systemPath>
  555. </dependency>
  556. <dependency>
  557. <groupId>json-jena-1.0</groupId>
  558. <artifactId>json-jena-1.0</artifactId>
  559. <version>1.0.0</version>
  560. <scope>system</scope>
  561. <systemPath>${project.basedir}/../jarlib/json-jena-1.0.jar</systemPath>
  562. </dependency>
  563. <dependency>
  564. <groupId>jta-1.1</groupId>
  565. <artifactId>jta-1.1</artifactId>
  566. <version>1.0.0</version>
  567. <scope>system</scope>
  568. <systemPath>${project.basedir}/../jarlib/jta-1.1.jar</systemPath>
  569. </dependency>
  570. <dependency>
  571. <groupId>kafka8-1.0.0</groupId>
  572. <artifactId>kafka8-1.0.0</artifactId>
  573. <version>1.0.0</version>
  574. <scope>system</scope>
  575. <systemPath>${project.basedir}/../jarlib/kafka-0.10.jar</systemPath>
  576. </dependency>
  577. <dependency>
  578. <groupId>metrics-annotation-2.2.0</groupId>
  579. <artifactId>metrics-annotation-2.2.0</artifactId>
  580. <version>1.0.0</version>
  581. <scope>system</scope>
  582. <systemPath>${project.basedir}/../jarlib/metrics-annotation-2.2.0.jar</systemPath>
  583. </dependency>
  584. <dependency>
  585. <groupId>metrics-core-2.2.0</groupId>
  586. <artifactId>metrics-core-2.2.0</artifactId>
  587. <version>1.0.0</version>
  588. <scope>system</scope>
  589. <systemPath>${project.basedir}/../jarlib/metrics-core-2.2.0.jar</systemPath>
  590. </dependency>
  591. <dependency>
  592. <groupId>MlinkSlice-2.0</groupId>
  593. <artifactId>MlinkSlice-2.0</artifactId>
  594. <version>1.0.0</version>
  595. <scope>system</scope>
  596. <systemPath>${project.basedir}/../jarlib/MlinkSlice-2.0.jar</systemPath>
  597. </dependency>
  598. <dependency>
  599. <groupId>org.apache.sling.commons.html-1.0.0</groupId>
  600. <artifactId>org.apache.sling.commons.html-1.0.0</artifactId>
  601. <version>1.0.0</version>
  602. <scope>system</scope>
  603. <systemPath>${project.basedir}/../jarlib/org.apache.sling.commons.html-1.0.0.jar</systemPath>
  604. </dependency>
  605. <dependency>
  606. <groupId>utils-0.0.1-crawlhuafen</groupId>
  607. <artifactId>utils-0.0.1-crawlhuafen</artifactId>
  608. <version>1.0.0</version>
  609. <scope>system</scope>
  610. <systemPath>${project.basedir}/../jarlib/utils-0.0.1-crawlhuafen.jar</systemPath>
  611. </dependency>
  612. <dependency>
  613. <groupId>utils-0.0.1-SNAPSHOT</groupId>
  614. <artifactId>utils-0.0.1-SNAPSHOT</artifactId>
  615. <version>1.0.0</version>
  616. <scope>system</scope>
  617. <systemPath>${project.basedir}/../jarlib/utils-0.0.1-SNAPSHOT.jar</systemPath>
  618. </dependency>
  619. <dependency>
  620. <groupId>utils-3.0.0</groupId>
  621. <artifactId>utils-3.0.0</artifactId>
  622. <version>1.0.0</version>
  623. <scope>system</scope>
  624. <systemPath>${project.basedir}/../jarlib/utils-3.0.0.jar</systemPath>
  625. </dependency>
  626. <dependency>
  627. <groupId>xml-apis-1.0.b2</groupId>
  628. <artifactId>xml-apis-1.0.b2</artifactId>
  629. <version>1.0.0</version>
  630. <scope>system</scope>
  631. <systemPath>${project.basedir}/../jarlib/xml-apis-1.0.b2.jar</systemPath>
  632. </dependency>
  633. <dependency>
  634. <groupId>dom4j-2.0.0-ALPHA-2</groupId>
  635. <artifactId>dom4j-2.0.0-ALPHA-2</artifactId>
  636. <version>1.0.0</version>
  637. <scope>system</scope>
  638. <systemPath>${project.basedir}/../jarlib/dom4j-2.0.0-ALPHA-2.jar</systemPath>
  639. </dependency>
  640. <dependency>
  641. <groupId>crawler-msgqueue-3.2.2</groupId>
  642. <artifactId>crawler-msgqueue-3.2.2</artifactId>
  643. <version>1.0.0</version>
  644. <scope>system</scope>
  645. <systemPath>${project.basedir}/../jarlib/crawler-msgqueue-3.2.2.jar</systemPath>
  646. </dependency>
  647. <dependency>
  648. <groupId>DownloadUtil</groupId>
  649. <artifactId>DownloadUtil</artifactId>
  650. <version>1.0.0</version>
  651. <scope>system</scope>
  652. <systemPath>${project.basedir}/../jarlib/DownloadUtil.jar</systemPath>
  653. </dependency>
  654. <dependency>
  655. <groupId>crawler-download-2.3</groupId>
  656. <artifactId>crawler-download-2.3</artifactId>
  657. <version>1.0.0</version>
  658. <scope>system</scope>
  659. <systemPath>${project.basedir}/../jarlib/crawler-download-2.3.jar</systemPath>
  660. </dependency>
  661. <dependency>
  662. <groupId>okhttp-3.9.0</groupId>
  663. <artifactId>okhttp-3.9.0</artifactId>
  664. <version>1.0.0</version>
  665. <scope>system</scope>
  666. <systemPath>${project.basedir}/../jarlib/okhttp-3.9.0.jar</systemPath>
  667. </dependency>
  668. <dependency>
  669. <groupId>okio-1.11.0</groupId>
  670. <artifactId>okio-1.11.0</artifactId>
  671. <version>1.0.0</version>
  672. <scope>system</scope>
  673. <systemPath>${project.basedir}/../jarlib/okio-1.11.0.jar</systemPath>
  674. </dependency>
  675. <dependency>
  676. <groupId>DownloadFileUtil</groupId>
  677. <artifactId>DownloadFileUtil</artifactId>
  678. <version>1.0.0</version>
  679. <scope>system</scope>
  680. <systemPath>${project.basedir}/../jarlib/DownloadFileUtil.jar</systemPath>
  681. </dependency>
  682. <dependency>
  683. <groupId>scala-library</groupId>
  684. <artifactId>scala-library</artifactId>
  685. <version>1.0.0</version>
  686. <scope>system</scope>
  687. <systemPath>${project.basedir}/../jarlib/scala-library.jar</systemPath>
  688. </dependency>
  689. <dependency>
  690. <groupId>itext-2.1.7</groupId>
  691. <artifactId>itext-2.1.7</artifactId>
  692. <version>1.0.0</version>
  693. <scope>system</scope>
  694. <systemPath>${project.basedir}/../jarlib/itext-2.1.7.jar</systemPath>
  695. </dependency>
  696. </dependencies>
  697. <build>
  698. <!-- <pluginManagement> --><!-- lock down plugins versions to avoid using Maven defaults (may be moved
  699. to parent pom) -->
  700. <plugins>
  701. <!-- clean lifecycle, see https://maven.apache.org/ref/current/maven-core/lifecycles.html#clean_Lifecycle -->
  702. <plugin>
  703. <artifactId>maven-clean-plugin</artifactId>
  704. <version>3.1.0</version>
  705. </plugin>
  706. <!-- default lifecycle, jar packaging: see https://maven.apache.org/ref/current/maven-core/default-bindings.html#Plugin_bindings_for_jar_packaging -->
  707. <plugin>
  708. <artifactId>maven-resources-plugin</artifactId>
  709. <version>3.0.2</version>
  710. </plugin>
  711. <plugin>
  712. <artifactId>maven-compiler-plugin</artifactId>
  713. <version>3.8.0</version>
  714. </plugin>
  715. <plugin>
  716. <artifactId>maven-surefire-plugin</artifactId>
  717. <version>2.22.1</version>
  718. </plugin>
  719. <plugin>
  720. <artifactId>maven-jar-plugin</artifactId>
  721. <version>3.0.2</version>
  722. </plugin>
  723. <plugin>
  724. <artifactId>maven-install-plugin</artifactId>
  725. <version>2.5.2</version>
  726. </plugin>
  727. <plugin>
  728. <artifactId>maven-deploy-plugin</artifactId>
  729. <version>2.8.2</version>
  730. </plugin>
  731. <!-- site lifecycle, see https://maven.apache.org/ref/current/maven-core/lifecycles.html#site_Lifecycle -->
  732. <plugin>
  733. <artifactId>maven-site-plugin</artifactId>
  734. <version>3.7.1</version>
  735. </plugin>
  736. <plugin>
  737. <artifactId>maven-project-info-reports-plugin</artifactId>
  738. <version>3.0.0</version>
  739. </plugin>
  740. <!-- spring-boot-maven-plugin插件就是打包spring boot应用的 -->
  741. <plugin>
  742. <groupId>org.springframework.boot</groupId>
  743. <artifactId>spring-boot-maven-plugin</artifactId>
  744. <configuration>
  745. <mainClass>com.bfd.main.Application</mainClass>
  746. <layout>ZIP</layout>
  747. <includes>
  748. <include>
  749. <groupId>${project.groupId}</groupId>
  750. <artifactId>${project.artifactId}</artifactId>
  751. </include>
  752. </includes>
  753. </configuration>
  754. <executions>
  755. <execution>
  756. <goals>
  757. <goal>repackage</goal>
  758. </goals>
  759. </execution>
  760. </executions>
  761. </plugin>
  762. <plugin>
  763. <groupId>org.apache.maven.plugins</groupId>
  764. <artifactId>maven-dependency-plugin</artifactId>
  765. <executions>
  766. <execution>
  767. <id>copy</id>
  768. <phase>package</phase>
  769. <goals>
  770. <goal>copy-dependencies</goal>
  771. </goals>
  772. <configuration>
  773. <type>jar</type>
  774. <includeTypes>jar</includeTypes>
  775. <includeScope>runtime</includeScope>
  776. <outputDirectory>${project.build.directory}/libs</outputDirectory>
  777. </configuration>
  778. </execution>
  779. </executions>
  780. </plugin>
  781. </plugins>
  782. <!-- </pluginManagement> -->
  783. </build>
  784. </project>