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

This commit is contained in:
Sanne Grinovero 2020-07-03 09:07:52 +01:00 committed by Sanne Grinovero
parent d1b44560ed
commit 92da3842c8
2 changed files with 0 additions and 3 deletions

View File

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

View File

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