syhily commented on a change in pull request #17271:
URL: https://github.com/apache/flink/pull/17271#discussion_r708324841



##########
File path: flink-connectors/flink-connector-pulsar/pom.xml
##########
@@ -169,6 +169,12 @@ under the License.
                        <groupId>org.apache.pulsar</groupId>
                        <artifactId>pulsar-client-all</artifactId>
                        <version>${pulsar.version}</version>
+                       <exclusions>
+                               <exclusion>
+                                       <groupId>org.apache.pulsar</groupId>
+                                       
<artifactId>pulsar-package-core</artifactId>
+                               </exclusion>
+                       </exclusions>

Review comment:
       The `pulsar-package-core` is a client tool for uploading jar files to 
the Pulsar broker. We don't need it on the Pulsar connector. I think it's 
needed.




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@flink.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to