repositories voor usermgt in aparte file.
[utils] / security / src / test / java / org / wamblee / usermgt / UsermgtSpringConfigFiles.java
index e9c97d3fcfc3b4a1ee16542247937af62832399f..c07a5b7cf01bc16db5e3ae56d19959fd86af98e4 100644 (file)
@@ -31,6 +31,7 @@ public class UsermgtSpringConfigFiles extends SpringConfigFiles {
         super(new String[] { "spring/test.org.wamblee.security.properties.xml",
                 "spring/test.org.wamblee.security.datasource.xml",
                 "spring/test.org.wamblee.security.database.xml",
+                "spring/test.org.wamblee.security.usermgt-repositories.xml",
                 "spring/test.org.wamblee.security.usermgt.xml" });
     }