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