summaryrefslogtreecommitdiffstats
path: root/build.moxie
diff options
context:
space:
mode:
authorJames Moger <james.moger@gitblit.com>2014-05-16 16:16:32 -0400
committerJames Moger <james.moger@gitblit.com>2014-07-03 16:57:47 -0400
commitaa1361d04cfe09f90e7d8bece90c00dd6e4185bb (patch)
treec394b3d49e0974afb1e13bcea859cb29e038f8b3 /build.moxie
parent6720653097764f7c51fac88b26682f6fe683fc7d (diff)
downloadgitblit-aa1361d04cfe09f90e7d8bece90c00dd6e4185bb.tar.gz
gitblit-aa1361d04cfe09f90e7d8bece90c00dd6e4185bb.zip
Replace Dagger with Guice 4.0 beta and update Guava to 16.0.1
Diffstat (limited to 'build.moxie')
-rw-r--r--build.moxie5
1 files changed, 2 insertions, 3 deletions
diff --git a/build.moxie b/build.moxie
index c5ad4423..0501b779 100644
--- a/build.moxie
+++ b/build.moxie
@@ -127,9 +127,8 @@ properties: {
dependencies:
# Dagger dependency injection library (annotation processor)
-- 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
+- compile 'com.google.inject:guice:4.0-beta4' :war
+- compile 'com.google.guava:guava:16.0.1' :war
# Standard dependencies
- compile 'com.intellij:annotations:12.0' :war
- compile 'log4j:log4j:1.2.17' :war :fedclient :authority