You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Eugene Kuleshov (JIRA)" <ji...@codehaus.org> on 2008/06/03 03:26:53 UTC

[jira] Updated: (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 ]

Eugene Kuleshov updated SCM-382:
--------------------------------

    Attachment: accurev.patch

proposed changes. verified that tck tests pass with these changes

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