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