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 5c83d18 commit 24e9b13Copy full SHA for 24e9b13
google-cloud-logging/pom.xml
@@ -184,5 +184,19 @@
184
<artifactId>flatten-maven-plugin</artifactId>
185
</plugin>
186
</plugins>
187
+ <pluginManagement>
188
+ <plugins>
189
+ <plugin>
190
+ <groupId>org.apache.maven.plugins</groupId>
191
+ <artifactId>maven-dependency-plugin</artifactId>
192
+ <configuration>
193
+ <ignoredUsedUndeclaredDependencies>
194
+ <!-- This dependency is used for its native image configuration in the test scope -->
195
+ <ignoredUnusedDeclaredDependency>com.google.api:gax:jar</ignoredUnusedDeclaredDependency>
196
+ </ignoredUsedUndeclaredDependencies>
197
+ </configuration>
198
+ </plugin>
199
+ </plugins>
200
+ </pluginManagement>
201
</build>
202
</project>
0 commit comments