make pom:deploy work

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@163495 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Brett Leslie Porter 2005-03-08 06:58:27 +00:00
parent 713d77d992
commit 24a8a801e9
1 changed files with 7 additions and 0 deletions

View File

@ -33,5 +33,12 @@
<artifactId>wagon-provider-api</artifactId>
<version>1.0-alpha-2-SNAPSHOT</version>
</dependency>
<!-- Possibly temporary provider registration -->
<dependency>
<groupId>maven</groupId>
<artifactId>wagon-ssh</artifactId>
<version>1.0-alpha-2-SNAPSHOT</version>
<scope>runtime</scope>
</dependency>
</dependencies>
</project>