You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hc.apache.org by "Carlos Sanchez (JIRA)" <ji...@apache.org> on 2006/08/08 15:42:14 UTC

[jira] Created: (HTTPCLIENT-595) Fix junit scope in maven pom

Fix junit scope in maven pom
----------------------------

                 Key: HTTPCLIENT-595
                 URL: http://issues.apache.org/jira/browse/HTTPCLIENT-595
             Project: HttpComponents HttpClient
          Issue Type: Improvement
            Reporter: Carlos Sanchez


Please change the junit dependency to

    <dependency>
      <groupId>junit</groupId>
      <artifactId>junit</artifactId>
      <version>3.8.1</version>
      <url>http://www.junit.org/</url>
      <properties>
        <scope>test</scope>
      </properties>
    </dependency>

for better automatic conversion to maven 2

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe, e-mail: httpclient-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: httpclient-dev-help@jakarta.apache.org


[jira] Resolved: (HTTPCLIENT-595) Fix junit scope in maven pom

Posted by "Oleg Kalnichevski (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/HTTPCLIENT-595?page=all ]

Oleg Kalnichevski resolved HTTPCLIENT-595.
------------------------------------------

    Resolution: Fixed

Taken care of

Oleg

> Fix junit scope in maven pom
> ----------------------------
>
>                 Key: HTTPCLIENT-595
>                 URL: http://issues.apache.org/jira/browse/HTTPCLIENT-595
>             Project: HttpComponents HttpClient
>          Issue Type: Improvement
>            Reporter: Carlos Sanchez
>
> Please change the junit dependency to
>     <dependency>
>       <groupId>junit</groupId>
>       <artifactId>junit</artifactId>
>       <version>3.8.1</version>
>       <url>http://www.junit.org/</url>
>       <properties>
>         <scope>test</scope>
>       </properties>
>     </dependency>
> for better automatic conversion to maven 2

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe, e-mail: httpclient-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: httpclient-dev-help@jakarta.apache.org