Skip to content

Commit cec18da

Browse files
Potentially fixes #137 ... but likely re-introduces some vulnerabilities.
1 parent 29f920b commit cec18da

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

structurizr-onpremises/build.gradle

-7
Original file line numberDiff line numberDiff line change
@@ -108,13 +108,6 @@ dependencies {
108108
testImplementation 'org.testcontainers:elasticsearch:1.20.3'
109109
}
110110

111-
configurations.all {
112-
resolutionStrategy {
113-
force 'com.google.guava:guava:14.0.1'
114-
force 'com.google.guava:guava-gwt:14.0.1'
115-
}
116-
}
117-
118111
tasks.withType(JavaCompile).configureEach {
119112
options.compilerArgs.add("-parameters")
120113
}

0 commit comments

Comments
 (0)