aboutsummaryrefslogtreecommitdiff
path: root/bom/pom.xml
AgeCommit message (Collapse)Author
2018-08-28Upgrade guice to 4.2Haibo Huang
Test: m checkbuild Change-Id: I7df64e3d67f5b6c586ff444f45636cd7b2935c1f
2015-04-28Update version to 4.0upstream-masterColin Decker
2015-04-22Align dagger-adapter name and add it to the Bill-Of-Materials pom.xmlStuart McCulloch
2014-11-04Add "BOM" (Bill of Materials) for easier use with MavenThomas Broyer
Guice extensions must generally have their version match the one of Guice. Maven provides an easy way to make sure this is the case with “BOMs” [1]. To make sure all your Guice dependencies (either direct or transitive) use the same version (unless overridden), just add the following to your <dependencyManagement> section: <dependency> <groupId>com.google.inject</groupId> <artifactId>guice-bom</artifactId> <version>${guice.version</version> <type>pom</type> <scope>import</scope> </dependency> [1] https://maven.apache.org/guides/introduction/introduction-to-dependency-mechanism.html#Importing_Dependencies