[ http://jira.codehaus.org/browse/MEV-430?page=all ]
Carlos Sanchez closed MEV-430.
------------------------------
Assignee: Carlos Sanchez
Resolution: Won't Fix
We can't change already deployed poms, see
https://issues.apache.org/jira/browse/HTTPCLIENT-595
for future versions
> Fix dependencies of commons-httpclient (add test scope for junit)
> -----------------------------------------------------------------
>
> Key: MEV-430
> URL: http://jira.codehaus.org/browse/MEV-430
> Project: Maven Evangelism
> Issue Type: Bug
> Components: Invalid POM
> Reporter: Jim Downing
> Assigned To: Carlos Sanchez
>
> consider changing
> <dependencies>
> <dependency>
> <groupId>junit</groupId>
> <artifactId>junit</artifactId>
> <version>3.8</version>
> </dependency>
> </dependencies>
> to
> <dependencies>
> <dependency>
> <groupId>junit</groupId>
> <artifactId>junit</artifactId>
> <version>3.8</version>
> <scope>test</scope>
> </dependency>
> </dependencies>
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira