Sfoglia il codice sorgente

更新faseJson 1.2.83

wuweihao 3 anni fa
parent
commit
b44b06148a

+ 6 - 0
gis_common/pom.xml

@@ -97,6 +97,12 @@
         </dependency>
 
 
+        <!--httpclient-->
+        <dependency>
+            <groupId>org.apache.httpcomponents</groupId>
+            <artifactId>httpclient</artifactId>
+        </dependency>
+
 
         <dependency>
             <groupId>org.apache.commons</groupId>

+ 0 - 1
gis_common/src/main/java/com/gis/common/util/HttpUtils.java

@@ -5,7 +5,6 @@ import lombok.extern.slf4j.Slf4j;
 import org.apache.commons.lang3.StringUtils;
 import org.apache.http.HttpResponse;
 import org.apache.http.NameValuePair;
-import org.apache.http.client.ClientProtocolException;
 import org.apache.http.client.HttpClient;
 import org.apache.http.client.entity.UrlEncodedFormEntity;
 import org.apache.http.client.methods.HttpDelete;