aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorOlivier Lamy <olamy@apache.org>2011-06-08 15:59:41 +0000
committerOlivier Lamy <olamy@apache.org>2011-06-08 15:59:41 +0000
commitde7890f4a3dbfaee1a2abeda4a78044dde6454b4 (patch)
tree2a5707ad9ac6c4f6dd9abff3c0536d2f3e90b53f /pom.xml
parent217ae162828cce5f473c4e3b87c985f21c1a3b5b (diff)
downloadarchiva-de7890f4a3dbfaee1a2abeda4a78044dde6454b4.tar.gz
archiva-de7890f4a3dbfaee1a2abeda4a78044dde6454b4.zip
fix more unit tests in archiva-security
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1133448 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 a0aa3df71..de9307630 100644
--- a/pom.xml
+++ b/pom.xml
@@ -399,6 +399,11 @@
<dependency>
+ <groupId>com.google.guava</groupId>
+ <artifactId>guava</artifactId>
+ <version>r09</version>
+ </dependency>
+ <dependency>
<groupId>stax</groupId>
<artifactId>stax</artifactId>
<version>1.2.0</version>