mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-10 07:25:44 +01:00
added scm-cli and scm-server-util
This commit is contained in:
@@ -58,6 +58,7 @@ public class ContextListener extends GuiceServletContextListener
|
||||
protected void configureServlets()
|
||||
{
|
||||
bind(Authenticator.class).to(DemoAuthenticator.class);
|
||||
bind(SCMContextProvider.class).toInstance(SCMContext.getContext());
|
||||
|
||||
Map<String, String> params = new HashMap<String, String>();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user