diff --git a/build.gradle b/build.gradle index b0a80ab46..1f4088d5a 100644 --- a/build.gradle +++ b/build.gradle @@ -59,6 +59,7 @@ subprojects { implementation 'org.slf4j:log4j-over-slf4j:1.7.16' implementation 'org.slf4j:slf4j-api:1.7.16' implementation 'com.fasterxml.jackson.core:jackson-core:2.13.1' + implementation 'com.google.guava:guava:33.2.1-jre' testImplementation 'com.psddev:test:4.1-SNAPSHOT' testImplementation 'org.assertj:assertj-core:3.11.1'