Skip to content

Commit

Permalink
remove unused log4j dependency in the version definition section of p…
Browse files Browse the repository at this point in the history
…om.xml

Signed-off-by: Ceki Gulcu <[email protected]>
  • Loading branch information
ceki committed Nov 26, 2022
1 parent 3ff2a30 commit 2e71327
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@
<slf4j.api.minimum.compatible.version>1.6.0</slf4j.api.minimum.compatible.version>
<cal10n.version>0.8.1</cal10n.version>
<reload4j.version>1.2.22</reload4j.version>
<log4j.version>1.2.17</log4j.version>
<logback.version>1.2.10</logback.version>
<junit.version>4.13.1</junit.version>
<maven-site-plugin.version>3.7.1</maven-site-plugin.version>
Expand Down Expand Up @@ -120,13 +119,6 @@
<version>${project.version}</version>
</dependency>


<dependency>
<groupId>log4j</groupId>
<artifactId>log4j</artifactId>
<version>${log4j.version}</version>
</dependency>

<dependency>
<groupId>ch.qos.reload4j</groupId>
<artifactId>reload4j</artifactId>
Expand Down

0 comments on commit 2e71327

Please sign in to comment.