You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by ma...@apache.org on 2014/09/08 00:38:52 UTC

[13/32] git commit: Make log4j-core optional for log4j-jdk.

Make log4j-core optional for log4j-jdk.


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

Branch: refs/heads/master
Commit: 77be2636fcd9cc7be6f3e989b3a613c718fb58cc
Parents: 585b18e
Author: Matt Sicker <ma...@apache.org>
Authored: Mon Sep 1 22:09:28 2014 -0500
Committer: Matt Sicker <ma...@apache.org>
Committed: Mon Sep 1 22:09:28 2014 -0500

----------------------------------------------------------------------
 log4j-jdk/pom.xml | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/77be2636/log4j-jdk/pom.xml
----------------------------------------------------------------------
diff --git a/log4j-jdk/pom.xml b/log4j-jdk/pom.xml
index 0d978f8..116c7ac 100644
--- a/log4j-jdk/pom.xml
+++ b/log4j-jdk/pom.xml
@@ -38,6 +38,7 @@
     <dependency>
       <groupId>org.apache.logging.log4j</groupId>
       <artifactId>log4j-core</artifactId>
+      <optional>true</optional>
     </dependency>
     <dependency>
       <groupId>org.apache.logging.log4j</groupId>