(no commit message)
[utils] / security / jpatest / src / test / java / org / wamblee / security / authorization / jpa / JpaAuthorizationServiceTest.java
index ea5036f2f8f08c78dcfca713958f3272dcf2ac8a..4d87231c04ec83dee70f40d155c16ab810ae70fc 100644 (file)
  */
 package org.wamblee.security.authorization.jpa;
 
-
 import java.util.logging.Logger;
 
 import org.wamblee.security.authentication.jpa.SecurityPersistenceUnit;
 import org.wamblee.security.authorization.AuthorizationService;
 import org.wamblee.security.authorization.AuthorizationServiceTest;
 import org.wamblee.test.persistence.JpaTester;
-import org.wamblee.test.persistence.TransactionProxyFactory;
+import org.wamblee.test.transactions.TransactionProxyFactory;
 
 /**
  * Unit test for the persistent authorization service.