NoClassDefFoundError: org/hibernate/annotations/common/reflection/MetadataProvider

后端 未结 1 1867
感动是毒
感动是毒 2021-01-12 02:15

I have the dependency defined in my pom.xml


    org.hibernate
    hibernate-commons-annot         


        
1条回答
  •  长发绾君心
    2021-01-12 03:09

    Apparently 3.3.0.ga was a 'mistake', had to update dependency to use 3.2.0.Final

    
            org.hibernate
            hibernate-commons-annotations
            3.2.0.Final
        
    

    Source: https://hibernate.atlassian.net/browse/ANN-711

    0 讨论(0)
提交回复
热议问题