diff --git a/pom.xml b/pom.xml
index 4941843ad..befe21708 100644
--- a/pom.xml
+++ b/pom.xml
@@ -30,6 +30,8 @@
0.8.5
0.0.4.RELEASE
0.0.25
+ 2020.0.0
+ 2.1.0-RC1
@@ -114,6 +116,16 @@
+
+
+ com.wavefront
+ wavefront-spring-boot-starter
+
+
+ org.springframework.cloud
+ spring-cloud-starter-sleuth
+
+
org.springframework.boot
spring-boot-devtools
@@ -121,6 +133,25 @@
+
+
+
+ org.springframework.cloud
+ spring-cloud-dependencies
+ ${spring-cloud.version}
+ pom
+ import
+
+
+ com.wavefront
+ wavefront-spring-boot-bom
+ ${wavefront.version}
+ pom
+ import
+
+
+
+
diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties
index 4d4784e36..9d994f891 100644
--- a/src/main/resources/application.properties
+++ b/src/main/resources/application.properties
@@ -23,3 +23,6 @@ logging.level.org.springframework=INFO
# Maximum time static resources should be cached
spring.resources.cache.cachecontrol.max-age=12h
+
+spring.application.name=spring-petclinic
+wavefront.application.name=spring-demos