From 8bb2a86707a5ea277e2b2514dedc2406f424dd81 Mon Sep 17 00:00:00 2001 From: Chris Povirk Date: Tue, 5 Oct 2021 13:32:58 -0400 Subject: [PATCH] Add jsr305 to protobuf-util deps. 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 8a8e159ebcca7..e5fa804c00e82 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