Remove pointless dependency section from log4j-web page LOG4J2-1394
Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/a0773eb3 Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/a0773eb3 Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/a0773eb3 Branch: refs/heads/LOG4J2-1395 Commit: a0773eb3310348037f70e707ba98d28d596b9cd0 Parents: 068e566 Author: Matt Sicker <[email protected]> Authored: Fri Jun 3 13:36:17 2016 -0500 Committer: Matt Sicker <[email protected]> Committed: Fri Jun 3 13:36:17 2016 -0500 ---------------------------------------------------------------------- log4j-web/src/site/xdoc/index.xml | 16 ---------------- 1 file changed, 16 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/a0773eb3/log4j-web/src/site/xdoc/index.xml ---------------------------------------------------------------------- diff --git a/log4j-web/src/site/xdoc/index.xml b/log4j-web/src/site/xdoc/index.xml index 94a7b88..3908d8f 100644 --- a/log4j-web/src/site/xdoc/index.xml +++ b/log4j-web/src/site/xdoc/index.xml @@ -24,7 +24,6 @@ <body> <section name="Web Servlet Containers"> - <p> The Web module provides support for automatically enabling Log4j in Servlet containers. </p> @@ -32,21 +31,6 @@ See the user manual page on <a href="../manual/webapp.html">Web Applications and JSPs</a> for details on using Log4j 2 in Web Applications. </p> - <pre class="prettyprint linenums"><![CDATA[ <dependencyManagement> - <dependencies> - <dependency> - <groupId></groupId> - <artifactId></artifactId> - <version></version> - </dependency> - </dependencies> - </dependencyManagement> - <dependencies> - <dependency> - <groupId></groupId> - <artifactId></artifactId> - </dependency> - </dependencies>]]></pre> </section> <section name="Requirements">
