Revert "HHH-14096 Remove unused import for deprecated type XmlDocument and dom4j"

Imports are required for 5.3 branch

This reverts commit 5ead0e4dd5.
This commit is contained in:
Gail Badner 2020-07-16 13:54:59 -07:00 committed by gbadner
parent 6635bc5e26
commit 23fae34ea9
2 changed files with 3 additions and 0 deletions

View File

@ -7,6 +7,7 @@
package org.hibernate;
import org.hibernate.boot.jaxb.Origin;
import org.hibernate.internal.util.xml.XmlDocument;
/**
* Thrown when a mapping is found to be invalid.

View File

@ -8,6 +8,8 @@ package org.hibernate.internal.util.xml;
import java.io.Serializable;
import org.dom4j.Document;
/**
* Describes a parsed xml document.
*