1
0

Format nit

This commit is contained in:
Gary Gregory
2024-05-22 18:15:59 -04:00
parent e97cec1c12
commit 2598f00f48

14
pom.xml
View File

@@ -500,13 +500,13 @@ under the License.
<artifactId>spotbugs-maven-plugin</artifactId> <artifactId>spotbugs-maven-plugin</artifactId>
<configuration> <configuration>
<excludeFilterFile>src/conf/spotbugs-excludes.xml</excludeFilterFile> <excludeFilterFile>src/conf/spotbugs-excludes.xml</excludeFilterFile>
<plugins> <plugins>
<plugin> <plugin>
<groupId>com.h3xstream.findsecbugs</groupId> <groupId>com.h3xstream.findsecbugs</groupId>
<artifactId>findsecbugs-plugin</artifactId> <artifactId>findsecbugs-plugin</artifactId>
<version>${findsecbugs.version}</version> <version>${findsecbugs.version}</version>
</plugin> </plugin>
</plugins> </plugins>
</configuration> </configuration>
</plugin> </plugin>
<!-- <!--