[ https://issues.apache.org/jira/browse/SCM-382?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17964561#comment-17964561 ]
Olivier Lamy commented on SCM-382: ---------------------------------- This project has moved from Jira to GitHub Issues. This issue was migrated to [apache/maven-scm#597|https://github.com/apache/maven-scm/issues/597]. > 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)