[ 
https://issues.apache.org/jira/browse/LOG4J2-690?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Philip Helger closed LOG4J2-690.
--------------------------------

> 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
>              Labels: log4j2, maven
>             Fix For: 2.0
>
>   Original Estimate: 1h
>  Remaining Estimate: 1h
>
> 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.3.4#6332)

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

Reply via email to