diff --git a/basic-util/pom.xml b/basic-util/pom.xml index 8519202c..fde7105e 100644 --- a/basic-util/pom.xml +++ b/basic-util/pom.xml @@ -127,6 +127,14 @@ + + + org.apache.httpcomponents + httpclient + ${httpclient.version} + + + ink.wgink diff --git a/pom.xml b/pom.xml index f51fe1c8..0e4c63a6 100644 --- a/pom.xml +++ b/pom.xml @@ -67,6 +67,7 @@ 1.12 1.18 1.9.4 + 4.5.13 1.3.18 3.3.3 2.5.1 @@ -437,6 +438,14 @@ ${slf4j.version} + + + + org.apache.httpcomponents + httpclient + ${httpclient.version} + +