Added servlet dependency so that DemoApplication would compile.

This commit is contained in:
Stan Silvert 2013-12-05 11:18:10 -05:00
parent 493d281dc4
commit 6d67ace232

View file

@ -106,6 +106,10 @@
<groupId>de.flapdoodle.embed</groupId>
<artifactId>de.flapdoodle.embed.mongo</artifactId>
</dependency>
<dependency>
<groupId>org.jboss.spec.javax.servlet</groupId>
<artifactId>jboss-servlet-api_3.0_spec</artifactId>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>