From 086d4da80bb756eaae7bf1eb8ef3a67380e7ab23 Mon Sep 17 00:00:00 2001 From: stephwang Date: Thu, 25 Jun 2020 16:21:45 -0400 Subject: [PATCH] feat(deps): add protobuf-java-util as a direct dep of securitycenter --- securitycenter/pom.xml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/securitycenter/pom.xml b/securitycenter/pom.xml index 4016d7d7932..f8ee0c4fc56 100644 --- a/securitycenter/pom.xml +++ b/securitycenter/pom.xml @@ -44,6 +44,12 @@ 1.0.0 + + com.google.protobuf + protobuf-java-util + 3.12.2 + + junit