Commit bbd0d7e6 authored by yihua.huang's avatar yihua.huang

update httpclient version to 4.3.3 #59

parent 57106145
......@@ -69,7 +69,7 @@
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId>
<version>4.3.1</version>
<version>4.3.3</version>
</dependency>
<dependency>
<groupId>com.google.guava</groupId>
......
......@@ -37,7 +37,6 @@ public class PriorityScheduler extends LocalDuplicatedRemovedScheduler {
}
});
@Override
public void pushWhenNoDuplicate(Request request, Task task) {
if (request.getPriority() == 0) {
......
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