【问题标题】:What to do when the following maven dependency org.hibernate.query.QueryParameter cannot be resolved?下面的maven依赖org.hibernate.query.QueryParameter无法解析怎么办?
【发布时间】:2018-09-18 06:42:32
【问题描述】:

我正在使用 eclipse Oxygen 3,2018 年 3 月。

【问题讨论】:

  • 无论我在哪里搜索,我都找不到这个 org.hibernate.query.QueryParameter 依赖项,它不包含在任何 .jar 库中。我正在尝试下载它,然后将其作为外部库导入到项目中。

标签: java hibernate maven maven-plugin


【解决方案1】:

您是否尝试过添加:

<groupId>org.hibernate</groupId>
<artifactId>hibernate</artifactId>
<version>3.2.6.ga</version>

到你的 pom.xml?

【讨论】:

    猜你喜欢
    • 1970-01-01
    • 2017-05-06
    • 2014-05-03
    • 2011-08-01
    • 2020-08-16
    • 2019-03-23
    • 2017-03-03
    • 1970-01-01
    • 1970-01-01
    相关资源
    最近更新 更多