Old common-codecs version in use

Closes #29.
This commit is contained in:
David Pilato 2013-08-09 09:23:12 +02:00
parent 8b20e57fd7
commit 906326d056
1 changed files with 8 additions and 0 deletions

View File

@ -79,6 +79,14 @@
<version>4.1.1</version>
</dependency>
<!-- We need to explicitly set the common codec version since aws-java-sdk pulls the wrong version -->
<!-- See https://github.com/elasticsearch/elasticsearch-cloud-aws/issues/29 -->
<dependency>
<groupId>commons-codec</groupId>
<artifactId>commons-codec</artifactId>
<version>1.4</version>
</dependency>
<dependency>
<groupId>org.testng</groupId>
<artifactId>testng</artifactId>