Philip Helger created LOG4J2-690:
------------------------------------

             Summary: log4j-web pom.xml - test artifacts should be in test scope
                 Key: LOG4J2-690
                 URL: https://issues.apache.org/jira/browse/LOG4J2-690
             Project: Log4j 2
          Issue Type: Bug
    Affects Versions: 2.0-rc2
            Reporter: Philip Helger
             Fix For: 2.0


Currently, log4j-web includes junit, spring-test and easymock are present as 
test dependencies. Unfortunately these dependencies are propagated to the 
outside. So please add <scope>test</scope> to all test dependencies like this:

    <dependency>
      <groupId>junit</groupId>
      <artifactId>junit</artifactId>
      <scope>test</scope>
    </dependency>
    <dependency>
      <groupId>org.springframework</groupId>
      <artifactId>spring-test</artifactId>
      <scope>test</scope>
    </dependency>
    <dependency>
      <groupId>org.easymock</groupId>
      <artifactId>easymock</artifactId>
      <scope>test</scope>
    </dependency>

Thanks, Philip



--
This message was sent by Atlassian JIRA
(v6.2#6252)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to