TEZ-4076. Add hadoop-cloud-storage jar to aws and azure mvn profiles (Jesus Camacho Rodriguez, reviewed by Gopal V)

Signed-off-by: Gopal V <gopalv@apache.org>
diff --git a/pom.xml b/pom.xml
index 89c081d..883222a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1336,6 +1336,12 @@
       <dependencies>
         <dependency>
           <groupId>org.apache.hadoop</groupId>
+          <artifactId>hadoop-cloud-storage</artifactId>
+          <scope>runtime</scope>
+          <version>${hadoop.version}</version>
+        </dependency>
+        <dependency>
+          <groupId>org.apache.hadoop</groupId>
           <artifactId>hadoop-aws</artifactId>
           <scope>runtime</scope>
           <version>${hadoop.version}</version>
@@ -1350,6 +1356,12 @@
       <dependencies>
         <dependency>
           <groupId>org.apache.hadoop</groupId>
+          <artifactId>hadoop-cloud-storage</artifactId>
+          <scope>runtime</scope>
+          <version>${hadoop.version}</version>
+        </dependency>
+        <dependency>
+          <groupId>org.apache.hadoop</groupId>
           <artifactId>hadoop-azure</artifactId>
           <scope>runtime</scope>
           <version>${hadoop.version}</version>