refactor: Split hertzbeat-common into core and spring modules (#4035)

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: zqr10159 <30048352+zqr10159@users.noreply.github.com>
Co-authored-by: Tomsun28 <tomsun28@outlook.com>
This commit is contained in:
Logic
2026-02-25 09:49:52 +08:00
committed by GitHub
co-authored by copilot-swe-agent[bot] zqr10159 Tomsun28
parent 70015568e2
commit cd40699293
294 changed files with 461 additions and 95 deletions
+2 -2
View File
@@ -29,10 +29,10 @@
<dependencies>
<!-- common -->
<!-- common-spring (includes common-core) -->
<dependency>
<groupId>org.apache.hertzbeat</groupId>
<artifactId>hertzbeat-common</artifactId>
<artifactId>hertzbeat-common-spring</artifactId>
<exclusions>
<exclusion>
<artifactId>commons-logging</artifactId>