summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorMaria Odea B. Ching <oching@apache.org>2008-10-06 09:05:09 +0000
committerMaria Odea B. Ching <oching@apache.org>2008-10-06 09:05:09 +0000
commit2262565505e91e36bb1fab985d46d9f3d878fa0d (patch)
treea40ceaefecb53fe778a0e21766f219f8b4aa4371 /pom.xml
parentedf5c672476aed520e997840abe73fa16da49d67 (diff)
downloadarchiva-2262565505e91e36bb1fab985d46d9f3d878fa0d.tar.gz
archiva-2262565505e91e36bb1fab985d46d9f3d878fa0d.zip
merged from archiva-security-fix trunk
changes: -fix security issue -added RepositoryServletSecurityTest and ArchivaServletAuthenticatorTest test cases git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@702027 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index 7d311138b..bdffb05b2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -205,6 +205,12 @@
<scope>test</scope>
</dependency>
<dependency>
+ <groupId>easymock</groupId>
+ <artifactId>easymockclassextension</artifactId>
+ <version>1.2</version>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
<groupId>org.slf4j</groupId>
<artifactId>jcl104-over-slf4j</artifactId>
<scope>test</scope>