HHH-10930 - Add explicit dependency on JTA to the maven enhacer plugin

(cherry picked from commit 50ee618f1e)
This commit is contained in:
Gail Badner 2017-03-09 21:28:04 -08:00
parent 22340de8ec
commit f0a520162e
1 changed files with 1 additions and 0 deletions

View File

@ -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'
}