mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-01 19:15:52 +01:00
Do not bind repository dao in bootstrap module
This commit is contained in:
@@ -41,9 +41,9 @@ public class BootstrapModule extends AbstractModule {
|
||||
protected void configure() {
|
||||
install(ThrowingProviderBinder.forModule(this));
|
||||
|
||||
ScmConfiguration config = getScmConfiguration();
|
||||
|
||||
CipherUtil cu = CipherUtil.getInstance();
|
||||
// ScmConfiguration config = getScmConfiguration();
|
||||
//
|
||||
// CipherUtil cu = CipherUtil.getInstance();
|
||||
|
||||
SCMContextProvider context = SCMContext.getContext();
|
||||
|
||||
@@ -53,8 +53,6 @@ public class BootstrapModule extends AbstractModule {
|
||||
|
||||
bind(RepositoryLocationResolver.class).to(PathBasedRepositoryLocationResolver.class);
|
||||
|
||||
bind(RepositoryDAO.class, XmlRepositoryDAO.class);
|
||||
|
||||
bind(FileSystem.class, DefaultFileSystem.class);
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user