Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix offline test execution problem regarding maven not finding `org.a…
…pache.maven.surefire:surefire-junit4:jar:2.20.1` and `dummy:dummy:jar:1.0` dependencies while offline Apparently the `surefire-junit4` dependency needs to be listed explicitly as the plugin's dependency, so that `mvn dependency:go-offline` could see it needs to be downloaded too. There was a nice discussion over here: googleapis/google-cloud-java#3819 googleapis/google-cloud-java#3820
- Loading branch information