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
793 lines
25 KiB
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
|
<modelVersion>4.0.0</modelVersion>
|
|
|
|
<groupId>com.bfd</groupId>
|
|
<artifactId>ParsePlugin2.4</artifactId>
|
|
<version>0.0.1-SNAPSHOT</version>
|
|
|
|
<parent>
|
|
<groupId>org.springframework.boot</groupId>
|
|
<artifactId>spring-boot-starter-parent</artifactId>
|
|
<version>1.5.6.RELEASE</version>
|
|
</parent>
|
|
<name>ParsePlugin2.4</name>
|
|
<!-- FIXME change it to the project's website -->
|
|
<url>http://www.example.com</url>
|
|
|
|
<properties>
|
|
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
|
<maven.compiler.source>1.8</maven.compiler.source>
|
|
<maven.compiler.target>1.8</maven.compiler.target>
|
|
</properties>
|
|
|
|
<dependencies>
|
|
<dependency>
|
|
<groupId>junit</groupId>
|
|
<artifactId>junit</artifactId>
|
|
<version>4.11</version>
|
|
<scope>test</scope>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.springframework.boot</groupId>
|
|
<artifactId>spring-boot-starter-web</artifactId>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>antlr</groupId>
|
|
<artifactId>antlr</artifactId>
|
|
<version>2.7.6</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>asm</groupId>
|
|
<artifactId>asm</artifactId>
|
|
<version>1.5.3</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>asm</groupId>
|
|
<artifactId>asm-attrs</artifactId>
|
|
<version>1.5.3</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>c3p0</groupId>
|
|
<artifactId>c3p0</artifactId>
|
|
<version>0.9.1.2</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>cglib</groupId>
|
|
<artifactId>cglib</artifactId>
|
|
<version>2.1_3</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>commons-beanutils</groupId>
|
|
<artifactId>commons-beanutils</artifactId>
|
|
<version>1.7.0</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>commons-cli</groupId>
|
|
<artifactId>commons-cli</artifactId>
|
|
<version>1.2</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>commons-codec</groupId>
|
|
<artifactId>commons-codec</artifactId>
|
|
<version>1.4</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>commons-collections</groupId>
|
|
<artifactId>commons-collections</artifactId>
|
|
<version>3.1</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>commons-configuration</groupId>
|
|
<artifactId>commons-configuration</artifactId>
|
|
<version>1.6</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>commons-el</groupId>
|
|
<artifactId>commons-el</artifactId>
|
|
<version>1.0</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>commons-io</groupId>
|
|
<artifactId>commons-io</artifactId>
|
|
<version>1.4</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>commons-lang</groupId>
|
|
<artifactId>commons-lang</artifactId>
|
|
<version>2.4</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>commons-logging</groupId>
|
|
<artifactId>commons-logging</artifactId>
|
|
<version>1.1.1</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>commons-logging</groupId>
|
|
<artifactId>commons-logging-api</artifactId>
|
|
<version>1.0.4</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>commons-net</groupId>
|
|
<artifactId>commons-net</artifactId>
|
|
<version>1.4.1</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.apache.commons</groupId>
|
|
<artifactId>commons-pool2</artifactId>
|
|
<version>2.3</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.apache.curator</groupId>
|
|
<artifactId>curator-client</artifactId>
|
|
<version>2.7.0</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.apache.curator</groupId>
|
|
<artifactId>curator-framework</artifactId>
|
|
<version>2.7.0</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.apache.curator</groupId>
|
|
<artifactId>curator-recipes</artifactId>
|
|
<version>2.7.0</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>dom4j</groupId>
|
|
<artifactId>dom4j</artifactId>
|
|
<version>1.6.1</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>net.sf.ehcache</groupId>
|
|
<artifactId>ehcache</artifactId>
|
|
<version>1.2.3</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.hibernate</groupId>
|
|
<artifactId>ejb3-persistence</artifactId>
|
|
<version>1.0.2.GA</version>
|
|
<type>pom</type>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>net.sf.ezmorph</groupId>
|
|
<artifactId>ezmorph</artifactId>
|
|
<version>1.0.6</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>com.alibaba</groupId>
|
|
<artifactId>fastjson</artifactId>
|
|
<version>1.1.22</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>com.google.guava</groupId>
|
|
<artifactId>guava</artifactId>
|
|
<version>14.0.1</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.apache.hadoop</groupId>
|
|
<artifactId>hadoop-core</artifactId>
|
|
<version>1.0.4</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.hamcrest</groupId>
|
|
<artifactId>hamcrest-core</artifactId>
|
|
<version>1.3</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.apache.hbase</groupId>
|
|
<artifactId>hbase</artifactId>
|
|
<version>0.94.9</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.hibernate</groupId>
|
|
<artifactId>hibernate</artifactId>
|
|
<version>3.2.1.ga</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.hibernate</groupId>
|
|
<artifactId>hibernate-annotations</artifactId>
|
|
<version>3.4.0.GA</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.hibernate</groupId>
|
|
<artifactId>hibernate-commons-annotations</artifactId>
|
|
<version>3.3.0.ga</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.hibernate</groupId>
|
|
<artifactId>hibernate-entitymanager</artifactId>
|
|
<version>3.4.0.GA</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.hibernate</groupId>
|
|
<artifactId>hibernate-core</artifactId>
|
|
<version>3.3.2.GA</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>net.sourceforge.htmlcleaner</groupId>
|
|
<artifactId>htmlcleaner</artifactId>
|
|
<version>2.4</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.apache.httpcomponents</groupId>
|
|
<artifactId>httpclient</artifactId>
|
|
<version>4.3.5</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.apache.httpcomponents</groupId>
|
|
<artifactId>httpcore</artifactId>
|
|
<version>4.3.2</version>
|
|
</dependency>
|
|
<!-- 分割 -->
|
|
<dependency>
|
|
<groupId>com.fasterxml.jackson.core</groupId>
|
|
<artifactId>jackson-annotations</artifactId>
|
|
<version>2.0.0</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>com.fasterxml.jackson.core</groupId>
|
|
<artifactId>jackson-core</artifactId>
|
|
<version>2.0.0</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>com.fasterxml.jackson.core</groupId>
|
|
<artifactId>jackson-databind</artifactId>
|
|
<version>2.0.0</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>javassist</groupId>
|
|
<artifactId>javassist</artifactId>
|
|
<version>3.4.GA</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>redis.clients</groupId>
|
|
<artifactId>jedis</artifactId>
|
|
<version>2.6.0</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>jline</groupId>
|
|
<artifactId>jline</artifactId>
|
|
<version>0.9.94</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>com.wandoulabs.jodis</groupId>
|
|
<artifactId>jodis</artifactId>
|
|
<version>0.1.2</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.jsoup</groupId>
|
|
<artifactId>jsoup</artifactId>
|
|
<version>1.7.3</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.apache.kafka</groupId>
|
|
<artifactId>kafka_2.10</artifactId>
|
|
<version>0.8.2.1</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.apache.kafka</groupId>
|
|
<artifactId>kafka-clients</artifactId>
|
|
<version>0.8.2.1</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>com.yammer.metrics</groupId>
|
|
<artifactId>metrics-core</artifactId>
|
|
<version>2.2.0</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.mybatis</groupId>
|
|
<artifactId>mybatis</artifactId>
|
|
<version>3.1.1</version>
|
|
</dependency>
|
|
|
|
<dependency>
|
|
<groupId>mysql</groupId>
|
|
<artifactId>mysql-connector-java</artifactId>
|
|
<version>5.1.6</version>
|
|
</dependency>
|
|
<!-- <dependency><groupId>mysql</groupId><artifactId>mysql-connector-java</artifactId><version>8.0.29</version></dependency> -->
|
|
|
|
<dependency>
|
|
<groupId>nekohtml</groupId>
|
|
<artifactId>nekohtml</artifactId>
|
|
<version>0.9.5</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>javax.persistence</groupId>
|
|
<artifactId>persistence-api</artifactId>
|
|
<version>1.0</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>com.google.protobuf</groupId>
|
|
<artifactId>protobuf-java</artifactId>
|
|
<version>2.4.1</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.scala-lang</groupId>
|
|
<artifactId>scala-library</artifactId>
|
|
<version>2.10.4</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.slf4j</groupId>
|
|
<artifactId>slf4j-api</artifactId>
|
|
<version>1.6.1</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.slf4j</groupId>
|
|
<artifactId>slf4j-log4j12</artifactId>
|
|
<version>1.6.1</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.xerial.snappy</groupId>
|
|
<artifactId>snappy-java</artifactId>
|
|
<version>1.0.4.1</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.apache.tika</groupId>
|
|
<artifactId>tika-core</artifactId>
|
|
<version>0.9</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>xalan</groupId>
|
|
<artifactId>xalan</artifactId>
|
|
<version>2.7.1</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>xerces</groupId>
|
|
<artifactId>xercesImpl</artifactId>
|
|
<version>2.9.1</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>xerces</groupId>
|
|
<artifactId>xercesImpl</artifactId>
|
|
<version>2.9.1</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>xml-apis</groupId>
|
|
<artifactId>xml-apis</artifactId>
|
|
<version>1.0.b2</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>xml-apis</groupId>
|
|
<artifactId>xml-apis</artifactId>
|
|
<version>1.3.04</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>xmlenc</groupId>
|
|
<artifactId>xmlenc</artifactId>
|
|
<version>0.52</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>xerces</groupId>
|
|
<artifactId>xmlParserAPIs</artifactId>
|
|
<version>2.6.2</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>com.101tec</groupId>
|
|
<artifactId>zkclient</artifactId>
|
|
<version>0.3</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.apache.zookeeper</groupId>
|
|
<artifactId>zookeeper</artifactId>
|
|
<version>3.4.6</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>javax.transaction</groupId>
|
|
<artifactId>jta</artifactId>
|
|
<version>1.1</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>log4j</groupId>
|
|
<artifactId>log4j</artifactId>
|
|
<version>1.2.14</version>
|
|
</dependency>
|
|
<!-- 本地 -->
|
|
<dependency>
|
|
<groupId>bfd_crawler_slice_configure_3.2.1</groupId>
|
|
<artifactId>bfd_crawler_slice_configure_3.2.1</artifactId>
|
|
<version>1.0.0</version>
|
|
<scope>system</scope>
|
|
<systemPath>${project.basedir}/../jarlib/bfd_crawler_slice_configure_3.2.1.jar</systemPath>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>bfd_crawler_slice_datasaver_3.2.1</groupId>
|
|
<artifactId>bfd_crawler_slice_datasaver_3.2.1</artifactId>
|
|
<version>1.0.0</version>
|
|
<scope>system</scope>
|
|
<systemPath>${project.basedir}/../jarlib/bfd_crawler_slice_datasaver_3.2.1.jar</systemPath>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>bfd_crawler_slice_deduplicator_3.2.1</groupId>
|
|
<artifactId>bfd_crawler_slice_deduplicator_3.2.1</artifactId>
|
|
<version>1.0.0</version>
|
|
<scope>system</scope>
|
|
<systemPath>${project.basedir}/../jarlib/bfd_crawler_slice_deduplicator_3.2.1.jar</systemPath>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>bfd_crawler_slice_download_3.2.1</groupId>
|
|
<artifactId>bfd_crawler_slice_download_3.2.1</artifactId>
|
|
<version>1.0.0</version>
|
|
<scope>system</scope>
|
|
<systemPath>${project.basedir}/../jarlib/bfd_crawler_slice_download_3.2.1.jar</systemPath>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>bfd_crawler_slice_jsEngine_3.2.1</groupId>
|
|
<artifactId>bfd_crawler_slice_jsEngine_3.2.1</artifactId>
|
|
<version>1.0.0</version>
|
|
<scope>system</scope>
|
|
<systemPath>${project.basedir}/../jarlib/bfd_crawler_slice_jsEngine_3.2.1.jar</systemPath>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>bfd_crawler_slice_kafkaproxy_3.2.1</groupId>
|
|
<artifactId>bfd_crawler_slice_kafkaproxy_3.2.1</artifactId>
|
|
<version>1.0.0</version>
|
|
<scope>system</scope>
|
|
<systemPath>${project.basedir}/../jarlib/bfd_crawler_slice_kafkaproxy_3.2.1.jar</systemPath>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>bfd_crawler_slice_loginmanager_3.2.1</groupId>
|
|
<artifactId>bfd_crawler_slice_loginmanager_3.2.1</artifactId>
|
|
<version>1.0.0</version>
|
|
<scope>system</scope>
|
|
<systemPath>${project.basedir}/../jarlib/bfd_crawler_slice_loginmanager_3.2.1.jar</systemPath>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>bfd_crawler_slice_msgQueue_3.2.1</groupId>
|
|
<artifactId>bfd_crawler_slice_msgQueue_3.2.1</artifactId>
|
|
<version>1.0.0</version>
|
|
<scope>system</scope>
|
|
<systemPath>${project.basedir}/../jarlib/bfd_crawler_slice_msgQueue_3.2.1.jar</systemPath>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>bfd_crawler_slice_pageparser_3.2.1</groupId>
|
|
<artifactId>bfd_crawler_slice_pageparser_3.2.1</artifactId>
|
|
<version>1.0.0</version>
|
|
<scope>system</scope>
|
|
<systemPath>${project.basedir}/../jarlib/bfd_crawler_slice_pageparser_3.2.1.jar</systemPath>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>bfd_crawler_slice_resource_3.2.1</groupId>
|
|
<artifactId>bfd_crawler_slice_resource_3.2.1</artifactId>
|
|
<version>1.0.0</version>
|
|
<scope>system</scope>
|
|
<systemPath>${project.basedir}/../jarlib/bfd_crawler_slice_resource_3.2.1.jar</systemPath>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>bfd_crawler_slice_scheduler_3.2.1</groupId>
|
|
<artifactId>bfd_crawler_slice_scheduler_3.2.1</artifactId>
|
|
<version>1.0.0</version>
|
|
<scope>system</scope>
|
|
<systemPath>${project.basedir}/../jarlib/bfd_crawler_slice_scheduler_3.2.1.jar</systemPath>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>bfd_crawler_slice_statistics_3.2.1</groupId>
|
|
<artifactId>bfd_crawler_slice_statistics_3.2.1</artifactId>
|
|
<version>1.0.0</version>
|
|
<scope>system</scope>
|
|
<systemPath>${project.basedir}/../jarlib/bfd_crawler_slice_statistics_3.2.1.jar</systemPath>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>bfd_crawler_slice_traceservice_3.2.1</groupId>
|
|
<artifactId>bfd_crawler_slice_traceservice_3.2.1</artifactId>
|
|
<version>1.0.0</version>
|
|
<scope>system</scope>
|
|
<systemPath>${project.basedir}/../jarlib/bfd_crawler_slice_traceservice_3.2.1.jar</systemPath>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>bfd_crawler_slice_urlHandler_3.2.1</groupId>
|
|
<artifactId>bfd_crawler_slice_urlHandler_3.2.1</artifactId>
|
|
<version>1.0.0</version>
|
|
<scope>system</scope>
|
|
<systemPath>${project.basedir}/../jarlib/bfd_crawler_slice_urlHandler_3.2.1.jar</systemPath>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>BfdCrawlMonitor-1.4</groupId>
|
|
<artifactId>BfdCrawlMonitor-1.4</artifactId>
|
|
<version>1.0.0</version>
|
|
<scope>system</scope>
|
|
<systemPath>${project.basedir}/../jarlib/BfdCrawlMonitor-1.5.jar</systemPath>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>BfdRedisTools-2.0</groupId>
|
|
<artifactId>BfdRedisTools-2.0</artifactId>
|
|
<version>1.0.0</version>
|
|
<scope>system</scope>
|
|
<systemPath>${project.basedir}/../jarlib/BfdRedisTools-2.0.jar</systemPath>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>BfdSimpleCrypto</groupId>
|
|
<artifactId>BfdSimpleCrypto</artifactId>
|
|
<version>1.0.0</version>
|
|
<scope>system</scope>
|
|
<systemPath>${project.basedir}/../jarlib/BfdSimpleCrypto.jar</systemPath>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>CharsetDetector</groupId>
|
|
<artifactId>CharsetDetector</artifactId>
|
|
<version>1.0.0</version>
|
|
<scope>system</scope>
|
|
<systemPath>${project.basedir}/../jarlib/CharsetDetector.jar</systemPath>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>crawler-shard-jdbc-v2.0.1.20150311</groupId>
|
|
<artifactId>crawler-shard-jdbc-v2.0.1.20150311</artifactId>
|
|
<version>1.0.0</version>
|
|
<scope>system</scope>
|
|
<systemPath>${project.basedir}/../jarlib/crawler-shard-jdbc-v2.0.1.20150311.jar</systemPath>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>fastdfs_client</groupId>
|
|
<artifactId>fastdfs_client</artifactId>
|
|
<version>1.0.0</version>
|
|
<scope>system</scope>
|
|
<systemPath>${project.basedir}/../jarlib/fastdfs_client.jar</systemPath>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>fastdht_client</groupId>
|
|
<artifactId>fastdht_client</artifactId>
|
|
<version>1.0.0</version>
|
|
<scope>system</scope>
|
|
<systemPath>${project.basedir}/../jarlib/fastdht_client.jar</systemPath>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>IceGrid</groupId>
|
|
<artifactId>IceGrid</artifactId>
|
|
<version>1.0.0</version>
|
|
<scope>system</scope>
|
|
<systemPath>${project.basedir}/../jarlib/IceGrid.jar</systemPath>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>Ice</groupId>
|
|
<artifactId>Ice</artifactId>
|
|
<version>1.0.0</version>
|
|
<scope>system</scope>
|
|
<systemPath>${project.basedir}/../jarlib/Ice.jar</systemPath>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>im4java-1.3.2</groupId>
|
|
<artifactId>im4java-1.3.2</artifactId>
|
|
<version>1.0.0</version>
|
|
<scope>system</scope>
|
|
<systemPath>${project.basedir}/../jarlib/im4java-1.3.2.jar</systemPath>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>jackson-all-1.6.4</groupId>
|
|
<artifactId>jackson-all-1.6.4</artifactId>
|
|
<version>1.0.0</version>
|
|
<scope>system</scope>
|
|
<systemPath>${project.basedir}/../jarlib/jackson-all-1.6.4.jar</systemPath>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>json-jena-1.0</groupId>
|
|
<artifactId>json-jena-1.0</artifactId>
|
|
<version>1.0.0</version>
|
|
<scope>system</scope>
|
|
<systemPath>${project.basedir}/../jarlib/json-jena-1.0.jar</systemPath>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>jta-1.1</groupId>
|
|
<artifactId>jta-1.1</artifactId>
|
|
<version>1.0.0</version>
|
|
<scope>system</scope>
|
|
<systemPath>${project.basedir}/../jarlib/jta-1.1.jar</systemPath>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>kafka8-1.0.0</groupId>
|
|
<artifactId>kafka8-1.0.0</artifactId>
|
|
<version>1.0.0</version>
|
|
<scope>system</scope>
|
|
<systemPath>${project.basedir}/../jarlib/kafka-0.10.jar</systemPath>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>metrics-annotation-2.2.0</groupId>
|
|
<artifactId>metrics-annotation-2.2.0</artifactId>
|
|
<version>1.0.0</version>
|
|
<scope>system</scope>
|
|
<systemPath>${project.basedir}/../jarlib/metrics-annotation-2.2.0.jar</systemPath>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>metrics-core-2.2.0</groupId>
|
|
<artifactId>metrics-core-2.2.0</artifactId>
|
|
<version>1.0.0</version>
|
|
<scope>system</scope>
|
|
<systemPath>${project.basedir}/../jarlib/metrics-core-2.2.0.jar</systemPath>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>MlinkSlice-2.0</groupId>
|
|
<artifactId>MlinkSlice-2.0</artifactId>
|
|
<version>1.0.0</version>
|
|
<scope>system</scope>
|
|
<systemPath>${project.basedir}/../jarlib/MlinkSlice-2.0.jar</systemPath>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.apache.sling.commons.html-1.0.0</groupId>
|
|
<artifactId>org.apache.sling.commons.html-1.0.0</artifactId>
|
|
<version>1.0.0</version>
|
|
<scope>system</scope>
|
|
<systemPath>${project.basedir}/../jarlib/org.apache.sling.commons.html-1.0.0.jar</systemPath>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>utils-0.0.1-crawlhuafen</groupId>
|
|
<artifactId>utils-0.0.1-crawlhuafen</artifactId>
|
|
<version>1.0.0</version>
|
|
<scope>system</scope>
|
|
<systemPath>${project.basedir}/../jarlib/utils-0.0.1-crawlhuafen.jar</systemPath>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>utils-0.0.1-SNAPSHOT</groupId>
|
|
<artifactId>utils-0.0.1-SNAPSHOT</artifactId>
|
|
<version>1.0.0</version>
|
|
<scope>system</scope>
|
|
<systemPath>${project.basedir}/../jarlib/utils-0.0.1-SNAPSHOT.jar</systemPath>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>utils-3.0.0</groupId>
|
|
<artifactId>utils-3.0.0</artifactId>
|
|
<version>1.0.0</version>
|
|
<scope>system</scope>
|
|
<systemPath>${project.basedir}/../jarlib/utils-3.0.0.jar</systemPath>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>xml-apis-1.0.b2</groupId>
|
|
<artifactId>xml-apis-1.0.b2</artifactId>
|
|
<version>1.0.0</version>
|
|
<scope>system</scope>
|
|
<systemPath>${project.basedir}/../jarlib/xml-apis-1.0.b2.jar</systemPath>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>dom4j-2.0.0-ALPHA-2</groupId>
|
|
<artifactId>dom4j-2.0.0-ALPHA-2</artifactId>
|
|
<version>1.0.0</version>
|
|
<scope>system</scope>
|
|
<systemPath>${project.basedir}/../jarlib/dom4j-2.0.0-ALPHA-2.jar</systemPath>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>crawler-msgqueue-3.2.2</groupId>
|
|
<artifactId>crawler-msgqueue-3.2.2</artifactId>
|
|
<version>1.0.0</version>
|
|
<scope>system</scope>
|
|
<systemPath>${project.basedir}/../jarlib/crawler-msgqueue-3.2.2.jar</systemPath>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>DownloadUtil</groupId>
|
|
<artifactId>DownloadUtil</artifactId>
|
|
<version>1.0.0</version>
|
|
<scope>system</scope>
|
|
<systemPath>${project.basedir}/../jarlib/DownloadUtil.jar</systemPath>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>crawler-download-2.3</groupId>
|
|
<artifactId>crawler-download-2.3</artifactId>
|
|
<version>1.0.0</version>
|
|
<scope>system</scope>
|
|
<systemPath>${project.basedir}/../jarlib/crawler-download-2.3.jar</systemPath>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>okhttp-3.9.0</groupId>
|
|
<artifactId>okhttp-3.9.0</artifactId>
|
|
<version>1.0.0</version>
|
|
<scope>system</scope>
|
|
<systemPath>${project.basedir}/../jarlib/okhttp-3.9.0.jar</systemPath>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>okio-1.11.0</groupId>
|
|
<artifactId>okio-1.11.0</artifactId>
|
|
<version>1.0.0</version>
|
|
<scope>system</scope>
|
|
<systemPath>${project.basedir}/../jarlib/okio-1.11.0.jar</systemPath>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>DownloadFileUtil</groupId>
|
|
<artifactId>DownloadFileUtil</artifactId>
|
|
<version>1.0.0</version>
|
|
<scope>system</scope>
|
|
<systemPath>${project.basedir}/../jarlib/DownloadFileUtil.jar</systemPath>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>scala-library</groupId>
|
|
<artifactId>scala-library</artifactId>
|
|
<version>1.0.0</version>
|
|
<scope>system</scope>
|
|
<systemPath>${project.basedir}/../jarlib/scala-library.jar</systemPath>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>itext-2.1.7</groupId>
|
|
<artifactId>itext-2.1.7</artifactId>
|
|
<version>1.0.0</version>
|
|
<scope>system</scope>
|
|
<systemPath>${project.basedir}/../jarlib/itext-2.1.7.jar</systemPath>
|
|
</dependency>
|
|
</dependencies>
|
|
|
|
<build>
|
|
<!-- <pluginManagement> --><!-- lock down plugins versions to avoid using Maven defaults (may be moved
|
|
to parent pom) -->
|
|
<plugins>
|
|
<!-- clean lifecycle, see https://maven.apache.org/ref/current/maven-core/lifecycles.html#clean_Lifecycle -->
|
|
<plugin>
|
|
<artifactId>maven-clean-plugin</artifactId>
|
|
<version>3.1.0</version>
|
|
</plugin>
|
|
<!-- default lifecycle, jar packaging: see https://maven.apache.org/ref/current/maven-core/default-bindings.html#Plugin_bindings_for_jar_packaging -->
|
|
<plugin>
|
|
<artifactId>maven-resources-plugin</artifactId>
|
|
<version>3.0.2</version>
|
|
</plugin>
|
|
<plugin>
|
|
<artifactId>maven-compiler-plugin</artifactId>
|
|
<version>3.8.0</version>
|
|
</plugin>
|
|
<plugin>
|
|
<artifactId>maven-surefire-plugin</artifactId>
|
|
<version>2.22.1</version>
|
|
</plugin>
|
|
<plugin>
|
|
<artifactId>maven-jar-plugin</artifactId>
|
|
<version>3.0.2</version>
|
|
</plugin>
|
|
<plugin>
|
|
<artifactId>maven-install-plugin</artifactId>
|
|
<version>2.5.2</version>
|
|
</plugin>
|
|
<plugin>
|
|
<artifactId>maven-deploy-plugin</artifactId>
|
|
<version>2.8.2</version>
|
|
</plugin>
|
|
<!-- site lifecycle, see https://maven.apache.org/ref/current/maven-core/lifecycles.html#site_Lifecycle -->
|
|
<plugin>
|
|
<artifactId>maven-site-plugin</artifactId>
|
|
<version>3.7.1</version>
|
|
</plugin>
|
|
<plugin>
|
|
<artifactId>maven-project-info-reports-plugin</artifactId>
|
|
<version>3.0.0</version>
|
|
</plugin>
|
|
<!-- spring-boot-maven-plugin插件就是打包spring boot应用的 -->
|
|
|
|
<plugin>
|
|
<groupId>org.springframework.boot</groupId>
|
|
<artifactId>spring-boot-maven-plugin</artifactId>
|
|
<configuration>
|
|
<mainClass>com.bfd.main.Application</mainClass>
|
|
<layout>ZIP</layout>
|
|
<includes>
|
|
<include>
|
|
<groupId>${project.groupId}</groupId>
|
|
<artifactId>${project.artifactId}</artifactId>
|
|
</include>
|
|
</includes>
|
|
</configuration>
|
|
<executions>
|
|
<execution>
|
|
<goals>
|
|
<goal>repackage</goal>
|
|
</goals>
|
|
</execution>
|
|
</executions>
|
|
</plugin>
|
|
<plugin>
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
<artifactId>maven-dependency-plugin</artifactId>
|
|
<executions>
|
|
<execution>
|
|
<id>copy</id>
|
|
<phase>package</phase>
|
|
<goals>
|
|
<goal>copy-dependencies</goal>
|
|
</goals>
|
|
<configuration>
|
|
<type>jar</type>
|
|
<includeTypes>jar</includeTypes>
|
|
<includeScope>runtime</includeScope>
|
|
<outputDirectory>${project.build.directory}/libs</outputDirectory>
|
|
</configuration>
|
|
</execution>
|
|
</executions>
|
|
</plugin>
|
|
</plugins>
|
|
<!-- </pluginManagement> -->
|
|
</build>
|
|
</project>
|