<@U066LC126>: Currently (ie without that if-statem...
# general
j
@fancy-queen-20734: Currently (ie without that if-statement commented out), like this:
Copy code
<dependency org="org.apache.hadoop"
                name="hadoop-common"
                rev="2.0.0-cdh4.6.0"
                
                
                
    >
      <conf name="default" mapped="default"/>
      <exclude matcher="exact" org="org.jboss.netty" module="netty"/>
      <exclude matcher="exact" org="tomcat" module="jasper-compiler"/>
      <exclude matcher="exact" org="org.sonatype.sisu.inject" module="cglib"/>
      <exclude matcher="exact" org="org.slf4j" module="log4j-over-slf4j"/>
      <exclude matcher="exact" org="org.mockito" module="mockito-all"/>
      <exclude matcher="exact" org="org.mortbay.jetty" module="jsp-2.1"/>
      <exclude matcher="exact" org="org.glassfish.web" module="javax.el"/>
      <exclude matcher="exact" org="hsqldb" module="hsqldb"/>
      <exclude matcher="exact" org="org.mortbay.jetty" module="servlet-api-2.5"/>
      <exclude matcher="exact" org="tomcat" module="jasper-runtime"/>
      <exclude matcher="exact" org="org.assertj" module="assertj-core"/>
      <exclude matcher="exact" org="org.mortbay.jetty" module="servlet-api"/>
      <exclude matcher="exact" org="org.bouncycastle" module="bcprov-jdk15on"/>
      <exclude matcher="exact" org="javax.servlet" module="servlet-api"/>
      <exclude matcher="exact" org="org.eclipse.jetty.orbit" module="javax.servlet"/>
      <exclude matcher="exact" org="com.google.guava" module="guava"/>
      <exclude matcher="exact" org="commons-logging" module="commons-logging"/>
    </dependency>