X Tutup
Skip to content

Commit b9bd73b

Browse files
committed
Added missing servlet dependency
Signed-off-by: Dominik Schadow <dominikschadow@googlemail.com>
1 parent a75d4cf commit b9bd73b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Ch04_OutputEscaping/pom.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@
1313
After starting, open the web application in your browser at http://localhost:8080/Ch04_OutputEscaping</description>
1414

1515
<dependencies>
16+
<dependency>
17+
<groupId>javax.servlet</groupId>
18+
<artifactId>javax.servlet-api</artifactId>
19+
</dependency>
1620
<dependency>
1721
<groupId>org.owasp.esapi</groupId>
1822
<artifactId>esapi</artifactId>

0 commit comments

Comments
 (0)
X Tutup