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 <t...@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 -->

Reply via email to