HHH-14096 Remove unused import for deprecated type XmlDocument and dom4j
(cherry picked from commit 77ee4529a6
)
This commit is contained in:
parent
462a9faa94
commit
5ead0e4dd5
|
@ -7,7 +7,6 @@
|
|||
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,8 +8,6 @@ package org.hibernate.internal.util.xml;
|
|||
|
||||
import java.io.Serializable;
|
||||
|
||||
import org.dom4j.Document;
|
||||
|
||||
/**
|
||||
* Describes a parsed xml document.
|
||||
*
|
||||
|
|
Loading…
Reference in New Issue