Moving Guava version config into <dependencyManagement> Allows for overriding in modules that inherit from core also. Follow-up to c426e7e
Project: http://git-wip-us.apache.org/repos/asf/jclouds/repo Commit: http://git-wip-us.apache.org/repos/asf/jclouds/commit/95beb671 Tree: http://git-wip-us.apache.org/repos/asf/jclouds/tree/95beb671 Diff: http://git-wip-us.apache.org/repos/asf/jclouds/diff/95beb671 Branch: refs/heads/dep-cleanup Commit: 95beb671188afa2c11e8875a11d3eb8a9b3e2e6f Parents: 6b8d2be Author: Andrew Phillips <[email protected]> Authored: Tue Oct 28 10:37:20 2014 -0400 Committer: Andrew Phillips <[email protected]> Committed: Tue Oct 28 14:52:22 2014 -0400 ---------------------------------------------------------------------- core/pom.xml | 1 - project/pom.xml | 5 +++++ 2 files changed, 5 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/jclouds/blob/95beb671/core/pom.xml ---------------------------------------------------------------------- diff --git a/core/pom.xml b/core/pom.xml index fa7280f..fb8f86d 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -95,7 +95,6 @@ <dependency> <groupId>com.google.guava</groupId> <artifactId>guava</artifactId> - <version>${guava.version}</version> </dependency> <dependency> <groupId>org.osgi</groupId> http://git-wip-us.apache.org/repos/asf/jclouds/blob/95beb671/project/pom.xml ---------------------------------------------------------------------- diff --git a/project/pom.xml b/project/pom.xml index e7831e0..becf9c7 100644 --- a/project/pom.xml +++ b/project/pom.xml @@ -239,6 +239,11 @@ <version>0.1.0</version> </dependency> <dependency> + <groupId>com.google.guava</groupId> + <artifactId>guava</artifactId> + <version>${guava.version}</version> + </dependency> + <dependency> <groupId>org.easymock</groupId> <artifactId>easymockclassextension</artifactId> <version>3.1</version>
