Skip to content

Commit 8276db8

Browse files
committed
Updating log4j version.
1 parent ffb06c0 commit 8276db8

1 file changed

Lines changed: 5 additions & 25 deletions

File tree

pom.xml

Lines changed: 5 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -27,31 +27,11 @@
2727
<version>2.0</version>
2828
<scope>provided</scope>
2929
</dependency>
30-
<dependency>
31-
<groupId>log4j</groupId>
32-
<artifactId>log4j</artifactId>
33-
<version>1.2.15</version>
34-
<scope>compile</scope>
35-
<exclusions>
36-
<exclusion>
37-
<groupId>javax.mail</groupId>
38-
<artifactId>mail</artifactId>
39-
</exclusion>
40-
<exclusion>
41-
<groupId>javax.jms</groupId>
42-
<artifactId>jms</artifactId>
43-
</exclusion>
44-
<exclusion>
45-
<groupId>com.sun.jdmk</groupId>
46-
<artifactId>jmxtools</artifactId>
47-
</exclusion>
48-
<exclusion>
49-
<groupId>com.sun.jmx</groupId>
50-
<artifactId>jmxri</artifactId>
51-
</exclusion>
52-
</exclusions>
53-
54-
</dependency>
30+
<dependency>
31+
<groupId>org.apache.logging.log4j</groupId>
32+
<artifactId>log4j-api</artifactId>
33+
<version>2.5</version>
34+
</dependency>
5535
<dependency>
5636
<groupId>commons-logging</groupId>
5737
<artifactId>commons-logging</artifactId>

0 commit comments

Comments
 (0)