deleted my old github name from developer list
This commit is contained in:
parent
0cee57392a
commit
5b89b28652
18
pom.xml
18
pom.xml
|
@ -323,9 +323,6 @@
|
|||
<id>joelsch</id>
|
||||
<name>Joel Schneider</name>
|
||||
</developer>
|
||||
<developer>
|
||||
<id>elnin0815</id>
|
||||
</developer>
|
||||
<developer>
|
||||
<id>dangerousben</id>
|
||||
<name>Ben Spencer</name>
|
||||
|
@ -1777,6 +1774,21 @@
|
|||
</execution>
|
||||
</executions>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<groupId>org.owasp</groupId>
|
||||
<artifactId>dependency-check-maven</artifactId>
|
||||
<version>3.1.1</version>
|
||||
<configuration>
|
||||
<failBuildOnCVSS>8</failBuildOnCVSS>
|
||||
</configuration>
|
||||
<executions>
|
||||
<execution>
|
||||
<goals>
|
||||
<goal>check</goal>
|
||||
</goals>
|
||||
</execution>
|
||||
</executions>
|
||||
</plugin>
|
||||
</plugins>
|
||||
</build>
|
||||
|
||||
|
|
Loading…
Reference in New Issue