We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6442182 commit bf16e7dCopy full SHA for bf16e7d
Ch08_CSRF/pom.xml
@@ -20,9 +20,8 @@ Open the web application in your browser at http://localhost:8080/CSRF/</descrip
20
<dependencies>
21
<dependency>
22
<groupId>javax.servlet</groupId>
23
- <artifactId>servlet-api</artifactId>
24
- <version>2.5</version>
25
- <scope>provided</scope>
+ <artifactId>javax.servlet-api</artifactId>
+ <version>3.0.1</version>
26
</dependency>
27
28
0 commit comments