We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ff2a30 commit 2e71327Copy full SHA for 2e71327
pom.xml
@@ -48,7 +48,6 @@
48
<slf4j.api.minimum.compatible.version>1.6.0</slf4j.api.minimum.compatible.version>
49
<cal10n.version>0.8.1</cal10n.version>
50
<reload4j.version>1.2.22</reload4j.version>
51
- <log4j.version>1.2.17</log4j.version>
52
<logback.version>1.2.10</logback.version>
53
<junit.version>4.13.1</junit.version>
54
<maven-site-plugin.version>3.7.1</maven-site-plugin.version>
@@ -120,13 +119,6 @@
120
119
<version>${project.version}</version>
121
</dependency>
122
123
-
124
- <dependency>
125
- <groupId>log4j</groupId>
126
- <artifactId>log4j</artifactId>
127
- <version>${log4j.version}</version>
128
- </dependency>
129
130
<dependency>
131
<groupId>ch.qos.reload4j</groupId>
132
<artifactId>reload4j</artifactId>
0 commit comments