Fix import issue. Instead of jpamodelgen, the TestForIssue annotation should be loaded from testing.
This commit is contained in:
parent
7aea8a60e9
commit
11c74b4ebb
|
@ -6,8 +6,8 @@ import javax.persistence.EntityGraph;
|
|||
import javax.persistence.EntityManager;
|
||||
|
||||
import org.hibernate.jpa.test.BaseEntityManagerFunctionalTestCase;
|
||||
import org.hibernate.jpamodelgen.test.util.TestForIssue;
|
||||
|
||||
import org.hibernate.testing.TestForIssue;
|
||||
import org.junit.Assert;
|
||||
import org.junit.Test;
|
||||
|
||||
|
|
Loading…
Reference in New Issue