align package names.
[utils] / security / impl / src / main / java / org / wamblee / security / authentication / jpa / JpaGroupSet.java
similarity index 95%
rename from security/impl/src/main/java/org/wamblee/usermgt/jpa/JpaGroupSet.java
rename to security/impl/src/main/java/org/wamblee/security/authentication/jpa/JpaGroupSet.java
index a9d579e2b89a76561a319058cb9f168e780124bd..5c076d72083a33d8651e3c7ae0379211b83fbdc3 100644 (file)
@@ -13,7 +13,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-package org.wamblee.usermgt.jpa;
+package org.wamblee.security.authentication.jpa;
 
 import java.util.List;
 import java.util.Set;
@@ -23,8 +23,8 @@ import javax.persistence.EntityManager;
 import javax.persistence.TypedQuery;
 
 import org.wamblee.persistence.JpaMergeSupport;
-import org.wamblee.usermgt.Group;
-import org.wamblee.usermgt.GroupSet;
+import org.wamblee.security.authentication.Group;
+import org.wamblee.security.authentication.GroupSet;
 
 /**
  * Group set backed by the database.