Skip to content

Commit b60105f

Browse files
committed
chore: Add protobuf-util-java dep
1 parent bcc0f76 commit b60105f

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

  • java-datastore/google-cloud-datastore

java-datastore/google-cloud-datastore/pom.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,10 @@
7979
<groupId>com.google.protobuf</groupId>
8080
<artifactId>protobuf-java</artifactId>
8181
</dependency>
82+
<dependency>
83+
<groupId>com.google.protobuf</groupId>
84+
<artifactId>protobuf-java-util</artifactId>
85+
</dependency>
8286
<dependency>
8387
<groupId>com.google.api</groupId>
8488
<artifactId>gax</artifactId>

0 commit comments

Comments
 (0)