diff --git a/sample-code/spring-app/pom.xml b/sample-code/spring-app/pom.xml
index a873074dd..ce21ea15d 100644
--- a/sample-code/spring-app/pom.xml
+++ b/sample-code/spring-app/pom.xml
@@ -74,6 +74,12 @@
org.springframework.boot
spring-boot
${spring-boot.version}
+
+
+ org.springframework
+ spring-context
+
+
org.springframework
@@ -127,6 +133,16 @@
spring-boot-starter-web
${spring-boot.version}
runtime
+
+
+ org.springframework
+ spring-webmvc
+
+
+ ch.qos.logback
+ logback-classic
+
+