This is an automated email from the ASF dual-hosted git repository. michaelo pushed a commit to branch SCM-968 in repository https://gitbox.apache.org/repos/asf/maven-scm.git
commit 6eb3e719e630aac7683fc5b2d6b5bc8de4e24f1a Author: Michael Osipov <[email protected]> AuthorDate: Sun Sep 12 21:45:39 2021 +0200 [SCM-968] Reduce standard providers to non-deprecated ones --- .../maven-scm-providers-standard/pom.xml | 63 +--------------------- 1 file changed, 1 insertion(+), 62 deletions(-) diff --git a/maven-scm-providers/maven-scm-providers-standard/pom.xml b/maven-scm-providers/maven-scm-providers-standard/pom.xml index b868e8d..fc2f6cf 100644 --- a/maven-scm-providers/maven-scm-providers-standard/pom.xml +++ b/maven-scm-providers/maven-scm-providers-standard/pom.xml @@ -34,33 +34,7 @@ <name>Maven SCM Standard Providers</name> <dependencies> - <dependency> - <groupId>org.apache.maven.scm</groupId> - <artifactId>maven-scm-provider-accurev</artifactId> - <scope>runtime</scope> - </dependency> - <dependency> - <groupId>org.apache.maven.scm</groupId> - <artifactId>maven-scm-provider-bazaar</artifactId> - <scope>runtime</scope> - </dependency> - <dependency> - <groupId>org.apache.maven.scm</groupId> - <artifactId>maven-scm-provider-clearcase</artifactId> - <scope>runtime</scope> - </dependency> - <!-- CVS --> - <dependency> - <groupId>org.apache.maven.scm</groupId> - <artifactId>maven-scm-provider-cvsexe</artifactId> - <scope>runtime</scope> - </dependency> - <dependency> - <groupId>org.apache.maven.scm</groupId> - <artifactId>maven-scm-provider-cvsjava</artifactId> - <scope>runtime</scope> - </dependency> - <!-- GIT --> + <!-- Git --> <dependency> <groupId>org.apache.maven.scm</groupId> <artifactId>maven-scm-provider-gitexe</artifactId> @@ -78,43 +52,8 @@ </dependency> <dependency> <groupId>org.apache.maven.scm</groupId> - <artifactId>maven-scm-provider-perforce</artifactId> - <scope>runtime</scope> - </dependency> - <dependency> - <groupId>org.apache.maven.scm</groupId> - <artifactId>maven-scm-provider-starteam</artifactId> - <scope>runtime</scope> - </dependency> - <dependency> - <groupId>org.apache.maven.scm</groupId> <artifactId>maven-scm-provider-svnexe</artifactId> <scope>runtime</scope> </dependency> - <dependency> - <groupId>org.apache.maven.scm</groupId> - <artifactId>maven-scm-provider-synergy</artifactId> - <scope>runtime</scope> - </dependency> - <dependency> - <groupId>org.apache.maven.scm</groupId> - <artifactId>maven-scm-provider-vss</artifactId> - <scope>runtime</scope> - </dependency> - <dependency> - <groupId>org.apache.maven.scm</groupId> - <artifactId>maven-scm-provider-tfs</artifactId> - <scope>runtime</scope> - </dependency> - <dependency> - <groupId>org.apache.maven.scm</groupId> - <artifactId>maven-scm-provider-integrity</artifactId> - <scope>runtime</scope> - </dependency> - <dependency> - <groupId>org.apache.maven.scm</groupId> - <artifactId>maven-scm-provider-jazz</artifactId> - <scope>runtime</scope> - </dependency> </dependencies> </project>
