Skip to content
This repository was archived by the owner on Mar 26, 2026. It is now read-only.

Commit cade5ae

Browse files
chore: ignore gax dependency
1 parent ea71024 commit cade5ae

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

pom.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -372,6 +372,8 @@
372372
<artifactId>maven-dependency-plugin</artifactId>
373373
<configuration>
374374
<ignoredUsedUndeclaredDependencies>
375+
<!-- This dependency is used for its native image configuration in the test scope -->
376+
<ignoredUnusedDeclaredDependency>com.google.api:gax:jar</ignoredUnusedDeclaredDependency>
375377
<ignoredUsedUndeclaredDependency>org.graalvm.sdk:graal-sdk</ignoredUsedUndeclaredDependency>
376378
<ignoredUsedUndeclaredDependency>com.google.api.grpc:grpc-google-cloud-spanner-v1</ignoredUsedUndeclaredDependency>
377379
<ignoredUsedUndeclaredDependency>com.google.api.grpc:proto-google-cloud-spanner-admin-instance-v1</ignoredUsedUndeclaredDependency>

0 commit comments

Comments
 (0)