From 5450af70e06c394632e9b7675b8919860e912577 Mon Sep 17 00:00:00 2001 From: Phillip Webb Date: Wed, 31 Jul 2013 13:20:26 -0700 Subject: [PATCH] Ops -> Actuator --- spring-boot-integration-tests/pom.xml | 4 ++-- spring-boot-samples/spring-boot-sample-actuator/start.groovy | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/spring-boot-integration-tests/pom.xml b/spring-boot-integration-tests/pom.xml index 2fe4782c8c..fd1377658e 100644 --- a/spring-boot-integration-tests/pom.xml +++ b/spring-boot-integration-tests/pom.xml @@ -41,7 +41,7 @@ ${project.groupId} - spring-boot-ops + spring-boot-actuator ${project.version} @@ -76,7 +76,7 @@ ${project.groupId} - spring-boot-starter-ops + spring-boot-starter-actuator ${project.version} diff --git a/spring-boot-samples/spring-boot-sample-actuator/start.groovy b/spring-boot-samples/spring-boot-sample-actuator/start.groovy index 0861416625..9ca894bde7 100644 --- a/spring-boot-samples/spring-boot-sample-actuator/start.groovy +++ b/spring-boot-samples/spring-boot-sample-actuator/start.groovy @@ -1,4 +1,4 @@ -@Grab("org.springframework.boot:spring-boot-starter-ops:0.5.0.BUILD-SNAPSHOT") +@Grab("org.springframework.boot:spring-boot-starter-actuator:0.5.0.BUILD-SNAPSHOT") @Grab("org.springframework.boot:spring-boot-starter-web:0.5.0.BUILD-SNAPSHOT") @ComponentScan("org.springframework.boot.sample.service") class Start {