diff --git a/README.MD b/README.MD index 7dc168f82..4b8c6561d 100644 --- a/README.MD +++ b/README.MD @@ -83,7 +83,7 @@ After opening the project in Netbeans/IntelliJ/Eclipse, you can easily run the p 1. Maven-Tomcat Plugin using a command shell/window: - > mvn tomcat:run-war + > mvn tomcat7:run-war Maven will run the project in an embedded tomcat. diff --git a/pom.xml b/pom.xml index 59d176c27..cd7ed466a 100644 --- a/pom.xml +++ b/pom.xml @@ -101,15 +101,13 @@ true true ${project.basedir}/src/main/webapp/WEB-INF/context.xml - - - org.owasp.webgoat - webgoat-classloader - ${project.version} - - + + org.owasp.webgoat + webgoat-classloader + 6.1.0 + org.owasp.webgoat webgoat-container @@ -123,6 +121,15 @@ exec-war-only package + + + + org.owasp.webgoat + webgoat-classloader + ${project.version} + + +