HHH-10907 : add missing imports to test
This commit is contained in:
parent
e45f5c0e65
commit
b4016f92f5
|
@ -6,10 +6,14 @@
|
|||
*/
|
||||
package org.hibernate.jpa.test.cdi;
|
||||
|
||||
import java.io.InputStream;
|
||||
import java.lang.reflect.InvocationTargetException;
|
||||
import java.lang.reflect.Method;
|
||||
import java.net.URL;
|
||||
import javax.persistence.EntityManagerFactory;
|
||||
|
||||
import org.hibernate.bytecode.spi.ByteCodeHelper;
|
||||
|
||||
import org.hibernate.testing.junit4.BaseUnitTestCase;
|
||||
import org.hibernate.testing.junit4.ClassLoadingIsolater;
|
||||
import org.junit.Rule;
|
||||
|
|
Loading…
Reference in New Issue