Skip to content

Commit 905aef0

Browse files
committed
chore(java-storage): modernize submodule pom.xml
1 parent 84bb33b commit 905aef0

File tree

1 file changed

+3
-12
lines changed
  • java-storage/google-cloud-storage

1 file changed

+3
-12
lines changed

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

Lines changed: 3 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<version>2.64.1-SNAPSHOT</version><!-- {x-version-update:google-cloud-storage:current} -->
66
<packaging>jar</packaging>
77
<name>Google Cloud Storage</name>
8-
<url>https://github.com/googleapis/java-storage</url>
8+
<url>https://github.com/googleapis/google-cloud-java</url>
99
<description>
1010
Java idiomatic client for Google Cloud Storage.
1111
</description>
@@ -143,7 +143,6 @@
143143
<groupId>com.google.api.grpc</groupId>
144144
<artifactId>gapic-google-cloud-storage-v2</artifactId>
145145
</dependency>
146-
<!-- Open Telemetry dependencies -->
147146
<dependency>
148147
<groupId>io.opentelemetry</groupId>
149148
<artifactId>opentelemetry-sdk</artifactId>
@@ -205,7 +204,6 @@
205204
<artifactId>checker-qual</artifactId>
206205
</dependency>
207206

208-
<!-- Access to exception for retry handling -->
209207
<dependency>
210208
<groupId>com.fasterxml.jackson.core</groupId>
211209
<artifactId>jackson-core</artifactId>
@@ -215,7 +213,6 @@
215213
<artifactId>jsr305</artifactId>
216214
</dependency>
217215

218-
<!-- Test dependencies -->
219216
<dependency>
220217
<groupId>junit</groupId>
221218
<artifactId>junit</artifactId>
@@ -245,11 +242,6 @@
245242
<scope>test</scope>
246243
</dependency>
247244

248-
<!--
249-
We're not using this directly, however there appears to be some resolution
250-
issues when we don't list this dependency. Specifically, the check to ensure the flattened
251-
contains all dependencies fails because it has this subtree included.
252-
-->
253245
<dependency>
254246
<groupId>io.grpc</groupId>
255247
<artifactId>grpc-xds</artifactId>
@@ -263,14 +255,14 @@
263255
<dependency>
264256
<groupId>com.google.api.grpc</groupId>
265257
<artifactId>proto-google-cloud-kms-v1</artifactId>
266-
<version>0.180.0</version>
258+
<version>0.181.0</version><!-- {x-version-update:proto-google-cloud-kms-v1:current} -->
267259
<scope>test</scope>
268260
</dependency>
269261

270262
<dependency>
271263
<groupId>com.google.cloud</groupId>
272264
<artifactId>google-cloud-kms</artifactId>
273-
<version>2.89.0</version>
265+
<version>2.90.0</version><!-- {x-version-update:google-cloud-kms:current} -->
274266
<scope>test</scope>
275267
</dependency>
276268
<dependency>
@@ -461,7 +453,6 @@
461453
<reportNameSuffix>sponge_log</reportNameSuffix>
462454
</configuration>
463455
<dependencies>
464-
<!-- add junit-platform to support jqwik tests for mvn test -->
465456
<dependency>
466457
<groupId>org.apache.maven.surefire</groupId>
467458
<artifactId>surefire-junit-platform</artifactId>

0 commit comments

Comments
 (0)