From 050744af2b5f0d1e5992f29d04341cc0af161dd7 Mon Sep 17 00:00:00 2001 From: Nikolay Kushin Date: Thu, 21 Jul 2016 13:47:23 +0200 Subject: [PATCH] - updated httpclient version --- .gitignore | 1 + README.txt | 6 ++++++ pom.xml | 4 ++-- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index eb5a316..1b2924b 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ target +.idea/ \ No newline at end of file diff --git a/README.txt b/README.txt index c7f88af..4e0d50d 100644 --- a/README.txt +++ b/README.txt @@ -2,3 +2,9 @@ MailChimp API Wrapper for Java Refer to https://github.com/Ecwid/ecwid-mailchimp/wiki for more information. JavaDocs: http://ecwid.github.com/ecwid-mailchimp/site/apidocs/index.html + +To run tests use: + +``` +mvn test -Dmailchimp.test.apikey= -Dmailchimp.test.listid= +``` \ No newline at end of file diff --git a/pom.xml b/pom.xml index c2e93eb..04785cc 100644 --- a/pom.xml +++ b/pom.xml @@ -26,7 +26,7 @@ limitations under the License. com.ecwid ecwid-mailchimp - 2.0.1.1-SNAPSHOT + 2.0.1.2-SNAPSHOT jar MailChimp API Wrapper @@ -206,7 +206,7 @@ limitations under the License. org.apache.httpcomponents httpclient - 4.2.5 + 4.5.2 com.google.guava