Update README.md

Updated changed dependencies JRE 6 to 7
This commit is contained in:
Robert von Burg 2014-02-03 13:52:59 +01:00
parent 09444817e2
commit 50077bb205
1 changed files with 3 additions and 3 deletions

View File

@ -8,10 +8,10 @@ Java Utilites which ease daily work when programming in the Java language
Dependencies
----------------------
This utility package is built by Maven3 and has very few external dependencies. The current dependencies are:
* the Java Runtime Environment 6
* JUnit 4.10 (only during tests)
* the Java Runtime Environment 7
* JUnit 4.11 (test scope)
* slf4j 1.7.2
* slf4j-log4j bindings (only during tests)
* slf4j-log4j bindings (test scope)
Features
----------------------