align package names.
[utils] / security / impl / src / main / java / org / wamblee / security / authorization / AbstractAuthorizationRule.java
index b2baacce6ff74e4dbea5212e5305bbedf1c0930b..69d51b9ff28d728128dc544446b28f98a6bcce28 100644 (file)
@@ -25,7 +25,7 @@ import javax.persistence.InheritanceType;
 import javax.persistence.Table;
 import javax.persistence.Version;
 
-import org.wamblee.usermgt.User;
+import org.wamblee.security.authentication.User;
 
 /**
  * Represents an authorization rule to determine whether an operation is allowed