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 2014/04/01 18:58:12 UTC

svn commit: r1583735 - /logging/log4j/log4j2/trunk/pom.xml

Author: ggregory
Date: Tue Apr  1 16:58:12 2014
New Revision: 1583735

URL: http://svn.apache.org/r1583735
Log:
Comments.

Modified:
    logging/log4j/log4j2/trunk/pom.xml

Modified: logging/log4j/log4j2/trunk/pom.xml
URL: http://svn.apache.org/viewvc/logging/log4j/log4j2/trunk/pom.xml?rev=1583735&r1=1583734&r2=1583735&view=diff
==============================================================================
--- logging/log4j/log4j2/trunk/pom.xml (original)
+++ logging/log4j/log4j2/trunk/pom.xml Tue Apr  1 16:58:12 2014
@@ -418,6 +418,7 @@
           </exclusion>
         </exclusions>
       </dependency>
+      <!-- Jackson 1 start -->
       <dependency>
         <groupId>org.codehaus.jackson</groupId>
         <artifactId>jackson-core-asl</artifactId>
@@ -430,6 +431,8 @@
         <version>${jackson1.version}</version>
         <scope>runtime</scope>
       </dependency>
+      <!-- Jackson 1 end -->
+      <!-- Jackson 2 start -->
       <dependency>
         <groupId>com.fasterxml.jackson.core</groupId>
         <artifactId>jackson-core</artifactId>
@@ -448,6 +451,7 @@
         <version>${jackson2.version}</version>
         <optional>true</optional>
       </dependency>
+      <!-- Jackson 2 end -->
       <dependency>
         <groupId>com.sun.mail</groupId>
         <artifactId>javax.mail</artifactId>