如何将 apache.commons.lang3 添加到 Jhipster 外部库而不添加到 pom.xml 文件?

How apache.commons.lang3 is added to Jhipster external libraries without adding to pom.xml file?

我看到 Jhipster 的源代码中使用了 apache.commons.lang3 库,但我在 pom.xml 文件中找不到它的 Maven 依赖项。还有其他类似的依赖项,我想知道它们是如何添加的?还是安装时添加了对应的Jar文件?

它们很可能来自 jhipster-dependencies 进口,即 BOM。这也被 Spring Boot.

使用

您可以查看 mvnw dependency:tree