Skip to content
This repository has been archived by the owner on Dec 13, 2023. It is now read-only.

Commit

Permalink
exclude dyno dependencies from dyno-queues
Browse files Browse the repository at this point in the history
  • Loading branch information
Viren Baraiya committed Dec 9, 2016
1 parent 6845a77 commit 4f73630
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion redis-persistence/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@ dependencies {
compile project(':conductor-core')
compile 'com.google.inject:guice:3.0'
compile ('com.netflix.dyno:dyno-jedis:1.4.7') { force = true}
compile 'com.netflix.dyno-queues:dyno-queues-redis:1.0.6'
compile ('com.netflix.dyno-queues:dyno-queues-redis:1.0.6') {
exclude group: 'com.netflix.dyno', module: 'dyno-jedis'
}
compile 'org.elasticsearch:elasticsearch:2.+'

//In memory redis for unit testing
Expand Down

0 comments on commit 4f73630

Please sign in to comment.