[
https://issues.apache.org/jira/browse/SCM-382?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17961247#comment-17961247
]
ASF GitHub Bot commented on SCM-382:
------------------------------------
jira-importer commented on issue #597:
URL: https://github.com/apache/maven-scm/issues/597#issuecomment-2964606034
**[Eugene
Kuleshov](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=eu)**
commented
proposed changes. verified that tck tests pass with these changes
> cleanup dependencies in maven-scm-provider-accurev
> --------------------------------------------------
>
> Key: SCM-382
> URL: https://issues.apache.org/jira/browse/SCM-382
> Project: Maven SCM (Moved to GitHub Issues)
> Issue Type: Bug
> Reporter: Eugene Kuleshov
> Assignee: Jason van Zyl
> Priority: Major
> 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 was sent by Atlassian Jira
(v8.20.10#820010)