@@ -32,15 +32,17 @@ dependencies {
3232 compileOnlyApi project(' :ehcache-xml:ehcache-xml-spi' )
3333
3434 api project(' :clustered:ehcache-common' )
35- compileOnly " org.terracotta:client-api:$t erracottaApisVersion "
35+ compileOnly " org.terracotta:client-api:$t erracottaCoreVersion "
3636 implementation " org.terracotta:terracotta-runnel:$terracottaPlatformVersion "
3737 implementation " org.terracotta:terracotta-lease-client:$terracottaPlatformVersion "
3838 implementation " org.terracotta:terracotta-dynamic-config-entities-topology-client:$terracottaPlatformVersion "
39- implementation " org.terracotta:terracotta-utilities-tools:$terracottaUtilitiesVersion "
39+ implementation (" org.terracotta:terracotta-utilities-tools:$terracottaUtilitiesVersion " ) {
40+ exclude group : ' org.slf4j'
41+ }
4042
4143 compileOnly ' org.osgi:org.osgi.service.component.annotations:1.3.0'
4244
43- testImplementation " org.terracotta:client-api:$t erracottaApisVersion "
45+ testImplementation " org.terracotta:client-api:$t erracottaCoreVersion "
4446 testImplementation " org.terracotta:terracotta-resources-offheap:$terracottaPlatformVersion "
4547 testImplementation " org.terracotta:terracotta-management-server-api:$terracottaPlatformVersion "
4648 testImplementation project(' :clustered:server:ehcache-service-api' )
@@ -56,15 +58,17 @@ dependencies {
5658 testImplementation project(' :clustered:server:ehcache-service' )
5759 testImplementation " org.terracotta:terracotta-client-message-tracker:$terracottaPlatformVersion "
5860 testImplementation project(' :clustered:test-utils' )
59- testImplementation (" org.terracotta:passthrough-server:$t erracottaRuntimeVersion " ) {
61+ testImplementation (" org.terracotta:passthrough-server:$t erracottaCoreVersion " ) {
6062 exclude group : " ch.qos.logback"
6163 }
6264 testImplementation " org.terracotta:terracotta-lease-testing-passthrough:$terracottaPlatformVersion "
6365 testImplementation (group : ' org.codehaus.btm' , name : ' btm' , version : ' 2.1.4' ) {
6466 exclude group :' org.slf4j' , module :' slf4j-api'
6567 }
6668 testImplementation testFixtures(project(' :ehcache-xml' ))
67- testImplementation (" org.terracotta:statistics:$parent . statisticVersion " )
69+ testImplementation (" org.terracotta:statistics:$parent . statisticVersion " ) {
70+ exclude group : ' org.slf4j' , module : ' slf4j-api'
71+ }
6872 testImplementation (" org.terracotta:terracotta-structures:$terracottaPlatformVersion " ) {
6973 exclude group : ' org.slf4j' , module : ' slf4j-api'
7074 }
0 commit comments