mirror of
https://github.com/dromara/hertzbeat.git
synced 2026-09-17 09:40:58 +00:00
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:
co-authored by
copilot-swe-agent[bot]
zqr10159
Tomsun28
parent
70015568e2
commit
cd40699293
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user