You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by mi...@apache.org on 2016/05/06 14:43:38 UTC

[28/50] logging-log4j2 git commit: Document missing XmlLayout dependencies

Document missing XmlLayout dependencies


Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo
Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/acce51ac
Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/acce51ac
Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/acce51ac

Branch: refs/heads/LOG4J-1181
Commit: acce51acc9d6f06e1f1292456608993437968d38
Parents: e7b8099
Author: Mikael St�ldal <mi...@magine.com>
Authored: Wed May 4 12:15:23 2016 +0200
Committer: Mikael St�ldal <mi...@magine.com>
Committed: Wed May 4 12:15:23 2016 +0200

----------------------------------------------------------------------
 src/site/xdoc/runtime-dependencies.xml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/acce51ac/src/site/xdoc/runtime-dependencies.xml
----------------------------------------------------------------------
diff --git a/src/site/xdoc/runtime-dependencies.xml b/src/site/xdoc/runtime-dependencies.xml
index 6ebbc9b..c92114b 100644
--- a/src/site/xdoc/runtime-dependencies.xml
+++ b/src/site/xdoc/runtime-dependencies.xml
@@ -82,7 +82,8 @@
         </tr>
         <tr>
           <td>XML Layout</td>
-          <td><a href="https://github.com/FasterXML/jackson">Jackson core and databind</a></td>
+          <td><a href="https://github.com/FasterXML/jackson">Jackson core, databind and dataformat XML</a><br />
+              And <code>com.fasterxml.woodstox:woodstox-core:5.0.2</code></td>
         </tr>
         <tr>
           <td>Async Loggers</td>