删除依赖

This commit is contained in:
junj2.liang 2022-09-05 14:55:51 +08:00
parent 17a768b3a2
commit 859b087c48

10
pom.xml
View File

@ -79,11 +79,11 @@
</goals>
</execution>
</executions>
<configuration><!-- Generate all report formats -->
<format>ALL</format><!-- Don't use Nexus Analyzer -->
<centralAnalyzerEnabled>false</centralAnalyzerEnabled>
<versionCheckEnabled>true</versionCheckEnabled>
</configuration>
<!-- <configuration>&lt;!&ndash; Generate all report formats &ndash;&gt;-->
<!-- <format>ALL</format>&lt;!&ndash; Don't use Nexus Analyzer &ndash;&gt;-->
<!-- <centralAnalyzerEnabled>false</centralAnalyzerEnabled>-->
<!-- <versionCheckEnabled>true</versionCheckEnabled>-->
<!-- </configuration>-->
</plugin>
</plugins>
</build>