We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a78e2a commit d16a88bCopy full SHA for d16a88b
server/libs/platform/platform-coordinator/build.gradle.kts
@@ -5,6 +5,7 @@ dependencies {
5
6
implementation("org.apache.commons:commons-lang3")
7
implementation("org.slf4j:slf4j-api")
8
+ implementation("org.springframework.boot:spring-boot-autoconfigure")
9
implementation("org.springframework.retry:spring-retry")
10
implementation("org.springframework:spring-web")
11
implementation(project(":server:libs:atlas:atlas-coordinator:atlas-coordinator-api"))
0 commit comments