Skip to content

Commit 79b3d3b

Browse files
committed
chore(java-storage-nio): modernize submodule pom.xml
1 parent 487e975 commit 79b3d3b

File tree

1 file changed

+6
-8
lines changed
  • java-storage-nio/google-cloud-nio

1 file changed

+6
-8
lines changed

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

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<version>0.128.14</version><!-- {x-version-update:google-cloud-nio:current} -->
66
<packaging>jar</packaging>
77
<name>Google Cloud NIO</name>
8-
<url>https://github.com/googleapis/java-storage-nio</url>
8+
<url>https://github.com/googleapis/google-cloud-java</url>
99
<description>
1010
FileSystemProvider for Java NIO to access Google Cloud Storage transparently.
1111
</description>
@@ -33,17 +33,17 @@
3333
<dependency>
3434
<groupId>com.google.api</groupId>
3535
<artifactId>gax</artifactId>
36+
<version>2.76.1-SNAPSHOT</version><!-- {x-version-update:gax:current} -->
3637
</dependency>
3738
<dependency>
3839
<groupId>com.google.cloud</groupId>
3940
<artifactId>google-cloud-core</artifactId>
41+
<version>2.66.1-SNAPSHOT</version><!-- {x-version-update:google-cloud-core:current} -->
4042
</dependency>
4143
<dependency>
4244
<groupId>com.google.http-client</groupId>
4345
<artifactId>google-http-client</artifactId>
4446
</dependency>
45-
<!-- Used by tests, but can't be set to test scope otherwise it will be
46-
stripped as a transitive dependency of storage. -->
4747
<dependency>
4848
<groupId>com.google.http-client</groupId>
4949
<artifactId>google-http-client-gson</artifactId>
@@ -66,6 +66,7 @@
6666
<artifactId>gax</artifactId>
6767
<classifier>testlib</classifier>
6868
<scope>test</scope>
69+
<version>2.76.1-SNAPSHOT</version><!-- {x-version-update:gax:current} -->
6970
</dependency>
7071

7172
<dependency>
@@ -100,6 +101,7 @@
100101
<artifactId>google-cloud-core</artifactId>
101102
<scope>test</scope>
102103
<classifier>tests</classifier>
104+
<version>2.66.1-SNAPSHOT</version><!-- {x-version-update:google-cloud-core:current} -->
103105
</dependency>
104106
</dependencies>
105107

@@ -119,11 +121,6 @@
119121
<!-- MSHADE-419: 3.3.0 Shade plugin causes pom to be created without compile dependencies -->
120122
<version>3.2.4</version>
121123
<dependencies>
122-
<!-- MSHADE-419: 3.3.0
123-
Shade plugin specified old asm which fails builds with classes under META-INF/versions/*
124-
Manually override the version of ASM to be a newer one.
125-
https://github.com/apache/maven-shade-plugin/commit/57edc03162557d052deec762d6b87f1a4c24d653
126-
-->
127124
<dependency>
128125
<groupId>org.ow2.asm</groupId>
129126
<artifactId>asm</artifactId>
@@ -195,6 +192,7 @@
195192
<ignoredUnusedDeclaredDependencies>
196193
<!-- This dependency is used for its native image configuration in the test scope -->
197194
<ignoredUnusedDeclaredDependency>com.google.api:gax:jar</ignoredUnusedDeclaredDependency>
195+
<ignoredUnusedDeclaredDependency>javax.annotation:javax.annotation-api</ignoredUnusedDeclaredDependency>
198196
</ignoredUnusedDeclaredDependencies>
199197
</configuration>
200198
</plugin>

0 commit comments

Comments
 (0)