mirror of https://github.com/qos-ch/slf4j
slf4j no longer references log4j
Signed-off-by: Ceki Gulcu <ceki@qos.ch>
This commit is contained in:
parent
0a21ee1ac1
commit
26068bd4bf
7
pom.xml
7
pom.xml
|
|
@ -42,7 +42,6 @@
|
|||
<!-- used in integration testing -->
|
||||
<slf4j.api.minimum.compatible.version>1.6.0</slf4j.api.minimum.compatible.version>
|
||||
<cal10n.version>0.8.1</cal10n.version>
|
||||
<log4j.version>1.2.17</log4j.version>
|
||||
<reload4j.version>1.2.18.3</reload4j.version>
|
||||
<logback.version>1.0.13</logback.version>
|
||||
<junit.version>4.12</junit.version>
|
||||
|
|
@ -103,12 +102,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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue