summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorMatthias Sohn <matthias.sohn@sap.com>2023-09-07 01:07:04 +0200
committerMatthias Sohn <matthias.sohn@sap.com>2023-09-07 01:07:04 +0200
commit09f6383f550c509f68f08dfa93cf02c47ea004e5 (patch)
treee719513e3e1a8fb515360b2acb0564ecf790f9b6 /pom.xml
parentb438804847bae293761f425175f693d385013408 (diff)
downloadjgit-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.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index dd7f25b5b6..01503361ac 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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>