This is an automated email from the ASF dual-hosted git repository.
dannycranmer pushed a commit to branch release-1.12
in repository https://gitbox.apache.org/repos/asf/flink.git
The following commit(s) were added to refs/heads/release-1.12 by this push:
new b577808 [FLINK-23009][kinesis] Include guava:failureaccess
b577808 is described below
commit b577808e541aa59b2ea9bd86a022360296083f09
Author: Emre Kartoglu <[email protected]>
AuthorDate: Sun Jun 27 10:56:47 2021 +0100
[FLINK-23009][kinesis] Include guava:failureaccess
This wasn't included in the flink-sql-connector-kinesis jar
and this caused an e2e test failure in another release branch.
The other release branch is fixed in PR 16297. Applying the
same changes here.
---
flink-connectors/flink-sql-connector-kinesis/pom.xml | 1 +
.../flink-sql-connector-kinesis/src/main/resources/META-INF/NOTICE | 1 +
2 files changed, 2 insertions(+)
diff --git a/flink-connectors/flink-sql-connector-kinesis/pom.xml
b/flink-connectors/flink-sql-connector-kinesis/pom.xml
index 0a7e674..ec9e033 100644
--- a/flink-connectors/flink-sql-connector-kinesis/pom.xml
+++ b/flink-connectors/flink-sql-connector-kinesis/pom.xml
@@ -71,6 +71,7 @@ under the License.
<include>commons-logging:commons-logging</include>
<include>org.apache.commons:commons-lang3</include>
<include>com.google.guava:guava</include>
+
<include>com.google.guava:failureaccess</include>
</includes>
</artifactSet>
<filters>
diff --git
a/flink-connectors/flink-sql-connector-kinesis/src/main/resources/META-INF/NOTICE
b/flink-connectors/flink-sql-connector-kinesis/src/main/resources/META-INF/NOTICE
index 9630966..6f536fb 100644
---
a/flink-connectors/flink-sql-connector-kinesis/src/main/resources/META-INF/NOTICE
+++
b/flink-connectors/flink-sql-connector-kinesis/src/main/resources/META-INF/NOTICE
@@ -13,6 +13,7 @@ This project bundles the following dependencies under the
Apache Software Licens
- commons-codec:commons-codec:1.13
- org.apache.commons:commons-lang3:3.3.2
- com.google.guava:guava:29.0-jre
+- com.google.guava:failureaccess:1.0.1
- com.fasterxml.jackson.core:jackson-annotations:2.10.5
- com.fasterxml.jackson.core:jackson-databind:2.10.5.1
- com.fasterxml.jackson.core:jackson-core:2.10.5