GanfengTan commented on code in PR #8032:
URL: https://github.com/apache/inlong/pull/8032#discussion_r1197306791


##########
inlong-sort/sort-end-to-end-tests/pom.xml:
##########
@@ -80,41 +80,27 @@
             </exclusions>
         </dependency>
         <dependency>
-            <groupId>org.apache.flink</groupId>
-            <artifactId>flink-core</artifactId>
-            <scope>test</scope>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.flink</groupId>
-            <artifactId>flink-runtime_${scala.binary.version}</artifactId>
-            <version>${flink.version}</version>
+            <groupId>org.apache.inlong</groupId>
+            
<artifactId>sort-flink-dependencies-${sort.flink.version}</artifactId>
+            <version>${project.version}</version>
             <scope>test</scope>
         </dependency>
         <dependency>
             <groupId>org.apache.flink</groupId>
-            
<artifactId>flink-streaming-java_${flink.scala.binary.version}</artifactId>
+            <artifactId>flink-core</artifactId>
             <scope>test</scope>
         </dependency>
         <dependency>
             <groupId>org.apache.flink</groupId>
-            
<artifactId>flink-table-api-java-bridge_${flink.scala.binary.version}</artifactId>
+            <artifactId>flink-runtime_${scala.binary.version}</artifactId>
+            <version>${flink.version}</version>

Review Comment:
   
   This place has been considered, just modify the root POM, and the 
dependencies of the flink environment have been handed over to a unified 
dependency module for management.



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