From c76e2772c0c5726362a0988c7ecc2d46b83e3160 Mon Sep 17 00:00:00 2001 From: wonil KIM Date: Fri, 18 Oct 2019 16:09:12 +0900 Subject: [PATCH] 2.0.2 release commit and httpclient bug fix --- pom.xml | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index eece94b..425d7f8 100644 --- a/pom.xml +++ b/pom.xml @@ -2,7 +2,7 @@ 4.0.0 anthunt.aws aws-exporter - 2.0.1-RELEASE + 2.0.2-RELEASE aws-exporter @@ -12,7 +12,7 @@ 1.11.359 3.14 1.0.0-RELEASE - 1.0.0-RELEASE + 1.0.1-RELEASE @@ -32,6 +32,16 @@ com.amazonaws aws-java-sdk ${aws.sdk.version} + + + org.apache.httpcomponents + httpclient + + + org.apache.httpcomponents + httpcore + +