Skip to content

Commit 8a28801

Browse files
author
Dave Syer
committed
Add actuators to Gradle build
1 parent 4725753 commit 8a28801

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ dependencies {
2424
implementation 'org.springframework.boot:spring-boot-starter-web'
2525
implementation 'org.springframework.boot:spring-boot-starter-validation'
2626
implementation 'javax.cache:cache-api'
27+
runtimeOnly 'org.springframework.boot:spring-boot-starter-actuator'
2728
runtimeOnly 'org.webjars:webjars-locator-core'
2829
runtimeOnly "org.webjars.npm:bootstrap:${webjarsBootstrapVersion}"
2930
runtimeOnly "org.webjars.npm:font-awesome:${webjarsFontawesomeVersion}"

0 commit comments

Comments
 (0)