|
5 | 5 | <version>0.128.14</version><!-- {x-version-update:google-cloud-nio:current} --> |
6 | 6 | <packaging>jar</packaging> |
7 | 7 | <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> |
9 | 9 | <description> |
10 | 10 | FileSystemProvider for Java NIO to access Google Cloud Storage transparently. |
11 | 11 | </description> |
|
33 | 33 | <dependency> |
34 | 34 | <groupId>com.google.api</groupId> |
35 | 35 | <artifactId>gax</artifactId> |
| 36 | + <version>2.76.1-SNAPSHOT</version><!-- {x-version-update:gax:current} --> |
36 | 37 | </dependency> |
37 | 38 | <dependency> |
38 | 39 | <groupId>com.google.cloud</groupId> |
39 | 40 | <artifactId>google-cloud-core</artifactId> |
| 41 | + <version>2.66.1-SNAPSHOT</version><!-- {x-version-update:google-cloud-core:current} --> |
40 | 42 | </dependency> |
41 | 43 | <dependency> |
42 | 44 | <groupId>com.google.http-client</groupId> |
43 | 45 | <artifactId>google-http-client</artifactId> |
44 | 46 | </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. --> |
47 | 47 | <dependency> |
48 | 48 | <groupId>com.google.http-client</groupId> |
49 | 49 | <artifactId>google-http-client-gson</artifactId> |
|
66 | 66 | <artifactId>gax</artifactId> |
67 | 67 | <classifier>testlib</classifier> |
68 | 68 | <scope>test</scope> |
| 69 | + <version>2.76.1-SNAPSHOT</version><!-- {x-version-update:gax:current} --> |
69 | 70 | </dependency> |
70 | 71 |
|
71 | 72 | <dependency> |
|
100 | 101 | <artifactId>google-cloud-core</artifactId> |
101 | 102 | <scope>test</scope> |
102 | 103 | <classifier>tests</classifier> |
| 104 | + <version>2.66.1-SNAPSHOT</version><!-- {x-version-update:google-cloud-core:current} --> |
103 | 105 | </dependency> |
104 | 106 | </dependencies> |
105 | 107 |
|
|
119 | 121 | <!-- MSHADE-419: 3.3.0 Shade plugin causes pom to be created without compile dependencies --> |
120 | 122 | <version>3.2.4</version> |
121 | 123 | <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 | | - --> |
127 | 124 | <dependency> |
128 | 125 | <groupId>org.ow2.asm</groupId> |
129 | 126 | <artifactId>asm</artifactId> |
|
195 | 192 | <ignoredUnusedDeclaredDependencies> |
196 | 193 | <!-- This dependency is used for its native image configuration in the test scope --> |
197 | 194 | <ignoredUnusedDeclaredDependency>com.google.api:gax:jar</ignoredUnusedDeclaredDependency> |
| 195 | + <ignoredUnusedDeclaredDependency>javax.annotation:javax.annotation-api</ignoredUnusedDeclaredDependency> |
198 | 196 | </ignoredUnusedDeclaredDependencies> |
199 | 197 | </configuration> |
200 | 198 | </plugin> |
|
0 commit comments