jira-importer commented on issue #1227: URL: https://github.com/apache/maven-scm/issues/1227#issuecomment-2964658280
**[Michael Osipov](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=michael-o)** commented The dependency is redundant, IMHO, jgit is, by default, on the classpath: ``` 381 [INFO] --- maven-dependency-plugin:3.3.0:tree (default-cli) @ maven-release-plugin --- 382 [INFO] org.apache.maven.plugins:maven-release-plugin:maven-plugin:3.0.0-M7 383 [INFO] +- org.apache.maven.release:maven-release-api:jar:3.0.0-M7:compile 384 [INFO] | +- org.eclipse.aether:aether-api:jar:1.0.0.v20140518:compile 385 [INFO] | +- org.eclipse.aether:aether-util:jar:1.0.0.v20140518:compile 386 [INFO] | \- org.slf4j:slf4j-api:jar:1.7.36:compile 387 [INFO] +- org.apache.maven.release:maven-release-manager:jar:3.0.0-M7:compile 388 [INFO] | +- org.codehaus.plexus:plexus-interactivity-api:jar:1.1:compile 389 [INFO] | +- org.codehaus.plexus:plexus-interpolation:jar:1.26:compile 390 [INFO] | +- org.codehaus.plexus:plexus-sec-dispatcher:jar:2.0:compile 391 [INFO] | | \- javax.inject:javax.inject:jar:1:compile 392 [INFO] | +- org.codehaus.plexus:plexus-cipher:jar:2.0:compile 393 [INFO] | +- org.apache.maven.shared:maven-invoker:jar:3.2.0:compile 394 [INFO] | +- org.apache.commons:commons-lang3:jar:3.12.0:compile 395 [INFO] | +- org.apache.maven.scm:maven-scm-providers-standard:pom:2.0.0-M3:runtime 396 [INFO] | | +- org.apache.maven.scm:maven-scm-provider-gitexe:jar:2.0.0-M3:runtime 397 [INFO] | | | \- org.apache.maven.scm:maven-scm-provider-git-commons:jar:2.0.0-M3:runtime 398 [INFO] | | +- org.apache.maven.scm:maven-scm-provider-jgit:jar:2.0.0-M3:runtime 399 [INFO] | | | +- org.eclipse.jgit:org.eclipse.jgit:jar:5.13.1.202206130422-r:runtime 400 [INFO] | | | | \- com.googlecode.javaewah:JavaEWAH:jar:1.1.13:runtime 401 [INFO] | | | +- org.eclipse.jgit:org.eclipse.jgit.ssh.apache:jar:5.13.1.202206130422-r:runtime 402 [INFO] | | | | +- org.apache.sshd:sshd-osgi:jar:2.7.0:runtime 403 [INFO] | | | | +- org.apache.sshd:sshd-sftp:jar:2.7.0:runtime 404 [INFO] | | | | | \- org.apache.sshd:sshd-core:jar:2.7.0:runtime 405 [INFO] | | | | | \- org.apache.sshd:sshd-common:jar:2.7.0:runtime 406 [INFO] | | | | \- net.i2p.crypto:eddsa:jar:0.3.0:runtime 407 [INFO] | | | \- org.slf4j:jcl-over-slf4j:jar:1.7.36:runtime 408 [INFO] | | +- org.apache.maven.scm:maven-scm-provider-hg:jar:2.0.0-M3:runtime 409 [INFO] | | \- org.apache.maven.scm:maven-scm-provider-svnexe:jar:2.0.0-M3:runtime ``` Please update the Maven Release Plugin as well. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@maven.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org