Skip to content

Commit 2e71327

Browse files
committed
remove unused log4j dependency in the version definition section of pom.xml
Signed-off-by: Ceki Gulcu <[email protected]>
1 parent 3ff2a30 commit 2e71327

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

pom.xml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@
4848
<slf4j.api.minimum.compatible.version>1.6.0</slf4j.api.minimum.compatible.version>
4949
<cal10n.version>0.8.1</cal10n.version>
5050
<reload4j.version>1.2.22</reload4j.version>
51-
<log4j.version>1.2.17</log4j.version>
5251
<logback.version>1.2.10</logback.version>
5352
<junit.version>4.13.1</junit.version>
5453
<maven-site-plugin.version>3.7.1</maven-site-plugin.version>
@@ -120,13 +119,6 @@
120119
<version>${project.version}</version>
121120
</dependency>
122121

123-
124-
<dependency>
125-
<groupId>log4j</groupId>
126-
<artifactId>log4j</artifactId>
127-
<version>${log4j.version}</version>
128-
</dependency>
129-
130122
<dependency>
131123
<groupId>ch.qos.reload4j</groupId>
132124
<artifactId>reload4j</artifactId>

0 commit comments

Comments
 (0)