summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorTavian Barnes <tavianator@tavianator.com>2015-05-06 21:21:29 -0400
committerTavian Barnes <tavianator@tavianator.com>2015-05-06 21:23:30 -0400
commit9010e2fee46485132e78f5a490b900bfde4d3f9b (patch)
tree6a8cf1a39f71707db829abc32e87bde42b057a49 /pom.xml
parentd96822ea80fb323fbb3302ba4db52f344b0cf959 (diff)
downloadsangria-9010e2fee46485132e78f5a490b900bfde4d3f9b.tar.xz
Use the Guice 4 release (and BOM).
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml12
1 files changed, 4 insertions, 8 deletions
diff --git a/pom.xml b/pom.xml
index 947a220..7c971dd 100644
--- a/pom.xml
+++ b/pom.xml
@@ -92,14 +92,10 @@
<dependency>
<groupId>com.google.inject</groupId>
- <artifactId>guice</artifactId>
- <version>4.0-beta5</version>
- </dependency>
-
- <dependency>
- <groupId>com.google.inject.extensions</groupId>
- <artifactId>guice-multibindings</artifactId>
- <version>4.0-beta5</version>
+ <artifactId>guice-bom</artifactId>
+ <version>4.0</version>
+ <type>pom</type>
+ <scope>import</scope>
</dependency>
<dependency>