Skip to content

Commit 6442182

Browse files
committed
Added ESAPI dependency
Signed-off-by: Dominik Schadow <dominikschadow@googlemail.com>
1 parent f8c8af9 commit 6442182

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Ch08_CSRF/pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,11 @@ Open the web application in your browser at http://localhost:8080/CSRF/</descrip
2929
<artifactId>jstl</artifactId>
3030
<version>1.2</version>
3131
</dependency>
32+
<dependency>
33+
<groupId>org.owasp.esapi</groupId>
34+
<artifactId>esapi</artifactId>
35+
<version>2.0.1</version>
36+
</dependency>
3237
</dependencies>
3338

3439
<build>

0 commit comments

Comments
 (0)