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

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

commit f54ecb75122e73021bd137f844743704acc06949
Author: Martijn Visser <martijnvis...@apache.org>
AuthorDate: Tue Dec 13 13:43:49 2022 +0100

    [FLINK-30397][Python][Connector/Pulsar] Make PyFlink depend on the latest 
Pulsar snapshot version
---
 flink-python/pom.xml                                                    | 2 +-
 .../java/org/apache/flink/tools/ci/licensecheck/JarFileChecker.java     | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/flink-python/pom.xml b/flink-python/pom.xml
index a5850c5c05c..04e9edfeac5 100644
--- a/flink-python/pom.xml
+++ b/flink-python/pom.xml
@@ -290,7 +290,7 @@ under the License.
                        <!-- Indirectly accessed in pyflink_gateway_server -->
                        <groupId>org.apache.flink</groupId>
                        <artifactId>flink-sql-connector-pulsar</artifactId>
-                       <version>${project.version}</version>
+                       <version>4.0-SNAPSHOT</version>
                        <scope>test</scope>
                </dependency>
 
diff --git 
a/tools/ci/flink-ci-tools/src/main/java/org/apache/flink/tools/ci/licensecheck/JarFileChecker.java
 
b/tools/ci/flink-ci-tools/src/main/java/org/apache/flink/tools/ci/licensecheck/JarFileChecker.java
index 1b30b124c94..ee7edf5226c 100644
--- 
a/tools/ci/flink-ci-tools/src/main/java/org/apache/flink/tools/ci/licensecheck/JarFileChecker.java
+++ 
b/tools/ci/flink-ci-tools/src/main/java/org/apache/flink/tools/ci/licensecheck/JarFileChecker.java
@@ -211,6 +211,7 @@ public class JarFileChecker {
                     // contained in sql-avro-confluent-registry
                     .filter(path -> !pathStartsWith(path, 
"/org/glassfish/jersey/internal"))
                     // contained in sql-connector-pulsar
+                    // while the Pulsar connector is externalized, this is 
still needed for PyFlink
                     .filter(
                             path ->
                                     !pathStartsWith(

Reply via email to