Commit b4b8079d by arpitgupta

add a property for hadoop version

parent 104e71e8
...@@ -14,6 +14,7 @@ ...@@ -14,6 +14,7 @@
<properties> <properties>
<atlas.url>http://localhost:21000</atlas.url> <atlas.url>http://localhost:21000</atlas.url>
<surefire.version>2.18.1</surefire.version> <surefire.version>2.18.1</surefire.version>
<hadoop.version>2.6.0</hadoop.version>
<testng.groups>admin</testng.groups> <testng.groups>admin</testng.groups>
<testng.exclude.groups></testng.exclude.groups> <testng.exclude.groups></testng.exclude.groups>
</properties> </properties>
...@@ -53,7 +54,7 @@ ...@@ -53,7 +54,7 @@
<dependency> <dependency>
<groupId>org.apache.hadoop</groupId> <groupId>org.apache.hadoop</groupId>
<artifactId>hadoop-auth</artifactId> <artifactId>hadoop-auth</artifactId>
<version>2.6.0</version> <version>${hadoop.version}</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.apache.httpcomponents</groupId> <groupId>org.apache.httpcomponents</groupId>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment