Repository: logging-log4j2 Updated Branches: refs/heads/LOG4J-1181 b9bc02c2f -> 01713a823
Add reference to Kafka client library Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/c61a5f98 Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/c61a5f98 Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/c61a5f98 Branch: refs/heads/LOG4J-1181 Commit: c61a5f980f42b1e5626d0c2e9334193101317dd4 Parents: 4500fdf Author: Mikael Ståldal <[email protected]> Authored: Mon Nov 9 18:15:00 2015 +0100 Committer: Mikael Ståldal <[email protected]> Committed: Mon Nov 9 18:15:00 2015 +0100 ---------------------------------------------------------------------- src/site/xdoc/runtime-dependencies.xml | 4 ++++ 1 file changed, 4 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/c61a5f98/src/site/xdoc/runtime-dependencies.xml ---------------------------------------------------------------------- diff --git a/src/site/xdoc/runtime-dependencies.xml b/src/site/xdoc/runtime-dependencies.xml index f255731..a7841a6 100644 --- a/src/site/xdoc/runtime-dependencies.xml +++ b/src/site/xdoc/runtime-dependencies.xml @@ -73,6 +73,10 @@ <td><a href="http://lmax-exchange.github.io/disruptor/">LMAX Disruptor</a></td> </tr> <tr> + <td>Kafka Appender</td> + <td><a href="http://search.maven.org/#artifactdetails|org.apache.kafka|kafka-clients|0.8.2.2|jar">Kafka client library</a></td> + </tr> + <tr> <td>SMTP Appender</td> <td>an implementation of <code>javax.mail</code></td> </tr>
