8000 feat(deps): add protobuf-java-util as a direct dep of securitycenter … · CoderBoyBoy/java-docs-samples@743ea9e · GitHub
[go: up one dir, main page]

Skip to content
8000

Commit 743ea9e

Browse files
feat(deps): add protobuf-java-util as a direct dep of securitycenter (GoogleCloudPlatform#3258)
1 parent 11c65ca commit 743ea9e

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

securitycenter/pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,12 @@
4444
<version>1.0.0</version>
4545
</dependency>
4646

47+
<dependency>
48+
<groupId>com.google.protobuf</groupId>
49+
<artifactId>protobuf-java-util</artifactId>
50+
<version>3.12.2</version>
51+
</dependency>
52+
4753
<!-- Test dependencies -->
4854
<dependency>
4955
<groupId>junit</groupId>

0 commit comments

Comments
 (0)
0