This is an automated email from the ASF dual-hosted git repository.
thw pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/flink.git
The following commit(s) were added to refs/heads/master by this push:
new d859920 [FLINK-21169][kafka] flink-connector-base dependency should
be scope compile
d859920 is described below
commit d85992021cb3ce445d31399f9d0e3c96361b589a
Author: Thomas Weise <[email protected]>
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 9fec0fe..6cfd681 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 -->