Explicitly add servlet API to actuator sample

This commit is contained in:
Dave Syer 2013-11-06 13:01:54 +00:00
parent 51f240c1d5
commit c678be49e3

View File

@ -78,6 +78,10 @@
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-webapp</artifactId>
</dependency>
<dependency>
<groupId>javax.servlet</groupId>
<artifactId>javax.servlet-api</artifactId>
</dependency>
</dependencies>
</profile>
<profile>