mirror of
https://github.com/hibernate/hibernate-orm
synced 2025-02-17 00:24:57 +00:00
HHH-10335 Upgrade to Hibernate Commons Annotations 5.0.1.Final
This commit is contained in:
parent
24841e4e59
commit
45c6f9b4ef
@ -86,6 +86,11 @@ public Object invoke(Object target, Object... parameters) {
|
||||
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:1.3.0',
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user