TEZ-3916: Add hadoop-azure-datalake jar to azure profile (Eric Wohlstadter via Gopal V)

Signed-off-by: Gopal V <gopalv@apache.org>
diff --git a/pom.xml b/pom.xml
index 20feb4c..9653c23 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1296,6 +1296,12 @@
           <scope>runtime</scope>
           <version>${hadoop.version}</version>
         </dependency>
+        <dependency>
+          <groupId>org.apache.hadoop</groupId>
+          <artifactId>hadoop-azure-datalake</artifactId>
+          <scope>runtime</scope>
+          <version>${hadoop.version}</version>
+        </dependency>
       </dependencies>
     </profile>
   </profiles>