align package names.
[utils] / security / impl / src / test / java / org / wamblee / security / authorization / AuthorizationServiceTest.java
index 8b1f1e1521b216e0b8db1697921b28fd463757fa..4fbef86e0c2ad11ed8add64c2fe042cdeefe9352 100644 (file)
@@ -19,7 +19,7 @@ import junit.framework.TestCase;
 import static org.wamblee.security.authorization.AuthorizationResult.DENIED;
 import static org.wamblee.security.authorization.AuthorizationResult.GRANTED;
 
-import org.wamblee.usermgt.UserAccessor;
+import org.wamblee.security.authentication.UserAccessor;
 
 /**
  * Tests the authorization service.