This is an automated email from the ASF dual-hosted git repository.

richox pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/auron.git


The following commit(s) were added to refs/heads/master by this push:
     new 8ff3dee0 [AURON #1447] Fix auron-flink-extension module junit 
dependency conflict with flink (#1448)
8ff3dee0 is described below

commit 8ff3dee0d6f79b5d0799d8a61e8f634247f0bc84
Author: zhangmang <[email protected]>
AuthorDate: Tue Oct 14 19:31:04 2025 +0800

    [AURON #1447] Fix auron-flink-extension module junit dependency conflict 
with flink (#1448)
---
 auron-flink-extension/pom.xml | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/auron-flink-extension/pom.xml b/auron-flink-extension/pom.xml
index 376add55..4c2619f2 100644
--- a/auron-flink-extension/pom.xml
+++ b/auron-flink-extension/pom.xml
@@ -178,6 +178,16 @@
       <artifactId>flink-test-utils</artifactId>
       <version>${flink.version}</version>
       <scope>test</scope>
+      <exclusions>
+        <exclusion>
+          <groupId>org.junit.vintage</groupId>
+          <artifactId>junit-vintage-engine</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>org.junit.jupiter</groupId>
+          <artifactId>junit-jupiter</artifactId>
+        </exclusion>
+      </exclusions>
     </dependency>
 
     <!-- Table API Scala dependencies -->

Reply via email to