align package names.
[utils] / security / impl / src / main / java / org / wamblee / security / authentication / InMemoryGroupSet.java
similarity index 98%
rename from security/impl/src/main/java/org/wamblee/usermgt/InMemoryGroupSet.java
rename to security/impl/src/main/java/org/wamblee/security/authentication/InMemoryGroupSet.java
index ce2d7b8b1206ee2cf456e4fc62ade5c5fb42954b..b0fc90baecb1a3cb0c907443b2afa914b8179006 100644 (file)
@@ -13,7 +13,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-package org.wamblee.usermgt;
+package org.wamblee.security.authentication;
 
 import java.util.ArrayList;
 import java.util.List;