revert hardcoded hadoop version in rest pom.xml
Project: http://git-wip-us.apache.org/repos/asf/incubator-trafodion/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-trafodion/commit/66b4edbb Tree: http://git-wip-us.apache.org/repos/asf/incubator-trafodion/tree/66b4edbb Diff: http://git-wip-us.apache.org/repos/asf/incubator-trafodion/diff/66b4edbb Branch: refs/heads/master Commit: 66b4edbb3b4202e95b5e3ba03301ca3cec14076a Parents: bf0ecdf Author: venkat1m <[email protected]> Authored: Mon Mar 21 18:52:44 2016 +0000 Committer: venkat1m <[email protected]> Committed: Mon Mar 21 18:52:44 2016 +0000 ---------------------------------------------------------------------- core/rest/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-trafodion/blob/66b4edbb/core/rest/pom.xml ---------------------------------------------------------------------- diff --git a/core/rest/pom.xml b/core/rest/pom.xml index faf283f..8ee6ea1 100644 --- a/core/rest/pom.xml +++ b/core/rest/pom.xml @@ -406,7 +406,7 @@ <compileSource>1.6</compileSource> <!-- Dependencies --> - <hadoop.version>2.6.0</hadoop.version> + <hadoop.version>${env.HADOOP_DEP_VER}</hadoop.version> <commons-cli.version>1.2</commons-cli.version> <commons-io.version>2.1</commons-io.version> <commons-logging.version>1.1.1</commons-logging.version>
