在 Maven 依赖标记中省略版本规范是否是一个错误?
他们为什么不在有关 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
有时版本是在父 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.