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 03:20:43 UTC

git commit: Add log4j-iostreams to distribution

Repository: logging-log4j2
Updated Branches:
  refs/heads/master 39e6139ee -> 287c5a269


Add log4j-iostreams to 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/287c5a26
Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/287c5a26
Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/287c5a26

Branch: refs/heads/master
Commit: 287c5a269ae27647e7e176f154c74a6e0ce26b3a
Parents: 39e6139
Author: rgoers <ra...@dslextreme.com>
Authored: Sun Oct 19 18:20:38 2014 -0700
Committer: rgoers <ra...@dslextreme.com>
Committed: Sun Oct 19 18:20:38 2014 -0700

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


http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/287c5a26/log4j-distribution/pom.xml
----------------------------------------------------------------------
diff --git a/log4j-distribution/pom.xml b/log4j-distribution/pom.xml
index b290f03..2e832e5 100644
--- a/log4j-distribution/pom.xml
+++ b/log4j-distribution/pom.xml
@@ -70,6 +70,23 @@
     </dependency>
     <dependency>
       <groupId>org.apache.logging.log4j</groupId>
+      <artifactId>log4j-iostreams</artifactId>
+      <version>${project.version}</version>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.logging.log4j</groupId>
+      <artifactId>log4j-iostreams</artifactId>
+      <version>${project.version}</version>
+      <classifier>sources</classifier>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.logging.log4j</groupId>
+      <artifactId>log4j-iostreams</artifactId>
+      <version>${project.version}</version>
+      <classifier>javadoc</classifier>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.logging.log4j</groupId>
       <artifactId>log4j-jcl</artifactId>
       <version>${project.version}</version>
     </dependency>