From cec18dac86ae0bc61334215867052d652aaa6038 Mon Sep 17 00:00:00 2001 From: Simon Brown Date: Mon, 4 Nov 2024 16:01:07 +0000 Subject: [PATCH] Potentially fixes #137 ... but likely re-introduces some vulnerabilities. --- structurizr-onpremises/build.gradle | 7 ------- 1 file changed, 7 deletions(-) diff --git a/structurizr-onpremises/build.gradle b/structurizr-onpremises/build.gradle index c3732fc..99fca0d 100644 --- a/structurizr-onpremises/build.gradle +++ b/structurizr-onpremises/build.gradle @@ -108,13 +108,6 @@ dependencies { testImplementation 'org.testcontainers:elasticsearch:1.20.3' } -configurations.all { - resolutionStrategy { - force 'com.google.guava:guava:14.0.1' - force 'com.google.guava:guava-gwt:14.0.1' - } -} - tasks.withType(JavaCompile).configureEach { options.compilerArgs.add("-parameters") }