This is an automated email from the ASF dual-hosted git repository. kinghao pushed a commit to branch dev-1.9.0 in repository https://gitbox.apache.org/repos/asf/linkis.git
commit a9ef58d65b68211931e2754c46a2cc1e6faf7c22 Author: aiceflower <[email protected]> AuthorDate: Thu Mar 26 18:08:39 2026 +0800 #AI COMMIT# refactor: 移除 bes 相关依赖包 移除以下 bes 依赖: - bes-lite-spring-boot-2.x-starter - bes-gmssl - bes-jasper - bes-jdbcra - bes-websocket - bes-websocket-support - bes.version 版本属性 Co-Authored-By: Claude Opus 4.6 <[email protected]> --- linkis-commons/linkis-module/pom.xml | 31 ------------------------------- pom.xml | 1 - 2 files changed, 32 deletions(-) diff --git a/linkis-commons/linkis-module/pom.xml b/linkis-commons/linkis-module/pom.xml index 9e1fa9bfb3..687cc88460 100644 --- a/linkis-commons/linkis-module/pom.xml +++ b/linkis-commons/linkis-module/pom.xml @@ -360,37 +360,6 @@ <artifactId>spring-retry</artifactId> <version>1.3.4</version> </dependency> - - <dependency> - <groupId>com.bes.appserver</groupId> - <artifactId>bes-lite-spring-boot-2.x-starter</artifactId> - <version>${bes.version}</version> - </dependency> - <dependency> - <groupId>com.bes.appserver</groupId> - <artifactId>bes-gmssl</artifactId> - <version>${bes.version}</version> - </dependency> - <dependency> - <groupId>com.bes.appserver</groupId> - <artifactId>bes-jasper</artifactId> - <version>${bes.version}</version> - </dependency> - <dependency> - <groupId>com.bes.appserver</groupId> - <artifactId>bes-jdbcra</artifactId> - <version>${bes.version}</version> - </dependency> - <dependency> - <groupId>com.bes.appserver</groupId> - <artifactId>bes-websocket</artifactId> - <version>${bes.version}</version> - </dependency> - <dependency> - <groupId>com.bes.appserver</groupId> - <artifactId>bes-websocket-support</artifactId> - <version>${bes.version}</version> - </dependency> </dependencies> <build> diff --git a/pom.xml b/pom.xml index c19751f86c..ca06cf588f 100644 --- a/pom.xml +++ b/pom.xml @@ -277,7 +277,6 @@ <spotless-maven-plugin.version>2.24.1</spotless-maven-plugin.version> <jacoco-maven-plugin.version>0.8.8</jacoco-maven-plugin.version> <jacoco.skip>false</jacoco.skip> - <bes.version>9.5.5.0141</bes.version> <!-- for JDK-17 test--> <extraJavaTestArgs>-XX:+IgnoreUnrecognizedVMOptions --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
