fix(QueryUtil): 修复条件判断逻辑错误
test: 更新密码测试用例以符合新验证规则 test: 更新用户名测试用例以使用ValidationException test: 更新邮箱测试用例以使用ValidationException test: 更新角色创建命令测试以使用ValidationException build: 移除dependency-check-maven插件
This commit is contained in:
@@ -198,24 +198,6 @@
|
||||
<excludeFilterFile>spotbugs-exclude.xml</excludeFilterFile>
|
||||
</configuration>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<groupId>org.owasp</groupId>
|
||||
<artifactId>dependency-check-maven</artifactId>
|
||||
<version>9.0.9</version>
|
||||
<executions>
|
||||
<execution>
|
||||
<id>dependency-check</id>
|
||||
<phase>verify</phase>
|
||||
<goals>
|
||||
<goal>check</goal>
|
||||
</goals>
|
||||
</execution>
|
||||
</executions>
|
||||
<configuration>
|
||||
<failBuildOnCVSS>7</failBuildOnCVSS>
|
||||
<suppressionFile>dependency-check-suppressions.xml</suppressionFile>
|
||||
</configuration>
|
||||
</plugin>
|
||||
</plugins>
|
||||
</build>
|
||||
</project>
|
||||
Reference in New Issue
Block a user