File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed
google-cloud-bigquery-jdbc Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change 5555 <artifactId >jacoco-maven-plugin</artifactId >
5656 <version >0.8.13</version >
5757 </plugin >
58+ <plugin >
59+ <groupId >org.apache.maven.plugins</groupId >
60+ <artifactId >maven-dependency-plugin</artifactId >
61+ <configuration >
62+ <ignoredUsedUndeclaredDependencies >
63+ <ignoredUsedUndeclaredDependency >com.google.*</ignoredUsedUndeclaredDependency >
64+ <ignoredUsedUndeclaredDependency >org.apache.arrow</ignoredUsedUndeclaredDependency >
65+ <ignoredUsedUndeclaredDependency >org.apache.httpcomponents</ignoredUsedUndeclaredDependency >
66+ <ignoredUsedUndeclaredDependency >io.grpc</ignoredUsedUndeclaredDependency >
67+ </ignoredUsedUndeclaredDependencies >
68+ </configuration >
69+ </plugin >
5870 </plugins >
5971 </build >
6072
You can’t perform that action at this time.
0 commit comments