From 1fc1bda84e06f36a787ed84d681025e1e921c7f9 Mon Sep 17 00:00:00 2001 From: James Moger Date: Fri, 16 May 2014 13:50:01 -0400 Subject: Update to Dagger 1.2.1 and Guava 15 --- .classpath | 8 ++++---- build.moxie | 5 +++-- gitblit.iml | 40 ++++++++++++++++++++-------------------- 3 files changed, 27 insertions(+), 26 deletions(-) diff --git a/.classpath b/.classpath index c5fe4e56..6d6011c4 100644 --- a/.classpath +++ b/.classpath @@ -5,10 +5,11 @@ - + - - + + + @@ -70,7 +71,6 @@ - diff --git a/build.moxie b/build.moxie index 2f86a3c7..c5ad4423 100644 --- a/build.moxie +++ b/build.moxie @@ -127,8 +127,9 @@ properties: { dependencies: # Dagger dependency injection library (annotation processor) -- compile 'com.squareup.dagger:dagger:1.1.0' :war apt -- compile 'com.squareup.dagger:dagger-compiler:1.1.0' :war optional apt +- compile 'com.squareup.dagger:dagger:1.2.1' :war apt +- compile 'com.squareup.dagger:dagger-compiler:1.2.1' :war optional apt +- compile 'com.google.guava:guava:15.0' :war # Standard dependencies - compile 'com.intellij:annotations:12.0' :war - compile 'log4j:log4j:1.2.17' :war :fedclient :authority diff --git a/gitblit.iml b/gitblit.iml index 5f985a5b..cd6e14a2 100644 --- a/gitblit.iml +++ b/gitblit.iml @@ -14,13 +14,13 @@ - + - + - + @@ -36,24 +36,35 @@ - + - + - + - + - + - + + + + + + + + + + + + @@ -724,17 +735,6 @@ - - - - - - - - - - - -- cgit v1.2.3