This repository was archived by the owner on Jun 2, 2026. It is now read-only.
File tree Expand file tree Collapse file tree
src/main/resources/META-INF/native-image/com/google/cloud/google-cloud-nio Expand file tree Collapse file tree Original file line number Diff line number Diff line change 6161 <groupId >com.google.code.findbugs</groupId >
6262 <artifactId >jsr305</artifactId >
6363 </dependency >
64+ <dependency >
65+ <groupId >com.google.api</groupId >
66+ <artifactId >gax</artifactId >
67+ <classifier >testlib</classifier >
68+ <scope >test</scope >
69+ </dependency >
6470
6571 <dependency >
6672 <groupId >junit</groupId >
183189 </execution >
184190 </executions >
185191 </plugin >
192+ <plugin >
193+ <artifactId >maven-dependency-plugin</artifactId >
194+ <configuration >
195+ <ignoredUnusedDeclaredDependencies >
196+ <!-- This dependency is used for its native image configuration in the test scope -->
197+ <ignoredUnusedDeclaredDependency >com.google.api:gax:jar</ignoredUnusedDeclaredDependency >
198+ </ignoredUnusedDeclaredDependencies >
199+ </configuration >
200+ </plugin >
186201 </plugins >
187202 </build >
188203</project >
Original file line number Diff line number Diff line change 77Args = --initialize-at-build-time=com.google.cloud.storage.contrib.nio.CloudStorageFileSystemProvider,\
88 com.google.cloud.storage.contrib.nio.CloudStorageConfiguration,\
99 com.google.cloud.storage.contrib.nio.AutoValue_CloudStorageConfiguration,\
10- com.google.common.collect.RegularImmutableList,\
11- org.junit.runner.RunWith,java.lang.annotation.Annotation,\
12- org.junit.runners.model.FrameworkField
You can’t perform that action at this time.
0 commit comments