Revert "Workaround Lettuce Bug"
This reverts commit adbff45a23.
Fixes gh-759
This commit is contained in:
@@ -40,7 +40,6 @@ dependencies {
|
||||
"org.assertj:assertj-core:$assertjVersion",
|
||||
"com.hazelcast:hazelcast:$hazelcastVersion",
|
||||
"io.lettuce:lettuce-core:$lettuceVersion",
|
||||
'org.latencyutils:LatencyUtils:2.0.3',
|
||||
"javax.servlet:javax.servlet-api:$servletApiVersion"
|
||||
}
|
||||
|
||||
|
||||
@@ -27,7 +27,6 @@ dependencies {
|
||||
compile project(':spring-session'),
|
||||
"org.springframework.data:spring-data-redis:$springDataRedisVersion",
|
||||
"io.lettuce:lettuce-core:$lettuceVersion",
|
||||
'org.latencyutils:LatencyUtils:2.0.3',
|
||||
"org.springframework.boot:spring-boot-starter-web",
|
||||
"org.springframework.boot:spring-boot-starter-thymeleaf",
|
||||
"org.springframework.boot:spring-boot-starter-security",
|
||||
|
||||
@@ -29,7 +29,6 @@ dependencies {
|
||||
"org.springframework:spring-websocket:${springVersion}",
|
||||
"nz.net.ultraq.thymeleaf:thymeleaf-layout-dialect",
|
||||
"io.lettuce:lettuce-core:$lettuceVersion",
|
||||
'org.latencyutils:LatencyUtils:2.0.3',
|
||||
"org.webjars:bootstrap:$bootstrapVersion",
|
||||
"org.webjars:html5shiv:$html5ShivVersion",
|
||||
"org.webjars:knockout:2.3.0",
|
||||
|
||||
@@ -8,7 +8,6 @@ dependencies {
|
||||
}
|
||||
compile "org.springframework:spring-web:$springVersion",
|
||||
"io.lettuce:lettuce-core:$lettuceVersion",
|
||||
'org.latencyutils:LatencyUtils:2.0.3',
|
||||
"org.webjars:bootstrap:$bootstrapVersion",
|
||||
"org.webjars:webjars-taglib:$webjarsTaglibVersion",
|
||||
jstlDependencies
|
||||
|
||||
@@ -8,7 +8,6 @@ dependencies {
|
||||
}
|
||||
compile "org.springframework:spring-web:$springVersion",
|
||||
"io.lettuce:lettuce-core:$lettuceVersion",
|
||||
'org.latencyutils:LatencyUtils:2.0.3',
|
||||
"org.webjars:bootstrap:$bootstrapVersion",
|
||||
"org.webjars:webjars-taglib:$webjarsTaglibVersion",
|
||||
jstlDependencies
|
||||
|
||||
@@ -7,7 +7,6 @@ dependencies {
|
||||
exclude module: 'jedis'
|
||||
}
|
||||
compile "io.lettuce:lettuce-core:$lettuceVersion",
|
||||
'org.latencyutils:LatencyUtils:2.0.3',
|
||||
"org.springframework:spring-webmvc:$springVersion",
|
||||
"org.springframework.security:spring-security-config:$springSecurityVersion",
|
||||
"org.springframework.security:spring-security-web:$springSecurityVersion",
|
||||
|
||||
@@ -10,7 +10,6 @@ dependencies {
|
||||
"org.springframework.security:spring-security-config:$springSecurityVersion",
|
||||
"org.springframework.security:spring-security-web:$springSecurityVersion",
|
||||
"io.lettuce:lettuce-core:$lettuceVersion",
|
||||
'org.latencyutils:LatencyUtils:2.0.3',
|
||||
"org.webjars:bootstrap:$bootstrapVersion",
|
||||
"org.webjars:webjars-taglib:$webjarsTaglibVersion",
|
||||
jstlDependencies
|
||||
|
||||
@@ -8,7 +8,6 @@ dependencies {
|
||||
}
|
||||
compile "org.springframework:spring-web:$springVersion",
|
||||
"io.lettuce:lettuce-core:$lettuceVersion",
|
||||
'org.latencyutils:LatencyUtils:2.0.3',
|
||||
"org.webjars:bootstrap:$bootstrapVersion",
|
||||
"org.webjars:webjars-taglib:$webjarsTaglibVersion",
|
||||
jstlDependencies
|
||||
|
||||
@@ -8,7 +8,6 @@ dependencies {
|
||||
}
|
||||
compile "org.springframework:spring-web:$springVersion",
|
||||
"io.lettuce:lettuce-core:$lettuceVersion",
|
||||
'org.latencyutils:LatencyUtils:2.0.3',
|
||||
"org.webjars:bootstrap:$bootstrapVersion",
|
||||
"org.webjars:webjars-taglib:$webjarsTaglibVersion",
|
||||
jstlDependencies
|
||||
|
||||
Reference in New Issue
Block a user