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>
|
<id>joelsch</id>
|
||||||
<name>Joel Schneider</name>
|
<name>Joel Schneider</name>
|
||||||
</developer>
|
</developer>
|
||||||
<developer>
|
|
||||||
<id>elnin0815</id>
|
|
||||||
</developer>
|
|
||||||
<developer>
|
<developer>
|
||||||
<id>dangerousben</id>
|
<id>dangerousben</id>
|
||||||
<name>Ben Spencer</name>
|
<name>Ben Spencer</name>
|
||||||
|
@ -1777,6 +1774,21 @@
|
||||||
</execution>
|
</execution>
|
||||||
</executions>
|
</executions>
|
||||||
</plugin>
|
</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>
|
</plugins>
|
||||||
</build>
|
</build>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue