Moving around a lot of files to work towards production components.
[utils] / security / src / main / java / org / wamblee / usermgt / UserGroupRepositoryComponent.java
similarity index 95%
rename from security/src/test/java/org/wamblee/usermgt/hibernate/UserGroupRepositoryComponent.java
rename to security/src/main/java/org/wamblee/usermgt/UserGroupRepositoryComponent.java
index 31350fc933759e5b468fdd5c0fc4f011a8e04da5..fa547e5d9278725fb3e5944adccf069aba12e341 100644 (file)
@@ -13,7 +13,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */ 
-package org.wamblee.usermgt.hibernate;
+package org.wamblee.usermgt;
 
 import java.util.HashMap;
 import java.util.Map;
@@ -28,8 +28,6 @@ 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.UserSet;
 
 public class UserGroupRepositoryComponent extends SpringComponent {