Browse Source

Have spring-boot-starter-shell-remote depend on spring-boot-starter-actuator

pull/118/merge
Christian Dupuis 12 years ago
parent
commit
cc941bf89b
  1. 2
      spring-boot-starters/spring-boot-starter-shell-remote/pom.xml

2
spring-boot-starters/spring-boot-starter-shell-remote/pom.xml

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

Loading…
Cancel
Save