Commit 8b37c62c by zhiwei

修改采集核心包及通用工具包

parent fd678cf3
......@@ -87,7 +87,9 @@
String type = "topic"; //topic 为指定话题采集,note为指定日记采集
List<DouBanData> list = DataCrawler.getDouBanData(word, type, proxy);
##更新日志
## 更新时间 2019-02-19
## 更新内容 升级采集核心包crawler-core版本为0.2.6,升级通用工具包zhiwei-tools版本为0.1.2并将zhiwei-tools作用域设置为provided
......
......@@ -6,7 +6,20 @@
<name>media_data_crawler</name>
<description>网媒数据抓取,包含百度新闻、搜狗新闻、360新闻、知乎回答列表等</description>
<dependencies>
<dependency>
<groupId>com.zhiwei.tools</groupId>
<artifactId>zhiwei-tools</artifactId>
<version>0.1.2-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>com.zhiwei.crawler</groupId>
<artifactId>crawler-core</artifactId>
<version>0.2.6-RELEASE</version>
<scope>provided</scope>
</dependency>
</dependencies>
<!-- 打包管理 -->
<build>
......@@ -62,17 +75,5 @@
</repository>
</distributionManagement>
<dependencies>
<dependency>
<groupId>com.zhiwei.tools</groupId>
<artifactId>zhiwei-tools</artifactId>
<version>0.1.1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>com.zhiwei.crawler</groupId>
<artifactId>crawler-core</artifactId>
<version>0.1.1-RELEASE</version>
<scope>provided</scope>
</dependency>
</dependencies>
</project>
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment