标签: maven
我想使用maven加载两个版本的hibernate-core类。但是在我的情况下,Maven始终在项目中加载5.2.12.Final版本依赖项。但是我想使用3.5.0-Final版本的同一类。我怎么能做到呢?
答案 0 :(得分:0)
您不能加载多个版本的hibernate-core。您需要确定所需的版本,然后将其包含为依赖项(或在dependencyManagement中覆盖其版本)。
hibernate-core