diff --git a/buildSrc/src/main/kotlin/voxel-core.gradle.kts b/buildSrc/src/main/kotlin/voxel-core.gradle.kts index 32102658..2e98268f 100644 --- a/buildSrc/src/main/kotlin/voxel-core.gradle.kts +++ b/buildSrc/src/main/kotlin/voxel-core.gradle.kts @@ -41,7 +41,6 @@ dependencies { implementation(kotlin("stdlib-jdk8")) implementation("net.sandrohc:schematic4j:1.1.0") { exclude("org.checkerframework", "") - exclude("org.slf4j", "") } shadowNoRuntime("com.google.code.gson:gson:2.10.1") shadow("org.yaml:snakeyaml:1.33") @@ -50,10 +49,6 @@ dependencies { testImplementation("junit:junit:4.13.2") testImplementation("org.mockito:mockito-core:4.5.1") testImplementation("org.mockito:mockito-inline:4.5.1") - testImplementation("net.sandrohc:schematic4j:1.1.0") { - exclude("org.checkerframework", "") - exclude("org.slf4j", "") - } }