Skip to content

Commit bf16e7d

Browse files
committed
Update to servlet-api 3.0.1
Signed-off-by: Dominik Schadow <dominikschadow@googlemail.com>
1 parent 6442182 commit bf16e7d

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

Ch08_CSRF/pom.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,8 @@ Open the web application in your browser at http://localhost:8080/CSRF/</descrip
2020
<dependencies>
2121
<dependency>
2222
<groupId>javax.servlet</groupId>
23-
<artifactId>servlet-api</artifactId>
24-
<version>2.5</version>
25-
<scope>provided</scope>
23+
<artifactId>javax.servlet-api</artifactId>
24+
<version>3.0.1</version>
2625
</dependency>
2726
<dependency>
2827
<groupId>javax.servlet</groupId>

0 commit comments

Comments
 (0)