Skip to content

Commit

Permalink
HHH-14096 Remove unused import for deprecated type XmlDocument and dom4j
Browse files Browse the repository at this point in the history
  • Loading branch information
Sanne committed Jul 7, 2020
1 parent efe151d commit 77ee452
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
Expand Up @@ -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.
Expand Down
Expand Up @@ -8,8 +8,6 @@

import java.io.Serializable;

import org.dom4j.Document;

/**
* Describes a parsed xml document.
*
Expand Down

0 comments on commit 77ee452

Please sign in to comment.