Repository: incubator-ranger Updated Branches: refs/heads/master d52eeff5a -> bbf4d3426
Cleaning up dependency management a bit Project: http://git-wip-us.apache.org/repos/asf/incubator-ranger/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ranger/commit/bbf4d342 Tree: http://git-wip-us.apache.org/repos/asf/incubator-ranger/tree/bbf4d342 Diff: http://git-wip-us.apache.org/repos/asf/incubator-ranger/diff/bbf4d342 Branch: refs/heads/master Commit: bbf4d34269ea62eede958fe6ce4e01f9a639f982 Parents: d52eeff Author: Colm O hEigeartaigh <[email protected]> Authored: Tue Jun 28 10:24:08 2016 +0100 Committer: Colm O hEigeartaigh <[email protected]> Committed: Tue Jun 28 10:24:08 2016 +0100 ---------------------------------------------------------------------- credentialbuilder/pom.xml | 2 +- kms/pom.xml | 6 +++--- security-admin/pom.xml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-ranger/blob/bbf4d342/credentialbuilder/pom.xml ---------------------------------------------------------------------- diff --git a/credentialbuilder/pom.xml b/credentialbuilder/pom.xml index 65b012c..908fc90 100644 --- a/credentialbuilder/pom.xml +++ b/credentialbuilder/pom.xml @@ -65,7 +65,7 @@ <dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-api</artifactId> - <version>1.7.5</version> + <version>${slf4j-api.version}</version> </dependency> <dependency> <groupId>org.apache.hadoop</groupId> http://git-wip-us.apache.org/repos/asf/incubator-ranger/blob/bbf4d342/kms/pom.xml ---------------------------------------------------------------------- diff --git a/kms/pom.xml b/kms/pom.xml index ccfa1ff..68d784b 100644 --- a/kms/pom.xml +++ b/kms/pom.xml @@ -274,7 +274,7 @@ <dependency> <groupId>commons-cli</groupId> <artifactId>commons-cli</artifactId> - <version>1.2</version> + <version>${commons.cli.version}</version> </dependency> <dependency> <groupId>commons-codec</groupId> @@ -299,7 +299,7 @@ <dependency> <groupId>commons-io</groupId> <artifactId>commons-io</artifactId> - <version>2.4</version> + <version>${commons.io.version}</version> </dependency> <dependency> <groupId>org.apache.commons</groupId> @@ -319,7 +319,7 @@ <dependency> <groupId>com.google.code.gson</groupId> <artifactId>gson</artifactId> - <version>2.2.4</version> + <version>${gson.version}</version> </dependency> <dependency> <groupId>org.apache.hadoop</groupId> http://git-wip-us.apache.org/repos/asf/incubator-ranger/blob/bbf4d342/security-admin/pom.xml ---------------------------------------------------------------------- diff --git a/security-admin/pom.xml b/security-admin/pom.xml index c69e60c..6da6c26 100644 --- a/security-admin/pom.xml +++ b/security-admin/pom.xml @@ -299,7 +299,7 @@ <dependency> <groupId>org.apache.velocity</groupId> <artifactId>velocity</artifactId> - <version>1.7</version> + <version>${velocity.version}</version> </dependency> <dependency> <groupId>javax.servlet</groupId>
