zentol commented on code in PR #20613:
URL: https://github.com/apache/flink/pull/20613#discussion_r947896411
##########
flink-end-to-end-tests/flink-end-to-end-tests-sql/pom.xml:
##########
@@ -199,4 +199,25 @@
</plugin>
</plugins>
</build>
+
+ <profiles>
+ <!-- This profile adds dependencies needed to execute the tests with
Hadoop 3 -->
+ <profile>
+ <id>hadoop3-tests</id>
+ <dependencies>
+ <dependency>
+ <groupId>org.apache.hadoop</groupId>
+ <artifactId>hadoop-hdfs-client</artifactId>
+ <version>${flink.hadoop.version}</version>
+ <scope>test</scope>
+ <exclusions>
+ <exclusion>
+ <groupId>com.fasterxml.jackson.core</groupId>
+ <artifactId>jackson-annotations</artifactId>
Review Comment:
Why is this being excluded?
--
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]