You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by tz...@apache.org on 2020/03/19 04:22:09 UTC

[flink-statefun] 02/07: [FLINK-16124] [kinesis] Add Kinesis IO dependencies to statefun-flink-io-bundle

This is an automated email from the ASF dual-hosted git repository.

tzulitai pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/flink-statefun.git

commit b47183131b57504432e10c389798a89d95364ed2
Author: Tzu-Li (Gordon) Tai <tz...@apache.org>
AuthorDate: Mon Mar 16 00:03:55 2020 +0800

    [FLINK-16124] [kinesis] Add Kinesis IO dependencies to statefun-flink-io-bundle
---
 statefun-flink/statefun-flink-io-bundle/pom.xml | 12 ++++++++++++
 1 file changed, 12 insertions(+)

diff --git a/statefun-flink/statefun-flink-io-bundle/pom.xml b/statefun-flink/statefun-flink-io-bundle/pom.xml
index 4762f30..a62f41d 100644
--- a/statefun-flink/statefun-flink-io-bundle/pom.xml
+++ b/statefun-flink/statefun-flink-io-bundle/pom.xml
@@ -56,6 +56,11 @@ under the License.
             <artifactId>statefun-kafka-io</artifactId>
             <version>${project.version}</version>
         </dependency>
+        <dependency>
+            <groupId>org.apache.flink</groupId>
+            <artifactId>statefun-kinesis-io</artifactId>
+            <version>${project.version}</version>
+        </dependency>
 
         <!-- flink  -->
         <dependency>
@@ -71,6 +76,13 @@ under the License.
             <version>${flink.version}</version>
         </dependency>
 
+        <!-- flink kinesis connector -->
+        <dependency>
+            <groupId>org.apache.flink</groupId>
+            <artifactId>flink-connector-kinesis_${scala.binary.version}</artifactId>
+            <version>${flink.version}</version>
+        </dependency>
+
         <!-- 3rd party -->
         <dependency>
             <groupId>com.google.protobuf</groupId>