Skip to content

Commit 3edeb96

Browse files
(cherry picked from commit dcf0851) Signed-off-by: Thomas Farr <[email protected]> Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent d638a63 commit 3edeb96

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

java-client/build.gradle.kts

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -231,8 +231,12 @@ dependencies {
231231
testImplementation("software.amazon.awssdk", "url-connection-client", "[2.21,3.0)")
232232
testImplementation("software.amazon.awssdk", "sts", "[2.21,3.0)")
233233

234-
testImplementation("org.apache.logging.log4j", "log4j-api","[2.17.1,3.0)")
235-
testImplementation("org.apache.logging.log4j", "log4j-core","[2.17.1,3.0)")
234+
testImplementation("org.apache.logging.log4j", "log4j-api","[2.17.1,3.0)") {
235+
exclude(group = "com.github.spotbugs", module = "spotbugs-annotations")
236+
}
237+
testImplementation("org.apache.logging.log4j", "log4j-core","[2.17.1,3.0)") {
238+
exclude(group = "com.github.spotbugs", module = "spotbugs-annotations")
239+
}
236240

237241
// EPL-2.0 OR BSD-3-Clause
238242
// https://eclipse-ee4j.github.io/yasson/

0 commit comments

Comments
 (0)