Skip to content

Commit b92351c

Browse files
committed
ci(maven): lint
1 parent b662e22 commit b92351c

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

xml/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,14 +47,14 @@
4747
</executions>
4848
</plugin>
4949
<plugin>
50-
<groupId>org.owasp</groupId>
50+
<groupId>org.owasp</groupId>
5151
<artifactId>dependency-check-maven</artifactId>
5252
<version>${dependencyCheck.version}</version>
5353
<configuration>
5454
<failBuildOnCVSS>${dependencyCheck.threshold}</failBuildOnCVSS>
55-
<failOnError>true</failOnError>
56-
<nvdApiKey>${dependencyCheck.NVDApiKey}</nvdApiKey>
57-
<skip>${dependencyCheck.skip}</skip>
55+
<failOnError>true</failOnError>
56+
<nvdApiKey>${dependencyCheck.NVDApiKey}</nvdApiKey>
57+
<skip>${dependencyCheck.skip}</skip>
5858
</configuration>
5959
<executions>
6060
<execution>

0 commit comments

Comments
 (0)