You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Vincent Siveton (JIRA)" <ji...@codehaus.org> on 2008/08/19 13:31:26 UTC

[jira] Closed: (SCM-382) cleanup dependencies in maven-scm-provider-accurev

     [ http://jira.codehaus.org/browse/SCM-382?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Vincent Siveton closed SCM-382.
-------------------------------

         Assignee: Jason van Zyl
       Resolution: Fixed
    Fix Version/s: 1.1

Fixed in [r662629|http://svn.apache.org/viewvc?rev=662629&view=rev]

> cleanup dependencies in maven-scm-provider-accurev
> --------------------------------------------------
>
>                 Key: SCM-382
>                 URL: http://jira.codehaus.org/browse/SCM-382
>             Project: Maven SCM
>          Issue Type: Bug
>            Reporter: Eugene Kuleshov
>            Assignee: Jason van Zyl
>             Fix For: 1.1
>
>         Attachments: accurev.patch
>
>
> scm provider for Accurew has some dependencies unusual for scm providers. Those need to be replaced with plexus-utils
> {code}
>     <dependency>
>       <groupId>org.codehaus.plexus</groupId>
>       <artifactId>plexus-cli</artifactId>
>       <version>1.4</version>
>     </dependency>
>     <dependency>
>       <groupId>commons-lang</groupId>
>       <artifactId>commons-lang</artifactId>
>       <version>2.4</version>
>     </dependency>
> {code}

-- 
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