HHH-10907 : add missing imports to test

This commit is contained in:
Gail Badner 2017-06-02 14:27:56 -07:00
parent e45f5c0e65
commit b4016f92f5
1 changed files with 4 additions and 0 deletions

View File

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