You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by se...@apache.org on 2020/09/11 16:33:32 UTC

[flink] 02/10: [FLINK-18447][build] Package 'flink-connector-base' into 'flink-dist'

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

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

commit b2318adea73b5490d3c6fa50ec22b5c56897148a
Author: Stephan Ewen <se...@apache.org>
AuthorDate: Mon Jun 29 10:42:20 2020 +0200

    [FLINK-18447][build] Package 'flink-connector-base' into 'flink-dist'
---
 flink-dist/pom.xml | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/flink-dist/pom.xml b/flink-dist/pom.xml
index db1a1cc..b8a005c 100644
--- a/flink-dist/pom.xml
+++ b/flink-dist/pom.xml
@@ -137,6 +137,13 @@ under the License.
 			</exclusions>
 		</dependency>
 
+		<!-- Base Connector Support -->
+		<dependency>
+			<groupId>org.apache.flink</groupId>
+			<artifactId>flink-connector-base</artifactId>
+			<version>${project.version}</version>
+		</dependency>
+
 		<!-- Default file system support. The Hadoop and MapR dependencies -->
 		<!--       are optional, so not being added to the dist jar        -->