|
|
@ -19,6 +19,9 @@ dependencies {
|
|
|
|
|
|
|
|
|
|
|
|
testImplementation 'org.xerial.snappy:snappy-java:1.1.8.4'
|
|
|
|
testImplementation 'org.xerial.snappy:snappy-java:1.1.8.4'
|
|
|
|
testImplementation 'com.github.plan-player-analytics:Plan:5.4.1690'
|
|
|
|
testImplementation 'com.github.plan-player-analytics:Plan:5.4.1690'
|
|
|
|
|
|
|
|
testImplementation 'redis.clients:jedis:' + jedis_version
|
|
|
|
|
|
|
|
testImplementation 'org.xerial.snappy:snappy-java:' + snappy_version
|
|
|
|
|
|
|
|
testImplementation 'org.apache.commons:commons-text:' + commons_text_version
|
|
|
|
testCompileOnly 'dev.dejvokep:boosted-yaml:1.3'
|
|
|
|
testCompileOnly 'dev.dejvokep:boosted-yaml:1.3'
|
|
|
|
testCompileOnly 'org.jetbrains:annotations:23.0.0'
|
|
|
|
testCompileOnly 'org.jetbrains:annotations:23.0.0'
|
|
|
|
}
|
|
|
|
}
|
|
|
|