diff --git a/pom.xml b/pom.xml index 383090a..a0d1052 100644 --- a/pom.xml +++ b/pom.xml @@ -44,6 +44,11 @@ org.springframework + spring-test + ${spring.version} + + + org.springframework spring-webmvc ${spring.version} @@ -87,17 +92,21 @@ src/main/resources - true + + + src/main/webapp + + - - org.apache.maven.plugins - maven-surefire-plugin - - true - - + + + + + + + org.mortbay.jetty jetty-maven-plugin @@ -126,6 +135,13 @@ + + maven-compiler-plugin + + 1.8 + 1.8 + + \ No newline at end of file