afedulov commented on a change in pull request #18905:
URL: https://github.com/apache/flink/pull/18905#discussion_r823044443



##########
File path: flink-connectors/flink-sql-connector-kafka/pom.xml
##########
@@ -40,6 +40,12 @@ under the License.
                        <groupId>org.apache.flink</groupId>
                        <artifactId>flink-connector-kafka</artifactId>
                        <version>${project.version}</version>
+                       <exclusions>
+                               <exclusion>
+                                       <groupId>org.apache.flink</groupId>
+                                       
<artifactId>flink-connector-base</artifactId>

Review comment:
       I removed it from the maven-shade plugin for this connector instead. 

##########
File path: flink-connectors/flink-sql-connector-kafka/pom.xml
##########
@@ -82,6 +88,10 @@ under the License.
                                                                        
<pattern>org.apache.kafka</pattern>
                                                                        
<shadedPattern>org.apache.flink.kafka.shaded.org.apache.kafka</shadedPattern>
                                                                </relocation>
+                                                               <relocation>
+                                                                       
<pattern>org.apache.flink.connector.base</pattern>
+                                                                       
<shadedPattern>org.apache.flink.connector.kafka.sql.shaded.org.apache.flink.connector.base</shadedPattern>

Review comment:
       Removed.




-- 
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