I am tring to put together my gradle build script using maven
https://repository.jboss.org/nexus/ repo and hibernate 3.6.1.Final version. Problem is, I am unable to find which dependence I should specify to resolve following runtime error
Quote:
java.lang.ClassNotFoundException: org.hibernate.annotations.common.reflection.ReflectionManager
at org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1676)
at org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1521)
at java.lang.Class.getDeclaredConstructors0(Native Method)
at java.lang.Class.privateGetDeclaredConstructors(Class.java:2389)
at java.lang.Class.getConstructor0(Class.java:2699)
at java.lang.Class.getDeclaredConstructor(Class.java:1985)
at org.springframework.beans.BeanUtils.instantiateClass(BeanUti
This class is part of hiberate3.jar distribution, but I am unable to find it in maven/ It looks like there where something like hibernate-common-annotations dependecy existed a while ago, but I am unable to find 3.6.1.Final version of it. Also I cannot find it in source files.