Skip to content

Commit

Permalink
Add hadoop-client dependency to asakusa-sdk-core
Browse files Browse the repository at this point in the history
  • Loading branch information
akirakw committed Feb 3, 2016
1 parent ac03cd9 commit 4537b14
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions sdk-project/asakusa-sdk-core/pom.xml
Expand Up @@ -27,5 +27,9 @@
<artifactId>asakusa-sdk-dmdl-core</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.apache.hadoop</groupId>
<artifactId>${hadoop.artifact.id}</artifactId>
</dependency>
</dependencies>
</project>

0 comments on commit 4537b14

Please sign in to comment.