Skip to content

Commit 26068bd

Browse files
committed
slf4j no longer references log4j
Signed-off-by: Ceki Gulcu <[email protected]>
1 parent 0a21ee1 commit 26068bd

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

pom.xml

-7
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@
4242
<!-- used in integration testing -->
4343
<slf4j.api.minimum.compatible.version>1.6.0</slf4j.api.minimum.compatible.version>
4444
<cal10n.version>0.8.1</cal10n.version>
45-
<log4j.version>1.2.17</log4j.version>
4645
<reload4j.version>1.2.18.3</reload4j.version>
4746
<logback.version>1.0.13</logback.version>
4847
<junit.version>4.12</junit.version>
@@ -103,12 +102,6 @@
103102
<version>${project.version}</version>
104103
</dependency>
105104

106-
<dependency>
107-
<groupId>log4j</groupId>
108-
<artifactId>log4j</artifactId>
109-
<version>${log4j.version}</version>
110-
</dependency>
111-
112105
<dependency>
113106
<groupId>ch.qos.reload4j</groupId>
114107
<artifactId>reload4j</artifactId>

0 commit comments

Comments
 (0)