Repository: logging-log4j2 Updated Branches: refs/heads/master 08d240c07 -> 4ade2c83f
Comment out dependency for now Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/4ade2c83 Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/4ade2c83 Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/4ade2c83 Branch: refs/heads/master Commit: 4ade2c83fabf05d4b813c358aac642aa26337add Parents: 08d240c Author: Ralph Goers <[email protected]> Authored: Sun Sep 17 22:06:00 2017 -0700 Committer: Ralph Goers <[email protected]> Committed: Sun Sep 17 22:06:00 2017 -0700 ---------------------------------------------------------------------- log4j-distribution/pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/4ade2c83/log4j-distribution/pom.xml ---------------------------------------------------------------------- diff --git a/log4j-distribution/pom.xml b/log4j-distribution/pom.xml index c3aa623..e223594 100644 --- a/log4j-distribution/pom.xml +++ b/log4j-distribution/pom.xml @@ -272,7 +272,7 @@ <version>${project.version}</version> <classifier>javadoc</classifier> </dependency> - <dependency> + <!-- <dependency> <groupId>org.apache.logging.log4j</groupId> <artifactId>log4j-appserver</artifactId> <version>${project.version}</version> @@ -288,7 +288,7 @@ <artifactId>log4j-appserver</artifactId> <version>${project.version}</version> <classifier>javadoc</classifier> - </dependency> + </dependency> --> </dependencies> <build> <plugins>
