use wagon 2.0 and add ssh-external to be able to use scpexe

git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1179652 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Olivier Lamy 2011-10-06 14:44:26 +00:00
parent 7f4eb582e6
commit dcedd99ef9
1 changed files with 6 additions and 1 deletions

View File

@ -46,7 +46,12 @@
<dependency>
<groupId>org.apache.maven.wagon</groupId>
<artifactId>wagon-ssh</artifactId>
<version>1.0</version>
<version>2.0</version>
</dependency>
<dependency>
<groupId>org.apache.maven.wagon</groupId>
<artifactId>wagon-ssh-external</artifactId>
<version>2.0</version>
</dependency>
</dependencies>
</plugin>