You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by gg...@apache.org on 2015/08/13 09:48:20 UTC

logging-log4j2 git commit: Revert accidental commit.

Repository: logging-log4j2
Updated Branches:
  refs/heads/master 940d4d3a9 -> 6843d7d7d


Revert accidental commit.

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

Branch: refs/heads/master
Commit: 6843d7d7dc4f96c2b18e0c22378214461f252b3a
Parents: 940d4d3
Author: ggregory <gg...@apache.org>
Authored: Thu Aug 13 00:48:18 2015 -0700
Committer: ggregory <gg...@apache.org>
Committed: Thu Aug 13 00:48:18 2015 -0700

----------------------------------------------------------------------
 log4j-core/pom.xml | 6 ------
 1 file changed, 6 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/6843d7d7/log4j-core/pom.xml
----------------------------------------------------------------------
diff --git a/log4j-core/pom.xml b/log4j-core/pom.xml
index 5f44d86..79ab281 100644
--- a/log4j-core/pom.xml
+++ b/log4j-core/pom.xml
@@ -114,12 +114,6 @@
       <artifactId>commons-compress</artifactId>
       <optional>true</optional>
     </dependency>
-    <!-- Used for the CSV layout -->
-    <dependency>
-      <groupId>org.apache.commons</groupId>
-      <artifactId>commons-csv</artifactId>
-      <optional>true</optional>
-    </dependency>
 
     <!-- TEST DEPENDENCIES -->