We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f8c8af9 commit 6442182Copy full SHA for 6442182
Ch08_CSRF/pom.xml
@@ -29,6 +29,11 @@ Open the web application in your browser at http://localhost:8080/CSRF/</descrip
29
<artifactId>jstl</artifactId>
30
<version>1.2</version>
31
</dependency>
32
+ <dependency>
33
+ <groupId>org.owasp.esapi</groupId>
34
+ <artifactId>esapi</artifactId>
35
+ <version>2.0.1</version>
36
+ </dependency>
37
</dependencies>
38
39
<build>
0 commit comments