aboutsummaryrefslogtreecommitdiffstats
path: root/archiva-cli/pom.xml
diff options
context:
space:
mode:
authorBrett Porter <brett@apache.org>2008-04-08 01:24:10 +0000
committerBrett Porter <brett@apache.org>2008-04-08 01:24:10 +0000
commitfa4aa397259b5e9a4037c71bdc490d7fb97ec529 (patch)
treeaab81e27d38dade947ae0dd252492116c92f5f09 /archiva-cli/pom.xml
parentd346a91845de094c333c60cda17592038c44729d (diff)
downloadarchiva-fa4aa397259b5e9a4037c71bdc490d7fb97ec529.tar.gz
archiva-fa4aa397259b5e9a4037c71bdc490d7fb97ec529.zip
a couple of workarounds to force "offline" behaviour
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@645751 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'archiva-cli/pom.xml')
-rw-r--r--archiva-cli/pom.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/archiva-cli/pom.xml b/archiva-cli/pom.xml
index f2101ed79..ed18c9112 100644
--- a/archiva-cli/pom.xml
+++ b/archiva-cli/pom.xml
@@ -48,6 +48,11 @@
<artifactId>archiva-converter</artifactId>
</dependency>
<dependency>
+ <groupId>org.apache.maven.wagon</groupId>
+ <artifactId>wagon-file</artifactId>
+ <version>1.0-beta-2</version>
+ </dependency>
+ <dependency>
<groupId>com.google.code.cli-parser</groupId>
<artifactId>cli</artifactId>
<version>7</version>