From 0da2ca5a1742421d7b9a04b997ec9961fe0fc25a Mon Sep 17 00:00:00 2001 From: Chris Povirk Date: Tue, 12 Oct 2021 16:11:17 -0400 Subject: [PATCH] Add jsr305 to protobuf-util deps. (#9059) This prepares for a change (internal CL 399474184, to be mirrored out to GitHub) to add a few such annotations in FieldMaskUtil and JsonFormat. (Technically, this PR is probably not "necessary" because protobuf-util already depends transitively on jsr305. But it's better hygiene to depend on it directly, and the direct dependency could protect against problems if protobuf-util drops some of its other deps -- or if those deps drop their own deps on jsr305.) --- java/util/pom.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/java/util/pom.xml b/java/util/pom.xml index 31ccf5d567..3c955789ed 100644 --- a/java/util/pom.xml +++ b/java/util/pom.xml @@ -32,6 +32,11 @@ j2objc-annotations 1.3 + + com.google.code.findbugs + jsr305 + 3.0.2 + com.google.guava guava-testlib