HHH-10050 - AttributeConverter should supports ParameterizedType if autoApply is true
This commit is contained in:
parent
ca171b112c
commit
b2b477a2ce
|
@ -16,6 +16,7 @@ dependencies {
|
|||
compile( libraries.javassist )
|
||||
compile( libraries.antlr )
|
||||
compile( libraries.jandex )
|
||||
compile( libraries.classmate )
|
||||
|
||||
// We need dom4j for a number of things temporarily:
|
||||
// 1) (unsupported) EntityMode.DOM4J support
|
||||
|
@ -29,7 +30,6 @@ dependencies {
|
|||
provided( libraries.ant )
|
||||
provided( libraries.jacc )
|
||||
provided( libraries.validation )
|
||||
provided( libraries.classmate )
|
||||
|
||||
testCompile( project(':hibernate-testing') )
|
||||
testCompile( libraries.validation )
|
||||
|
|
Loading…
Reference in New Issue