diff --git a/pom.xml b/pom.xml
index 6fdc4d17e..6e1d8e682 100644
--- a/pom.xml
+++ b/pom.xml
@@ -10,7 +10,7 @@
org.springframework.boot
spring-boot-starter-parent
- 1.5.4.RELEASE
+ 2.0.0.BUILD-SNAPSHOT
petclinic
@@ -26,7 +26,6 @@
1.11.4
2.2.4
1.8.0
- 3.0.6.RELEASE
2.7
@@ -53,12 +52,6 @@
org.springframework.boot
spring-boot-starter-thymeleaf
-
-
- nz.net.ultraq.thymeleaf
- thymeleaf-layout-dialect
-
-
org.springframework.boot
diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties
index fb07c6c50..ed5392afe 100644
--- a/src/main/resources/application.properties
+++ b/src/main/resources/application.properties
@@ -13,9 +13,9 @@ spring.jpa.hibernate.ddl-auto=none
spring.messages.basename=messages/messages
# Actuator / Management
-management.contextPath=/manage
+management.endpoints.web.base-path=/manage
# Spring Boot 1.5 makes actuator secure by default
-management.security.enabled=false
+management.endpoints.web.enabled=true
# Logging
logging.level.org.springframework=INFO