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

This commit is contained in:
barreiro 2017-01-26 17:21:37 +00:00 committed by Vlad Mihalcea
parent f82c29ff42
commit 50ee618f1e
1 changed files with 1 additions and 0 deletions

View File

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