Skip to content

Commit 8d2043d

Browse files
committed
Update README.md to reflect that commons logging is no longer required, and SLF4J may be used
1 parent 9af2352 commit 8d2043d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,9 @@ Non-Maven users should download the latest version and add it to the project's c
4545

4646
+ <a href="http://commons.apache.org/io/">Apache Commons IO 2.4</a>
4747
+ <a href="http://commons.apache.org/lang/">Apache Commons Lang 3.1</a>
48-
+ <a href="http://commons.apache.org/logging/">Apache Commons Logging 1.1.1</a>
4948
+ <a href="http://www.mozilla.org/rhino/">Rhino: JavaScript for Java 1.7R4</a>
5049

50+
If [SLF4J](http://www.slf4j.org/) is present in the classpath, it will be used for logging.
5151

5252
Compatibility
5353
-------------

0 commit comments

Comments
 (0)