reverted back to JCL

git-svn-id: https://svn.apache.org/repos/asf/incubator/jsecurity/trunk@710986 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/README-runtime-requirements.txt b/README-runtime-requirements.txt
index fe2823a..d7e0e0e 100644
--- a/README-runtime-requirements.txt
+++ b/README-runtime-requirements.txt
@@ -9,20 +9,14 @@
 
 Minimal required dependencies
 -------------
-All JRE versions (1.3+):  JSecurity uses SLF4J version 1.5.2 for logging - it is essentially the replacement for
-Jakarta Commons Logging.  You will need to include slf4j-api.jar as well as one of its bindings depending on the
-logging system you want to use.  For example, slf4j-log4j12.jar if you're using Log4J 1.2, slf4j-jdk14.jar if
-you're using JDK 1.4 logging, et cetera.  Bindings can be found in the public maven repository under the
-org.slf4j group id or on the SLF4J website at http://www.slf4j.org.
-
-Java 1.3 and 1.4 only:  in addition to the above logging logging jars, you will need retroweaver.jar and its
-                        associated dependencies.
+Java 1.5 and later: Ensure jsecurity.jar and Apache commons-logging.jar are in your application's classpath.
+Java 1.3 and 1.4 only: jsecurity.jar, commons-logging.jar and retroweaver.jar and its associated dependendencies
 
 
 Feature-based dependencies
 --------------------------
-- If you use JSecurity's native text-based configuration (jsecurity.ini or servlet filter configuration), include
-  Jakarta commons-beanutils-core.jar
-
 - If you want to use JSecurity's enterprise session management (heterogeneous clients, SSO support, etc):
   . include ehcache.jar and backport-util-concurrent.jar
+
+- JSecurity Web Filter text-based config ('config' init param) in web.xml or JSecurity code Annotations:
+  . include Jakarta commons-beanutils-core.jar