HHH-10335 Upgrade to Hibernate Commons Annotations 5.0.1.Final
This commit is contained in:
parent
24ee708de7
commit
eb16d3f838
|
@ -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;
|
||||
|
|
|
@ -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',
|
||||
|
||||
|
|
Loading…
Reference in New Issue