zentol commented on code in PR #21128:
URL: https://github.com/apache/flink/pull/21128#discussion_r1043348734


##########
flink-yarn/pom.xml:
##########
@@ -181,6 +247,99 @@ under the License.
                </dependency>
        </dependencies>
 
+       <dependencyManagement>
+               <dependencies>
+                       <dependency>
+                               <!-- dependency convergence -->
+                               <groupId>commons-beanutils</groupId>
+                               <artifactId>commons-beanutils</artifactId>
+                               <version>1.9.4</version>
+                               <scope>test</scope>
+                       </dependency>
+                       <dependency>
+                               <!-- dependency convergence -->
+                               <groupId>org.codehaus.woodstox</groupId>
+                               <artifactId>stax2-api</artifactId>
+                               <version>4.2.1</version>
+                               <scope>test</scope>
+                       </dependency>
+               </dependencies>
+       </dependencyManagement>
+
+       <profiles>
+               <profile>
+                       <!-- Hadoop >= 2.6 moved the S3 file systems from 
hadoop-common into hadoop-aws artifact
+                               (see 
https://issues.apache.org/jira/browse/HADOOP-11074)
+                               We can add the (test) dependency per default 
once 2.6 is the minimum required version.
+                       -->
+                       <id>include_hadoop_aws</id>

Review Comment:
   This recently got removed from master; rebase mistake.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to