From 28a2d01ba31b1ee399a882bc6a50845ef24cf679 Mon Sep 17 00:00:00 2001 From: Nanne Baars Date: Tue, 11 Aug 2015 07:40:37 +0200 Subject: [PATCH] Moved extra dependencies of tomcat plugin to right place Updated documentation --- README.MD | 2 +- pom.xml | 21 ++++++++++++++------- 2 files changed, 15 insertions(+), 8 deletions(-) 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} + + +