diff options
author | James Moger <james.moger@gitblit.com> | 2014-05-16 13:50:01 -0400 |
---|---|---|
committer | James Moger <james.moger@gitblit.com> | 2014-07-03 16:20:37 -0400 |
commit | 1fc1bda84e06f36a787ed84d681025e1e921c7f9 (patch) | |
tree | 1a150acca6737614083b7d0aa30ef2740b018c07 /build.moxie | |
parent | 17e2d3407065a7433c7512c37a7cf7e7df63f337 (diff) | |
download | gitblit-1fc1bda84e06f36a787ed84d681025e1e921c7f9.tar.gz gitblit-1fc1bda84e06f36a787ed84d681025e1e921c7f9.zip |
Update to Dagger 1.2.1 and Guava 15
Diffstat (limited to 'build.moxie')
-rw-r--r-- | build.moxie | 5 |
1 files changed, 3 insertions, 2 deletions
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 |