删除依赖

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> </goals>
</execution> </execution>
</executions> </executions>
<configuration><!-- Generate all report formats --> <!-- <configuration>&lt;!&ndash; Generate all report formats &ndash;&gt;-->
<format>ALL</format><!-- Don't use Nexus Analyzer --> <!-- <format>ALL</format>&lt;!&ndash; Don't use Nexus Analyzer &ndash;&gt;-->
<centralAnalyzerEnabled>false</centralAnalyzerEnabled> <!-- <centralAnalyzerEnabled>false</centralAnalyzerEnabled>-->
<versionCheckEnabled>true</versionCheckEnabled> <!-- <versionCheckEnabled>true</versionCheckEnabled>-->
</configuration> <!-- </configuration>-->
</plugin> </plugin>
</plugins> </plugins>
</build> </build>