From fc9feed538a8260c37a291ea52a1191ee0aa77aa Mon Sep 17 00:00:00 2001 From: James Moger <james.moger@gitblit.com> Date: Wed, 05 Mar 2014 08:20:36 -0500 Subject: [PATCH] Remove Dagger injector from the servlet context instead of nulling it --- gitblit.iml | 22 ++++++++++++++++++++++ 1 files changed, 22 insertions(+), 0 deletions(-) diff --git a/gitblit.iml b/gitblit.iml index 1900366..7ebe2e8 100644 --- a/gitblit.iml +++ b/gitblit.iml @@ -724,6 +724,28 @@ </SOURCES> </library> </orderEntry> + <orderEntry type="module-library"> + <library name="jedis-2.3.1.jar"> + <CLASSES> + <root url="jar://$MODULE_DIR$/ext/jedis-2.3.1.jar!/" /> + </CLASSES> + <JAVADOC /> + <SOURCES> + <root url="jar://$MODULE_DIR$/ext/src/jedis-2.3.1.jar!/" /> + </SOURCES> + </library> + </orderEntry> + <orderEntry type="module-library"> + <library name="commons-pool2-2.0.jar"> + <CLASSES> + <root url="jar://$MODULE_DIR$/ext/commons-pool2-2.0.jar!/" /> + </CLASSES> + <JAVADOC /> + <SOURCES> + <root url="jar://$MODULE_DIR$/ext/src/commons-pool2-2.0.jar!/" /> + </SOURCES> + </library> + </orderEntry> <orderEntry type="module-library" scope="TEST"> <library name="junit-4.11.jar"> <CLASSES> -- Gitblit v1.9.1