Skip to content

Commit

Permalink
added latest version of AWS SDK
Browse files Browse the repository at this point in the history
  • Loading branch information
tnbred committed Aug 24, 2012
1 parent 32f6945 commit e8b246b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Expand Up @@ -23,7 +23,7 @@
<spring.framework.version>3.1.1.RELEASE</spring.framework.version>
<spring.security.version>3.1.0.M1</spring.security.version>
<slf4j.version>1.6.4</slf4j.version>
<aws.version>1.3.17</aws.version>
<aws.version>1.3.18</aws.version>
<jetty.version>7.6.3.v20120416</jetty.version>
</properties>

Expand Down Expand Up @@ -54,7 +54,7 @@
<developerConnection>scm:git:git@github.com:mboudreau/Alternator.git</developerConnection>
</scm>


<build>
<resources>
<resource>
Expand Down
Expand Up @@ -54,7 +54,6 @@ public String marshall(BatchGetItemResult batchGetItemResult) {
}

}
jsonWriter.key("UnprocessedKeys").value("");
jsonWriter.endObject();
jsonWriter.endObject();

Expand Down

0 comments on commit e8b246b

Please sign in to comment.