HHH-10335 Upgrade to Hibernate Commons Annotations 5.0.1.Final

This commit is contained in:
Sanne Grinovero 2015-11-25 22:04:21 +00:00
parent 24ee708de7
commit eb16d3f838
2 changed files with 6 additions and 1 deletions

View File

@ -86,6 +86,11 @@ public class DynamicProperty implements XProperty {
return null;
}
@Override
public Object invoke(Object target) {
return null;
}
@Override
public boolean isTypeResolved() {
return false;

View File

@ -25,7 +25,7 @@ ext {
antlr: 'antlr:antlr:2.7.7',
// Annotations
commons_annotations: 'org.hibernate.common:hibernate-commons-annotations:5.0.0.Final',
commons_annotations: 'org.hibernate.common:hibernate-commons-annotations:5.0.1.Final',
jandex: 'org.jboss:jandex:2.0.0.CR1',
classmate: 'com.fasterxml:classmate:0.8.0',