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 2012/12/30 22:08:32 UTC

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

Author: rgoers
Date: Sun Dec 30 21:08:32 2012
New Revision: 1426990

URL: http://svn.apache.org/viewvc?rev=1426990&view=rev
Log:
remove dumbster dependency

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=1426990&r1=1426989&r2=1426990&view=diff
==============================================================================
--- logging/log4j/log4j2/trunk/pom.xml (original)
+++ logging/log4j/log4j2/trunk/pom.xml Sun Dec 30 21:08:32 2012
@@ -224,12 +224,6 @@
         <version>0.6-beta2</version>
         <scope>test</scope>
       </dependency>
-      <dependency>
-        <groupId>dumbster</groupId>
-        <artifactId>dumbster</artifactId>
-        <version>1.6</version>
-        <scope>test</scope>
-      </dependency>
  	    <dependency>
         <groupId>javax.servlet</groupId>
         <artifactId>servlet-api</artifactId>