Downgrade redis to 3.7.1

feat/data-edit-commands
William 3 years ago
parent fadd67ba5c
commit 1eac1cf283

@ -3,7 +3,7 @@ dependencies {
compileOnly project(':api') compileOnly project(':api')
implementation project(path: ':common', configuration: 'shadow') implementation project(path: ':common', configuration: 'shadow')
compileOnly 'redis.clients:jedis:4.0.0' compileOnly 'redis.clients:jedis:3.7.1'
implementation 'org.bstats:bstats-bukkit:2.2.1' implementation 'org.bstats:bstats-bukkit:2.2.1'
implementation 'de.themoep:minedown:1.7.1-SNAPSHOT' implementation 'de.themoep:minedown:1.7.1-SNAPSHOT'

@ -2,7 +2,7 @@ dependencies {
compileOnly project(':common') compileOnly project(':common')
implementation project(path: ':common', configuration: 'shadow') implementation project(path: ':common', configuration: 'shadow')
compileOnly 'redis.clients:jedis:4.0.0' compileOnly 'redis.clients:jedis:3.7.1'
implementation 'org.bstats:bstats-bungeecord:2.2.1' implementation 'org.bstats:bstats-bungeecord:2.2.1'
implementation 'de.themoep:minedown:1.7.1-SNAPSHOT' implementation 'de.themoep:minedown:1.7.1-SNAPSHOT'
implementation 'net.byteflux:libby-bungee:1.1.5' implementation 'net.byteflux:libby-bungee:1.1.5'

@ -1,5 +1,5 @@
dependencies { dependencies {
implementation 'redis.clients:jedis:4.0.0' implementation 'redis.clients:jedis:3.7.1'
implementation 'com.zaxxer:HikariCP:5.0.0' implementation 'com.zaxxer:HikariCP:5.0.0'
} }

@ -2,7 +2,7 @@ dependencies {
compileOnly project(':common') compileOnly project(':common')
implementation project(path: ':common', configuration: 'shadow') implementation project(path: ':common', configuration: 'shadow')
compileOnly 'redis.clients:jedis:4.0.0' compileOnly 'redis.clients:jedis:3.7.1'
implementation 'org.bstats:bstats-velocity:2.2.1' implementation 'org.bstats:bstats-velocity:2.2.1'
implementation 'de.themoep:minedown-adventure:1.7.1-SNAPSHOT' implementation 'de.themoep:minedown-adventure:1.7.1-SNAPSHOT'
implementation 'net.byteflux:libby-velocity:1.1.5' implementation 'net.byteflux:libby-velocity:1.1.5'

Loading…
Cancel
Save