mirror of
https://github.com/Dannecron/spring-boot-demo.git
synced 2025-12-25 16:22:35 +03:00
11 lines
432 B
Plaintext
11 lines
432 B
Plaintext
dependencies {
|
|
implementation(project(":db"))
|
|
implementation(project(":edge-producing"))
|
|
implementation(project(":edge-integration"))
|
|
|
|
implementation(rootProject.libs.org.springframework.boot.spring.boot.starter.actuator)
|
|
implementation(rootProject.libs.org.springframework.data.spring.data.commons)
|
|
|
|
testImplementation(rootProject.libs.org.springframework.boot.spring.boot.starter.actuator.autoconfigure)
|
|
}
|