You are viewing a plain text version of this content. The canonical link for it is here.
Posted to log4j-dev@logging.apache.org by ca...@apache.org on 2008/08/19 00:31:25 UTC

svn commit: r686885 - /logging/log4j/trunk/pom.xml

Author: carnold
Date: Mon Aug 18 15:31:24 2008
New Revision: 686885

URL: http://svn.apache.org/viewvc?rev=686885&view=rev
Log:
Bug 44517: Comment out JMX dependency only needed for builds on JDK 1.4

Modified:
    logging/log4j/trunk/pom.xml

Modified: logging/log4j/trunk/pom.xml
URL: http://svn.apache.org/viewvc/logging/log4j/trunk/pom.xml?rev=686885&r1=686884&r2=686885&view=diff
==============================================================================
--- logging/log4j/trunk/pom.xml (original)
+++ logging/log4j/trunk/pom.xml Mon Aug 18 15:31:24 2008
@@ -424,12 +424,14 @@
       <version>1.4</version>
       <optional>true</optional>
     </dependency>
+    <!--  the following dependency is not needed on JDK 1.5 and higher 
     <dependency>
       <groupId>com.sun.jmx</groupId>
       <artifactId>jmxri</artifactId>
       <version>1.2.1</version>
       <optional>true</optional>
     </dependency>
+    -->
     <dependency>
       <groupId>oro</groupId>
       <artifactId>oro</artifactId>



---------------------------------------------------------------------
To unsubscribe, e-mail: log4j-dev-unsubscribe@logging.apache.org
For additional commands, e-mail: log4j-dev-help@logging.apache.org