featzhang commented on code in PR #8032:
URL: https://github.com/apache/inlong/pull/8032#discussion_r1197286082
##########
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:
Is it possible to use the same method as the version of flink-core to ensure
that the version is consistent?
--
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]