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:
parent
6635bc5e26
commit
23fae34ea9
|
@ -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.
|
||||
|
|
|
@ -8,6 +8,8 @@ package org.hibernate.internal.util.xml;
|
|||
|
||||
import java.io.Serializable;
|
||||
|
||||
import org.dom4j.Document;
|
||||
|
||||
/**
|
||||
* Describes a parsed xml document.
|
||||
*
|
||||
|
|
Loading…
Reference in New Issue