(no commit message)
[utils] / security / src / main / java / org / wamblee / usermgt / hibernate / UserAdministrationLightComponent.java
similarity index 93%
rename from security/src/main/java/org/wamblee/usermgt/UserAdministrationLightComponent.java
rename to security/src/main/java/org/wamblee/usermgt/hibernate/UserAdministrationLightComponent.java
index efd42286e13b5c88a3af59637e33e0eb9cf08e6f..46426cfc136d2ab6f15bdc2544950d217d2a5d09 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.usermgt.hibernate;
 
 import java.util.HashMap;
 import java.util.Map;
@@ -23,6 +23,9 @@ import org.wamblee.system.core.DefaultRequiredInterface;
 import org.wamblee.system.core.ProvidedInterface;
 import org.wamblee.system.core.RequiredInterface;
 import org.wamblee.system.spring.SpringComponent;
+import org.wamblee.usermgt.GroupSet;
+import org.wamblee.usermgt.UserAdministration;
+import org.wamblee.usermgt.UserSet;
 
 /**
  * Light version of the user administration component that requires external