diff --git a/project.xml b/project.xml
index b1e241e..7f7535f 100644
--- a/project.xml
+++ b/project.xml
@@ -170,13 +170,21 @@
log4j
log4j
- 1.2.6
+ 1.2.12
+
+
+Runtime Optional.
+1.2.12 required for compilation but 1.2.6 onwards supported at runtime.
+
logkit
logkit
1.0.1
+
+ Runtime Optional
+
@@ -184,6 +192,7 @@
junit
3.8.1
+ Used for testing only.
test
@@ -192,12 +201,18 @@
avalon-framework
avalon-framework
4.1.3
+
+ Runtime Optional
+
javax.servlet
servlet-api
2.3
+
+ Used only by servlet filter. Not used by core logging implementation.
+