align package names.
[utils] / security / impl / src / main / java / org / wamblee / security / authentication / UserMgtException.java
similarity index 98%
rename from security/impl/src/main/java/org/wamblee/usermgt/UserMgtException.java
rename to security/impl/src/main/java/org/wamblee/security/authentication/UserMgtException.java
index 588018aef136da31aca43df165f2adbeecb41caa..094d3a53ce868f7130b2fe3f90eb79784f4b9365 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.EnumMap;