This is an automated email from the ASF dual-hosted git repository.
gallardot pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/dolphinscheduler.git
The following commit(s) were added to refs/heads/dev by this push:
new f6a27f1cd9 [Chore][CI] Hot fix ci error (#17272)
f6a27f1cd9 is described below
commit f6a27f1cd9ca0351bae3ac491e945282a3265ddd
Author: xiangzihao <[email protected]>
AuthorDate: Tue Jun 24 10:49:24 2025 +0800
[Chore][CI] Hot fix ci error (#17272)
* hot fix ci error
* hot fix ci error
---
dolphinscheduler-bom/pom.xml | 7 +++++++
dolphinscheduler-master/pom.xml | 11 +++++++++++
2 files changed, 18 insertions(+)
diff --git a/dolphinscheduler-bom/pom.xml b/dolphinscheduler-bom/pom.xml
index bb15cab067..779376285e 100644
--- a/dolphinscheduler-bom/pom.xml
+++ b/dolphinscheduler-bom/pom.xml
@@ -123,6 +123,7 @@
<zeppelin-client.version>0.10.1</zeppelin-client.version>
<aliyun-voice.version>2.1.4</aliyun-voice.version>
<nashorn-sandbox.version>0.3.2</nashorn-sandbox.version>
+ <brace-expansion.version>2.0.1</brace-expansion.version>
</properties>
<dependencyManagement>
@@ -947,6 +948,12 @@
<artifactId>delight-nashorn-sandbox</artifactId>
<version>${nashorn-sandbox.version}</version>
</dependency>
+
+ <dependency>
+ <groupId>org.webjars.npm</groupId>
+ <artifactId>brace-expansion</artifactId>
+ <version>${brace-expansion.version}</version>
+ </dependency>
</dependencies>
</dependencyManagement>
diff --git a/dolphinscheduler-master/pom.xml b/dolphinscheduler-master/pom.xml
index 8283e9e539..75616e70a1 100644
--- a/dolphinscheduler-master/pom.xml
+++ b/dolphinscheduler-master/pom.xml
@@ -319,6 +319,17 @@
<dependency>
<groupId>org.javadelight</groupId>
<artifactId>delight-nashorn-sandbox</artifactId>
+ <exclusions>
+ <exclusion>
+ <groupId>org.webjars.npm</groupId>
+ <artifactId>brace-expansion</artifactId>
+ </exclusion>
+ </exclusions>
+ </dependency>
+
+ <dependency>
+ <groupId>org.webjars.npm</groupId>
+ <artifactId>brace-expansion</artifactId>
</dependency>
<!-- TODO: Have to use spring-cloud-starter-kubernetes-fabric8-config
after upgrading to Spring 3.x to unify kubernetes client (fabric8) -->