Skip to content

Commit ea4903e

Browse files
committed
Added log4j dependency
1 parent f5fdc1a commit ea4903e

2 files changed

Lines changed: 8 additions & 0 deletions

File tree

Ch04_OutputEscapingJSP/pom.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,10 @@
2828
<artifactId>jstl</artifactId>
2929
<version>1.2</version>
3030
</dependency>
31+
<dependency>
32+
<groupId>log4j</groupId>
33+
<artifactId>log4j</artifactId>
34+
</dependency>
3135
</dependencies>
3236

3337
<build>

Ch07_CSP/pom.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,10 @@
2525
<artifactId>jettison</artifactId>
2626
<version>1.3.3</version>
2727
</dependency>
28+
<dependency>
29+
<groupId>log4j</groupId>
30+
<artifactId>log4j</artifactId>
31+
</dependency>
2832
</dependencies>
2933

3034
<build>

0 commit comments

Comments
 (0)