make webgoat run on tomcat 5.5 again

git-svn-id: http://webgoat.googlecode.com/svn/trunk/webgoat@404 4033779f-a91e-0410-96ef-6bf7bf53c507
This commit is contained in:
ch.ko123 2009-11-05 20:00:55 +00:00
parent a4e0b6b101
commit b1d23b4140

View File

@ -145,14 +145,14 @@
<dependency>
<groupId>javax.servlet</groupId>
<artifactId>servlet-api</artifactId>
<version>2.5</version>
<version>2.3</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.apache.tomcat</groupId>
<groupId>tomcat</groupId>
<artifactId>catalina</artifactId>
<version>6.0.18</version>
<scope>provided</scope>
<version>4.1.9</version>
<!--scope>provided</scope-->
</dependency>
</dependencies>