Skip to content

Commit

Permalink
Adding a dependency on the AWS Java SDK.
Browse files Browse the repository at this point in the history
Our implementation of the Parquet-based RDD is going to need this.
  • Loading branch information
tdanford committed Jun 11, 2014
1 parent 12ab6fc commit 37c7060
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
4 changes: 4 additions & 0 deletions adam-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -147,5 +147,9 @@
<artifactId>scalatest_${scala.artifact.suffix}</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.amazonaws</groupId>
<artifactId>aws-java-sdk</artifactId>
</dependency>
</dependencies>
</project>
5 changes: 5 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -367,6 +367,11 @@
<artifactId>slf4j-log4j12</artifactId>
<version>1.7.5</version>
</dependency>
<dependency>
<groupId>com.amazonaws</groupId>
<artifactId>aws-java-sdk</artifactId>
<version>1.7.5</version>
</dependency>
</dependencies>
</dependencyManagement>

Expand Down

0 comments on commit 37c7060

Please sign in to comment.