Skip to content

Commit 6b4bef2

Browse files
authored
deps: import dataproc bom and update to 0.118.0 (#108)
1 parent f1f7084 commit 6b4bef2

File tree

1 file changed

+4
-22
lines changed

1 file changed

+4
-22
lines changed

pom.xml

+4-22
Original file line numberDiff line numberDiff line change
@@ -328,28 +328,10 @@
328328
</dependency>
329329
<dependency>
330330
<groupId>com.google.cloud</groupId>
331-
<artifactId>google-cloud-dataproc</artifactId>
332-
<version>0.117.0</version>
333-
</dependency>
334-
<dependency>
335-
<groupId>com.google.api.grpc</groupId>
336-
<artifactId>proto-google-cloud-dataproc-v1</artifactId>
337-
<version>0.82.0</version>
338-
</dependency>
339-
<dependency>
340-
<groupId>com.google.api.grpc</groupId>
341-
<artifactId>grpc-google-cloud-dataproc-v1</artifactId>
342-
<version>0.82.0</version>
343-
</dependency>
344-
<dependency>
345-
<groupId>com.google.api.grpc</groupId>
346-
<artifactId>proto-google-cloud-dataproc-v1beta2</artifactId>
347-
<version>0.82.0</version>
348-
</dependency>
349-
<dependency>
350-
<groupId>com.google.api.grpc</groupId>
351-
<artifactId>grpc-google-cloud-dataproc-v1beta2</artifactId>
352-
<version>0.82.0</version>
331+
<artifactId>google-cloud-dataproc-bom</artifactId>
332+
<version>0.118.0</version>
333+
<type>pom</type>
334+
<scope>import</scope>
353335
</dependency>
354336
<dependency>
355337
<groupId>com.google.cloud</groupId>

0 commit comments

Comments
 (0)