8000 feat(deps): add protobuf-java-util as a direct dep of kms (#3252) · CoderBoyBoy/java-docs-samples@3d05482 · GitHub
[go: up one dir, main page]

Skip to content

Commit 3d05482

Browse files
feat(deps): add protobuf-java-util as a direct dep of kms (GoogleCloudPlatform#3252)
1 parent 8fd9669 commit 3d05482

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

kms/pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,12 @@
2828
<version>1.38.1</version>
2929
</dependency>
3030

31+
<dependency>
32+
<groupId>com.google.protobuf</groupId>
33+
<artifactId>protobuf-java-util</artifactId>
34+
<version>3.12.2</version>
35+
</dependency>
36+
3137
<!-- test dependencies -->
3238
<dependency>
3339
<groupId>junit</groupId>

0 commit comments

Comments
 (0)
0