HHH-10930 - Add explicit dependency on JTA to the maven enhacer plugin
This commit is contained in:
parent
f82c29ff42
commit
50ee618f1e
|
@ -39,6 +39,7 @@ dependencies {
|
|||
runtime( libraries.maven_plugin_tools )
|
||||
runtime( project(':hibernate-core') )
|
||||
runtime( libraries.jpa )
|
||||
runtime( libraries.jta )
|
||||
runtime( libraries.javassist )
|
||||
runtime( libraries.byteBuddy )
|
||||
runtime 'org.codehaus.plexus:plexus-utils:3.0.1'
|
||||
|
|
Loading…
Reference in New Issue