Upgrade to io.lettuce:lettuce-core:5.0.0.BUILD-SNAPSHOT

This commit is contained in:
John Blum
2017-04-21 22:16:05 -07:00
parent 6f4025eacb
commit 8dd6aa38ed
10 changed files with 13 additions and 12 deletions

View File

@@ -7,7 +7,7 @@ dependencies {
exclude module: 'jedis'
}
compile "org.springframework:spring-web:$springVersion",
"biz.paluch.redis:lettuce:$lettuceVersion",
"io.lettuce:lettuce-core:$lettuceVersion",
"org.webjars:bootstrap:$bootstrapVersion",
"org.webjars:webjars-taglib:$webjarsTaglibVersion",
jstlDependencies