Skip to content

Commit 04c63c9

Browse files
committed
Added Commons Lang
1 parent c73988b commit 04c63c9

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Ch07_XSS/pom.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,10 @@
3535
<groupId>log4j</groupId>
3636
<artifactId>log4j</artifactId>
3737
</dependency>
38+
<dependency>
39+
<groupId>org.apache.commons</groupId>
40+
<artifactId>commons-lang3</artifactId>
41+
</dependency>
3842
</dependencies>
3943

4044
<build>

0 commit comments

Comments
 (0)