Skip to content

Commit

Permalink
adding evcache-core dependency on evcache-client
Browse files Browse the repository at this point in the history
  • Loading branch information
smadappa committed May 12, 2020
1 parent 2dedb46 commit 6004d95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion evcache-client/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ configurations {
}

dependencies {
//compile project(':evcache-core')
compile project(':evcache-core')
compile group:"net.spy", name:"spymemcached", version:"2.11.4"
compile group:"com.netflix.evcache", name:"evcache-core", version:"5.+"
compile group:"com.google.code.findbugs", name:"annotations", version:"latest.release"
Expand Down

0 comments on commit 6004d95

Please sign in to comment.