This is an automated email from the ASF dual-hosted git repository. gongchao pushed a commit to branch update-ai-with in repository https://gitbox.apache.org/repos/asf/hertzbeat.git
commit 776d806826db4bbdc605830fa711977a97543036 Author: tomsun28 <[email protected]> AuthorDate: Thu Oct 30 22:48:33 2025 +0800 refactor Signed-off-by: tomsun28 <[email protected]> --- hertzbeat-startup/pom.xml | 6 ++++++ pom.xml | 6 ++++++ 2 files changed, 12 insertions(+) diff --git a/hertzbeat-startup/pom.xml b/hertzbeat-startup/pom.xml index 1781f4835..f45a196a6 100644 --- a/hertzbeat-startup/pom.xml +++ b/hertzbeat-startup/pom.xml @@ -87,6 +87,12 @@ <artifactId>hertzbeat-remoting</artifactId> </dependency> + <!-- HertzBeat ai --> + <dependency> + <groupId>org.apache.hertzbeat</groupId> + <artifactId>hertzbeat-ai</artifactId> + </dependency> + <!-- Jackson --> <dependency> diff --git a/pom.xml b/pom.xml index 2155f2c2e..ebc5972a5 100644 --- a/pom.xml +++ b/pom.xml @@ -202,6 +202,12 @@ <artifactId>hertzbeat-manager</artifactId> <version>${hertzbeat.version}</version> </dependency> + <!-- ai --> + <dependency> + <groupId>org.apache.hertzbeat</groupId> + <artifactId>hertzbeat-ai</artifactId> + <version>${hertzbeat.version}</version> + </dependency> <!-- data warehouse --> <dependency> <groupId>org.apache.hertzbeat</groupId> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
