You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by rg...@apache.org on 2014/10/20 02:10:58 UTC

[3/3] git commit: Add log4j-jul to the distribution

Add log4j-jul to the distribution


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

Branch: refs/heads/master
Commit: 4119c0ecf39bb19599dac8b02bfbb45cd230db5d
Parents: 8bf3e00
Author: rgoers <ra...@dslextreme.com>
Authored: Sun Oct 19 17:10:47 2014 -0700
Committer: rgoers <ra...@dslextreme.com>
Committed: Sun Oct 19 17:10:47 2014 -0700

----------------------------------------------------------------------
 log4j-distribution/pom.xml | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/4119c0ec/log4j-distribution/pom.xml
----------------------------------------------------------------------
diff --git a/log4j-distribution/pom.xml b/log4j-distribution/pom.xml
index d41c9c0..b290f03 100644
--- a/log4j-distribution/pom.xml
+++ b/log4j-distribution/pom.xml
@@ -87,6 +87,23 @@
     </dependency>
     <dependency>
       <groupId>org.apache.logging.log4j</groupId>
+      <artifactId>log4j-jul</artifactId>
+      <version>${project.version}</version>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.logging.log4j</groupId>
+      <artifactId>log4j-jul</artifactId>
+      <version>${project.version}</version>
+      <classifier>sources</classifier>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.logging.log4j</groupId>
+      <artifactId>log4j-jul</artifactId>
+      <version>${project.version}</version>
+      <classifier>javadoc</classifier>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.logging.log4j</groupId>
       <artifactId>log4j-flume-ng</artifactId>
       <version>${project.version}</version>
     </dependency>