Browse Source

clear import

supeng 4 ngày trước cách đây
mục cha
commit
fcf4afc7f4

+ 0 - 3
etl-core/src/main/java/com/tzld/crawler/etl/util/FileUtils.java

@@ -25,8 +25,6 @@
 package com.tzld.crawler.etl.util;
 
 
-import com.aliyun.apache.hc.client5.http.classic.HttpClient;
-import com.aliyun.apache.hc.core5.http.HttpRequest;
 import com.tzld.crawler.etl.common.FakeUserAgent;
 import com.tzld.crawler.etl.common.enums.ExceptionEnum;
 import com.tzld.crawler.etl.common.exception.CommonException;
@@ -39,7 +37,6 @@ import org.apache.http.client.methods.HttpGet;
 import org.apache.http.impl.client.BasicCredentialsProvider;
 import org.apache.http.impl.client.CloseableHttpClient;
 import org.apache.http.impl.client.HttpClients;
-import org.apache.http.util.EntityUtils;
 import org.slf4j.Logger;
 import org.slf4j.LoggerFactory;