DATACOUCH-19 - adding optional bucket creation step.

This commit is contained in:
Michael Nitschinger
2013-07-29 13:19:54 +02:00
parent a1279c971e
commit 3a72ca7f96
3 changed files with 107 additions and 7 deletions

View File

@@ -74,6 +74,13 @@
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId>
<version>4.1</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>