Revert "HBASE-27084 Add spotless:check in mvn verify stage (#4482)"

This reverts commit a060e71c53.
This commit is contained in:
Duo Zhang 2022-06-12 00:12:05 +08:00
parent b7065c1cf5
commit 9c846f4873
1 changed files with 1 additions and 8 deletions

View File

@ -851,7 +851,7 @@
<surefire.version>3.0.0-M6</surefire.version>
<wagon.ssh.version>2.12</wagon.ssh.version>
<xml.maven.version>1.0.1</xml.maven.version>
<spotless.version>2.22.5</spotless.version>
<spotless.version>2.22.2</spotless.version>
<maven-site.version>3.12.0</maven-site.version>
<!-- compression -->
<aircompressor.version>0.21</aircompressor.version>
@ -2793,13 +2793,6 @@
</format>
</formats>
</configuration>
<executions>
<execution>
<goals>
<goal>check</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
<extensions>