Skip to content

Commit 45734bf

Browse files
author
Javen
committed
Change to log4j as default logging library.
Add libs/ for non-maven usage.
1 parent f89c6d9 commit 45734bf

File tree

7 files changed

+10
-17
lines changed

7 files changed

+10
-17
lines changed

libs/gson-2.2.4.jar

186 KB
Binary file not shown.

libs/junit-4.11.jar

239 KB
Binary file not shown.

libs/log4j-1.2.16.jar

470 KB
Binary file not shown.

libs/slf4j-api-1.7.5.jar

25.5 KB
Binary file not shown.

libs/slf4j-log4j12-1.7.5.jar

8.66 KB
Binary file not shown.

pom.xml

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -61,11 +61,16 @@
6161
<artifactId>slf4j-api</artifactId>
6262
<version>1.7.5</version>
6363
</dependency>
64-
<dependency>
65-
<groupId>ch.qos.logback</groupId>
66-
<artifactId>logback-classic</artifactId>
67-
<version>1.0.13</version>
68-
</dependency>
64+
<dependency>
65+
<groupId>log4j</groupId>
66+
<artifactId>log4j</artifactId>
67+
<version>1.2.16</version>
68+
</dependency>
69+
<dependency>
70+
<groupId>org.slf4j</groupId>
71+
<artifactId>slf4j-log4j12</artifactId>
72+
<version>1.7.5</version>
73+
</dependency>
6974

7075
</dependencies>
7176

release.properties

Lines changed: 0 additions & 12 deletions
This file was deleted.

0 commit comments

Comments
 (0)