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 a729c7e commit 34cf047Copy full SHA for 34cf047
google-cloud-spanner-bom/pom.xml
@@ -113,7 +113,6 @@
113
<plugin>
114
<groupId>org.apache.maven.plugins</groupId>
115
<artifactId>maven-checkstyle-plugin</artifactId>
116
- <version>3.6.0</version>
117
<configuration>
118
<skip>true</skip>
119
</configuration>
google-cloud-spanner-executor/pom.xml
@@ -266,7 +266,7 @@
266
267
<artifactId>maven-dependency-plugin</artifactId>
268
269
- <ignoredDependencies> com.google.api:gax,org.apache.maven.surefire:surefire-junit4</ignoredDependencies>
+ <ignoredDependencies> com.google.api:gax,org.apache.maven.surefire:surefire-junit4 </ignoredDependencies>
270
271
</plugin>
272
</plugins>
0 commit comments