[
https://issues.apache.org/jira/browse/SCM-382?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17961246#comment-17961246
]
ASF GitHub Bot commented on SCM-382:
------------------------------------
jira-importer opened a new issue, #597:
URL: https://github.com/apache/maven-scm/issues/597
**[Eugene
Kuleshov](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=eu)**
opened
**[SCM-382](https://issues.apache.org/jira/browse/SCM-382?redirect=false)** and
commented
scm provider for Accurew has some dependencies unusual for scm providers.
Those need to be replaced with plexus-utils
```
<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>
```
---
**Attachments:**
-
[accurev.patch](https://issues.apache.org/jira/secure/attachment/12718745/accurev.patch)
(_9.92 kB_)
> 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)