diff options
Diffstat (limited to 'dcae-analytics-cdap-common/pom.xml')
-rw-r--r-- | dcae-analytics-cdap-common/pom.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/dcae-analytics-cdap-common/pom.xml b/dcae-analytics-cdap-common/pom.xml index 17acbff..774f6ce 100644 --- a/dcae-analytics-cdap-common/pom.xml +++ b/dcae-analytics-cdap-common/pom.xml @@ -84,6 +84,12 @@ <artifactId>logback-classic</artifactId> </dependency> + <!-- DISTRIBUTED CACHING --> + <dependency> + <groupId>redis.clients</groupId> + <artifactId>jedis</artifactId> + </dependency> + <!-- FIND BUGS --> <dependency> <groupId>com.google.code.findbugs</groupId> |