[ https://issues.apache.org/jira/browse/SCM-382?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17961248#comment-17961248 ]
ASF GitHub Bot commented on SCM-382: ------------------------------------ jira-importer commented on issue #597: URL: https://github.com/apache/maven-scm/issues/597#issuecomment-2964606039 **[Siveton Vincent](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=siveton)** commented Fixed in [r662629](http://svn.apache.org/viewvc?rev=662629&view=rev) > 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)