We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a75d4cf commit b9bd73bCopy full SHA for b9bd73b
Ch04_OutputEscaping/pom.xml
@@ -13,6 +13,10 @@
13
After starting, open the web application in your browser at http://localhost:8080/Ch04_OutputEscaping</description>
14
15
<dependencies>
16
+ <dependency>
17
+ <groupId>javax.servlet</groupId>
18
+ <artifactId>javax.servlet-api</artifactId>
19
+ </dependency>
20
<dependency>
21
<groupId>org.owasp.esapi</groupId>
22
<artifactId>esapi</artifactId>
0 commit comments