diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2023-09-07 01:07:04 +0200 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2023-09-07 01:07:04 +0200 |
commit | 09f6383f550c509f68f08dfa93cf02c47ea004e5 (patch) | |
tree | e719513e3e1a8fb515360b2acb0564ecf790f9b6 /pom.xml | |
parent | b438804847bae293761f425175f693d385013408 (diff) | |
download | jgit-09f6383f550c509f68f08dfa93cf02c47ea004e5.tar.gz jgit-09f6383f550c509f68f08dfa93cf02c47ea004e5.zip |
Switch back to wagon-ssh-external
Bug: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/issues/2818
Change-Id: Ic283e5229b1a8a0b1ae349555ac7cfb7b046d7be
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -341,7 +341,7 @@ <dependencies> <dependency><!-- add support for ssh/scp --> <groupId>org.apache.maven.wagon</groupId> - <artifactId>wagon-ssh</artifactId> + <artifactId>wagon-ssh-external</artifactId> <version>3.5.3</version> </dependency> </dependencies> |