summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorOlivier Lamy <olamy@apache.org>2011-09-26 16:07:16 +0000
committerOlivier Lamy <olamy@apache.org>2011-09-26 16:07:16 +0000
commitd1a54e99e844c136f3d91b99351fe4f290d6fdcf (patch)
treecb0fa715d988775e795c4386244390fbb42ec4b2 /pom.xml
parentb42ae3b9977a86cffa4e7d7b2852d93094d26a27 (diff)
downloadarchiva-d1a54e99e844c136f3d91b99351fe4f290d6fdcf.tar.gz
archiva-d1a54e99e844c136f3d91b99351fe4f290d6fdcf.zip
[MRM-1524] downloading (optionnaly) remote index to display remote artifacts in search results
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1175928 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index f498d4899..5a95b4a9d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -538,6 +538,11 @@
<version>2.5</version>
</dependency>
<dependency>
+ <groupId>org.apache.commons</groupId>
+ <artifactId>commons-compress</artifactId>
+ <version>1.2</version>
+ </dependency>
+ <dependency>
<groupId>org.apache.derby</groupId>
<artifactId>derby</artifactId>
<version>10.1.3.1</version>