在 Maven 依赖标记中省略版本规范是否是一个错误?

发布于 2024-12-28 10:48:23 字数 280 浏览 0 评论 0原文

他们为什么不在有关 hibernate 的示例中键入版本规范: http://docs.jboss.org/hibernate/core/3.3/reference/en/html/tutorial.html

(第 1.1.1 节)

在哪些情况下 Maven 可以在依赖项内没有版本标记的情况下工作 标签?

Why didn't they type version specifications here in the sample about hibernate: http://docs.jboss.org/hibernate/core/3.3/reference/en/html/tutorial.html

(Section 1.1.1)

In which circumstances Maven can work without version tag inside dependency tag?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

物价感观 2025-01-04 10:48:23

有时版本是在父 Pom 中指定的,因此子 Pom 中不需要它,但必须在 pom 层次结构中的某个位置指定。

Sometimes the version is specified in a parent Pom, so it's not required in the child Pom, but it must be specified somewhere in the hierarchy of poms.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文