summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorMatthias Sohn <matthias.sohn@sap.com>2023-03-30 09:26:26 +0200
committerMatthias Sohn <matthias.sohn@sap.com>2023-03-30 09:35:54 +0200
commitfc613e26d83473089a179464c2221f3912806387 (patch)
tree95363fe6be3d7c84fac755f113ca8aa096bc83e3 /pom.xml
parent827849017dc7a6ae269a37727d1e28e18b5aa966 (diff)
downloadjgit-fc613e26d83473089a179464c2221f3912806387.tar.gz
jgit-fc613e26d83473089a179464c2221f3912806387.zip
Use wagon-ssh-external to deploy Maven site
Using wagon-ssh stopped working. Try to use wagon-ssh-external instead. Bug: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/issues/2818 Change-Id: I6f8fa771ddf9623b2e528f23f2ebdc871372ba2f
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index 4ed91ffc46..ad1e2a81fe 100644
--- a/pom.xml
+++ b/pom.xml
@@ -349,8 +349,8 @@
<dependencies>
<dependency><!-- add support for ssh/scp -->
<groupId>org.apache.maven.wagon</groupId>
- <artifactId>wagon-ssh</artifactId>
- <version>3.5.2</version>
+ <artifactId>wagon-ssh-external</artifactId>
+ <version>3.5.3</version>
</dependency>
</dependencies>
</plugin>