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