Browse Source

Ops -> Actuator

pull/9/head
Phillip Webb 13 years ago
parent
commit
5450af70e0
  1. 4
      spring-boot-integration-tests/pom.xml
  2. 2
      spring-boot-samples/spring-boot-sample-actuator/start.groovy

4
spring-boot-integration-tests/pom.xml

@ -41,7 +41,7 @@ @@ -41,7 +41,7 @@
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>spring-boot-ops</artifactId>
<artifactId>spring-boot-actuator</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
@ -76,7 +76,7 @@ @@ -76,7 +76,7 @@
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>spring-boot-starter-ops</artifactId>
<artifactId>spring-boot-starter-actuator</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>

2
spring-boot-samples/spring-boot-sample-actuator/start.groovy

@ -1,4 +1,4 @@ @@ -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 {

Loading…
Cancel
Save