You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@continuum.apache.org by br...@apache.org on 2014/05/29 10:14:52 UTC

svn commit: r1598217 - /continuum/trunk/pom.xml

Author: brett
Date: Thu May 29 08:14:52 2014
New Revision: 1598217

URL: http://svn.apache.org/r1598217
Log:
exclude nop logger from bundle

Modified:
    continuum/trunk/pom.xml

Modified: continuum/trunk/pom.xml
URL: http://svn.apache.org/viewvc/continuum/trunk/pom.xml?rev=1598217&r1=1598216&r2=1598217&view=diff
==============================================================================
--- continuum/trunk/pom.xml (original)
+++ continuum/trunk/pom.xml Thu May 29 08:14:52 2014
@@ -247,6 +247,7 @@
                     <exclude>org.codehaus.plexus:plexus-log4j-logging</exclude>
                     <exclude>commons-logging:commons-logging</exclude>
                     <exclude>org.slf4j:jcl104-over-slf4j</exclude>
+                    <exclude>org.slf4j:slf4j-nop</exclude>
                     <exclude>org.codehaus.plexus:plexus-spring</exclude>
                     <exclude>xml-apis:xml-apis</exclude>
                     <exclude>jtidy:jtidy</exclude>
@@ -679,6 +680,10 @@
             <groupId>jdom</groupId>
             <artifactId>jdom</artifactId>
           </exclusion>
+          <exclusion>
+            <groupId>org.slf4j</groupId>
+            <artifactId>slf4j-nop</artifactId>
+          </exclusion>
         </exclusions>
       </dependency>
       <dependency>