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

Commit 8df4adf

Browse files
Update ignoredUnusedDeclaredDependency in pom.xml
1 parent 24e9b13 commit 8df4adf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

google-cloud-logging/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@
192192
<configuration>
193193
<ignoredUsedUndeclaredDependencies>
194194
<!-- This dependency is used for its native image configuration in the test scope -->
195-
<ignoredUnusedDeclaredDependency>com.google.api:gax:jar</ignoredUnusedDeclaredDependency>
195+
<ignoredUnusedDeclaredDependency>com.google.api:gax:jar:testlib</ignoredUnusedDeclaredDependency>
196196
</ignoredUsedUndeclaredDependencies>
197197
</configuration>
198198
</plugin>

0 commit comments

Comments
 (0)