rmetzger opened a new pull request #13938: URL: https://github.com/apache/flink/pull/13938
## What is the purpose of the change The Hbase tests were failing in the Hadoop 3.1.3 profile. This was caused by the newly added `org.apache.hbase:hbase-common:jar:tests:1.4.3:test` dependency, which pulls in `com.google.guava:guava:jar:12.0.1:compile`. I therefore excluded the guava dependency to pull the correct guava dependency which Hadoop needs when running on 3.1.3. ## Verifying this change I verified this with a Hadoop 3.1.3 build: https://dev.azure.com/rmetzger/Flink/_build/results?buildId=8626&view=logs&j=66592496-52df-56bb-d03e-37509e1d9d0f ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected]
