diff --git a/pom.xml b/pom.xml index 66a34e4bdf8b002c2f1c21b5725815451112004c..1b40983a6c975fbb7c3285fe0e2de4a378789e75 100644 --- a/pom.xml +++ b/pom.xml @@ -151,6 +151,7 @@ <aws.kinesis.producer.version>0.10.2</aws.kinesis.producer.version> <!-- org.apache.httpcomponents/httpclient--> <commons.httpclient.version>4.3.2</commons.httpclient.version> + <commons.httpcore.version>4.3.2</commons.httpcore.version> <!-- commons-httpclient/commons-httpclient--> <httpclient.classic.version>3.1</httpclient.classic.version> <commons.math3.version>3.4.1</commons.math3.version> @@ -412,7 +413,7 @@ <dependency> <groupId>org.apache.httpcomponents</groupId> <artifactId>httpcore</artifactId> - <version>${commons.httpclient.version}</version> + <version>${commons.httpcore.version}</version> </dependency> <dependency> <groupId>org.seleniumhq.selenium</groupId>