(no commit message)
[utils] / security / jpatest / src / test / java / org / wamblee / security / authentication / jpa / JpaGroupSetTest.java
index aa736302f622041f1e31569d182085accf27baae..6f791cdd76777124a6d90bb2524012cce780ad23 100644 (file)
@@ -7,10 +7,9 @@ import org.junit.After;
 import org.junit.Before;
 import org.wamblee.security.authentication.GroupSet;
 import org.wamblee.security.authentication.InMemoryGroupSetTest;
-import org.wamblee.security.authentication.jpa.JpaGroupSet;
 import org.wamblee.test.persistence.JpaTester;
-import org.wamblee.test.persistence.TransactionProxyFactory;
 import org.wamblee.test.persistence.DatabaseUtils.JdbcUnitOfWork;
+import org.wamblee.test.transactions.TransactionProxyFactory;
 
 
 public class JpaGroupSetTest extends InMemoryGroupSetTest {