Skip to content

Commit

Permalink
fix compile error
Browse files Browse the repository at this point in the history
  • Loading branch information
Calvin committed Oct 7, 2014
1 parent 6d17cdd commit bf0ad78
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
1 change: 1 addition & 0 deletions modules/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,6 @@
<module>core</module>
<module>extension</module>
<module>metrics</module>
<module>redis</module>
</modules>
</project>
7 changes: 6 additions & 1 deletion modules/redis/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,12 @@
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
</dependency>


<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
</dependency>

<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
Expand Down

0 comments on commit bf0ad78

Please sign in to comment.