lvyanquan commented on code in PR #6606:
URL: https://github.com/apache/paimon/pull/6606#discussion_r2570627955


##########
paimon-flink/paimon-flink-cdc/pom.xml:
##########
@@ -92,6 +92,31 @@ under the License.
 
         <!-- CDC dependencies -->
 
+        <dependency>
+            <groupId>org.apache.flink</groupId>
+            <artifactId>flink-cdc-common</artifactId>
+            <version>${flink.cdc.version}</version>
+        </dependency>
+
+        <dependency>
+            <groupId>org.apache.flink</groupId>
+            <artifactId>flink-cdc-runtime</artifactId>

Review Comment:
   Yes, this is a legacy issue from historical development. 
   We will discuss in the community to move the dependent code in this part to 
the common module.



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to