From: James Moger Date: Thu, 12 Jun 2014 23:25:12 +0000 (-0400) Subject: Temporarily depend on patched guice-servlet (guice-807) X-Git-Tag: v1.7.0~1^2~202^2~12 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=575d4f690b8eaedfdd3981fe7c00ecc41d358e73;p=gitblit.git Temporarily depend on patched guice-servlet (guice-807) --- diff --git a/.classpath b/.classpath index 9c3e7b8c..a7a89634 100644 --- a/.classpath +++ b/.classpath @@ -9,7 +9,7 @@ - + diff --git a/build.moxie b/build.moxie index b25a4222..3514577e 100644 --- a/build.moxie +++ b/build.moxie @@ -113,6 +113,7 @@ properties: { sshd.version: 0.11.1-atlassian-1 mina.version: 2.0.7 guice.version : 4.0-beta4 + guice-servlet.version : 4.0-SNAPSHOT } # Dependencies @@ -129,7 +130,7 @@ properties: { dependencies: # Dagger dependency injection library (annotation processor) - compile 'com.google.inject:guice:${guice.version}' :war -- compile 'com.google.inject.extensions:guice-servlet:${guice.version}' :war +- compile 'com.google.inject.extensions:guice-servlet:${guice-servlet.version}' :war - compile 'com.google.guava:guava:16.0.1' :war # Standard dependencies - compile 'com.intellij:annotations:12.0' :war diff --git a/gitblit.iml b/gitblit.iml index f8a8a674..8912282a 100644 --- a/gitblit.iml +++ b/gitblit.iml @@ -58,13 +58,13 @@ - + - + - +