diff options
author | Tavian Barnes <tavianator@tavianator.com> | 2015-05-06 21:21:29 -0400 |
---|---|---|
committer | Tavian Barnes <tavianator@tavianator.com> | 2015-05-06 21:23:30 -0400 |
commit | 9010e2fee46485132e78f5a490b900bfde4d3f9b (patch) | |
tree | 6a8cf1a39f71707db829abc32e87bde42b057a49 | |
parent | d96822ea80fb323fbb3302ba4db52f344b0cf959 (diff) | |
download | sangria-9010e2fee46485132e78f5a490b900bfde4d3f9b.tar.xz |
Use the Guice 4 release (and BOM).
-rw-r--r-- | pom.xml | 12 |
1 files changed, 4 insertions, 8 deletions
@@ -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> |