You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by th...@apache.org on 2021/02/02 16:44:46 UTC

[flink] branch release-1.12 updated: [FLINK-21169][kafka] flink-connector-base dependency should be scope compile

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

thw 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 d25ed8d  [FLINK-21169][kafka] flink-connector-base dependency should be scope compile
d25ed8d is described below

commit d25ed8d9ef6cfd147f76e41dd205752a5b707c3f
Author: Thomas Weise <th...@apache.org>
AuthorDate: Wed Jan 27 18:52:56 2021 -0800

    [FLINK-21169][kafka] flink-connector-base dependency should be scope compile
---
 flink-connectors/flink-connector-kafka/pom.xml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/flink-connectors/flink-connector-kafka/pom.xml b/flink-connectors/flink-connector-kafka/pom.xml
index 52d2ae9..7369d6b 100644
--- a/flink-connectors/flink-connector-kafka/pom.xml
+++ b/flink-connectors/flink-connector-kafka/pom.xml
@@ -87,7 +87,6 @@ under the License.
 			<groupId>org.apache.flink</groupId>
 			<artifactId>flink-connector-base</artifactId>
 			<version>${project.version}</version>
-			<scope>provided</scope>
 		</dependency>
 
 		<!-- test dependencies -->