Skip to content

Commit cade5ae

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

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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)