This is an automated email from the ASF dual-hosted git repository. kinghao pushed a commit to branch relaese-1.9.0-bes-sup in repository https://gitbox.apache.org/repos/asf/linkis.git
commit c79b3c7175755a428e9ad22f0469d46e488f88ec Author: v-kkhuang <[email protected]> AuthorDate: Mon Mar 9 22:06:25 2026 +0800 #AI commit# feat: 集成 bes 应用服务器相关依赖 --- linkis-commons/linkis-module/pom.xml | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) diff --git a/linkis-commons/linkis-module/pom.xml b/linkis-commons/linkis-module/pom.xml index 1e4313781e..66525c3dd6 100644 --- a/linkis-commons/linkis-module/pom.xml +++ b/linkis-commons/linkis-module/pom.xml @@ -361,6 +361,36 @@ <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> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
