Update runtime 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/3b89ec70 Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/3b89ec70 Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/3b89ec70 Branch: refs/heads/java9NoMultiRelease Commit: 3b89ec70deed7dcad207935a1345abb9505ab82b Parents: 179ad05 Author: Mikael Ståldal <[email protected]> Authored: Fri Mar 17 16:19:16 2017 +0100 Committer: Mikael Ståldal <[email protected]> Committed: Fri Mar 17 16:19:16 2017 +0100 ---------------------------------------------------------------------- src/site/xdoc/runtime-dependencies.xml | 21 ++++++++++++++------- 1 file changed, 14 insertions(+), 7 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/3b89ec70/src/site/xdoc/runtime-dependencies.xml ---------------------------------------------------------------------- diff --git a/src/site/xdoc/runtime-dependencies.xml b/src/site/xdoc/runtime-dependencies.xml index 93e5470..4f5d410 100644 --- a/src/site/xdoc/runtime-dependencies.xml +++ b/src/site/xdoc/runtime-dependencies.xml @@ -142,13 +142,6 @@ distribution. </td> </tr> - <tr> - <td>TcpSocketServer and UdpSocketServer</td> - <td> - TcpSocketServer and UdpSocketServer use the <a href="http://www.jcommander.org/">JCommander</a> library - which is licensed under the terms of the Apache License version 2.0. - </td> - </tr> </table> <a name="log4j-jcl" /> @@ -264,6 +257,20 @@ This only requires the Log4j API. </p> + <a name="log4j-server" /> + <h4>log4j-server</h4> + <table> + <caption align="top">Optional Dependencies per Feature in Log4J Server components</caption> + <tr> + <th>Feature</th> + <th>Requirements</th> + </tr> + <tr> + <td>JMS receivers</td> + <td>a JMS broker like <a href="http://activemq.apache.org/">Apache ActiveMQ</a></td> + </tr> + </table> + <a name="log4j-api-scala" /> <h4>log4j-api-scala</h4> <p>
