Skip to content

Commit

Permalink
hraven-etl pom fix (adding missing library)
Browse files Browse the repository at this point in the history
  • Loading branch information
Angad Singh authored and Angad Singh committed May 20, 2014
1 parent 05a5247 commit fb60917
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions hraven-etl/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -241,6 +241,13 @@
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<version>2.4</version>
</dependency>


<dependency>
<groupId>org.apache.hbase</groupId>
<artifactId>hbase</artifactId>
Expand Down

0 comments on commit fb60917

Please sign in to comment.