michael-o commented on a change in pull request #132: URL: https://github.com/apache/maven-scm/pull/132#discussion_r776271551
########## File path: maven-scm-providers/maven-scm-providers-git/maven-scm-provider-jgit/pom.xml ########## @@ -50,9 +50,16 @@ <dependency> <groupId>org.eclipse.jgit</groupId> <artifactId>org.eclipse.jgit</artifactId> - <version>4.5.4.201711221230-r</version> + <version>${org.eclipse.jgit.version}</version> </dependency> + <dependency> + <groupId>org.eclipse.jgit</groupId> + <artifactId>org.eclipse.jgit.ssh.jsch</artifactId> + <version>${org.eclipse.jgit.version}</version> Review comment: No problem with MINA, as far as I understood the JSch approach is dead. -- 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