Commit b4b8079d by arpitgupta

add a property for hadoop version

parent 104e71e8
......@@ -14,6 +14,7 @@
<properties>
<atlas.url>http://localhost:21000</atlas.url>
<surefire.version>2.18.1</surefire.version>
<hadoop.version>2.6.0</hadoop.version>
<testng.groups>admin</testng.groups>
<testng.exclude.groups></testng.exclude.groups>
</properties>
......@@ -53,7 +54,7 @@
<dependency>
<groupId>org.apache.hadoop</groupId>
<artifactId>hadoop-auth</artifactId>
<version>2.6.0</version>
<version>${hadoop.version}</version>
</dependency>
<dependency>
<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