We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea71024 commit cade5aeCopy full SHA for cade5ae
pom.xml
@@ -372,6 +372,8 @@
372
<artifactId>maven-dependency-plugin</artifactId>
373
<configuration>
374
<ignoredUsedUndeclaredDependencies>
375
+ <!-- This dependency is used for its native image configuration in the test scope -->
376
+ <ignoredUnusedDeclaredDependency>com.google.api:gax:jar</ignoredUnusedDeclaredDependency>
377
<ignoredUsedUndeclaredDependency>org.graalvm.sdk:graal-sdk</ignoredUsedUndeclaredDependency>
378
<ignoredUsedUndeclaredDependency>com.google.api.grpc:grpc-google-cloud-spanner-v1</ignoredUsedUndeclaredDependency>
379
<ignoredUsedUndeclaredDependency>com.google.api.grpc:proto-google-cloud-spanner-admin-instance-v1</ignoredUsedUndeclaredDependency>
0 commit comments