From c678be49e309c1389072c326c46ef75513b058de Mon Sep 17 00:00:00 2001 From: Dave Syer Date: Wed, 6 Nov 2013 13:01:54 +0000 Subject: [PATCH] Explicitly add servlet API to actuator sample --- spring-boot-samples/spring-boot-sample-actuator/pom.xml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/spring-boot-samples/spring-boot-sample-actuator/pom.xml b/spring-boot-samples/spring-boot-sample-actuator/pom.xml index f956a5ec5a..a6fd3e3874 100644 --- a/spring-boot-samples/spring-boot-sample-actuator/pom.xml +++ b/spring-boot-samples/spring-boot-sample-actuator/pom.xml @@ -78,6 +78,10 @@ org.eclipse.jetty jetty-webapp + + javax.servlet + javax.servlet-api +