Skip to content

Commit 99efc3f

Browse files
authored
Merge pull request #1429 from data-integrations/CDAP-21027_hadoop_upgrade
CDAP-21027 : missed a dependency for hadoop upgrade
2 parents 07d5b0d + 81dadf5 commit 99efc3f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -893,6 +893,11 @@
893893
<artifactId>google-cloud-bigtable</artifactId>
894894
<version>1.17.1</version>
895895
</dependency>
896+
<dependency>
897+
<groupId>com.google.api.grpc</groupId>
898+
<artifactId>proto-google-common-protos</artifactId>
899+
<version>2.8.3</version>
900+
</dependency>
896901
</dependencies>
897902

898903
<build>

0 commit comments

Comments
 (0)