Branch: refs/heads/master
Home: https://github.com/google/guice
Commit: 3b76b6f547534d3d0818a3f5feb5a1ef09164c47
https://github.com/google/guice/commit/3b76b6f547534d3d0818a3f5feb5a1ef09164c47
Author: Thomas Broyer <[email protected]>
Date: 2014-11-04 (Tue, 04 Nov 2014)
Changed paths:
A bom/pom.xml
M pom.xml
Log Message:
-----------
Add "BOM" (Bill of Materials) for easier use with Maven
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
Commit: b0ced518adbcc9bac8c3bc6889f0b73eeed662ad
https://github.com/google/guice/commit/b0ced518adbcc9bac8c3bc6889f0b73eeed662ad
Author: Sam Berlin <[email protected]>
Date: 2014-11-04 (Tue, 04 Nov 2014)
Changed paths:
A bom/pom.xml
M pom.xml
Log Message:
-----------
Merge pull request #874 from tbroyer/guice-bom
Add "BOM" (Bill Of Material) for easier use with Maven
Compare: https://github.com/google/guice/compare/1215316c7bae...b0ced518adbc
--
You received this message because you are subscribed to the Google Groups
"google-guice-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/google-guice-dev.
For more options, visit https://groups.google.com/d/optout.