Skip to content

Commit 57ef396

Browse files
committed
Removed log4j from the pom - not used.
1 parent f139335 commit 57ef396

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

pom.xml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,7 @@
1515
<artifactId>junit</artifactId>
1616
<version>4.8.2</version>
1717
<scope>test</scope>
18-
</dependency>
19-
20-
<dependency>
21-
<groupId>log4j</groupId>
22-
<artifactId>log4j</artifactId>
23-
<version>1.2.17</version>
24-
<scope>compile</scope>
25-
</dependency>
18+
</dependency>
2619

2720
</dependencies>
2821

0 commit comments

Comments
 (0)