diff options
author | Maria Odea B. Ching <oching@apache.org> | 2008-10-06 09:05:09 +0000 |
---|---|---|
committer | Maria Odea B. Ching <oching@apache.org> | 2008-10-06 09:05:09 +0000 |
commit | 2262565505e91e36bb1fab985d46d9f3d878fa0d (patch) | |
tree | a40ceaefecb53fe778a0e21766f219f8b4aa4371 /pom.xml | |
parent | edf5c672476aed520e997840abe73fa16da49d67 (diff) | |
download | archiva-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.xml | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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> |