aboutsummaryrefslogtreecommitdiffstats
path: root/archiva-modules/archiva-web/archiva-security
diff options
context:
space:
mode:
authorMartin Stockhammer <martin_s@apache.org>2020-01-27 20:12:09 +0100
committerMartin Stockhammer <martin_s@apache.org>2020-01-27 20:12:09 +0100
commit621dd566594dbf7676d4f90e7b403de9895fb692 (patch)
treebe786abe0ef6a3067581738c4e30d2793aa98ef9 /archiva-modules/archiva-web/archiva-security
parentc1d38148365d3372f6860e7c40f0d7128611ca54 (diff)
downloadarchiva-621dd566594dbf7676d4f90e7b403de9895fb692.tar.gz
archiva-621dd566594dbf7676d4f90e7b403de9895fb692.zip
Moving easymock dependencies into modules
Diffstat (limited to 'archiva-modules/archiva-web/archiva-security')
-rw-r--r--archiva-modules/archiva-web/archiva-security/pom.xml10
1 files changed, 10 insertions, 0 deletions
diff --git a/archiva-modules/archiva-web/archiva-security/pom.xml b/archiva-modules/archiva-web/archiva-security/pom.xml
index f83b7028d..f372ccb1b 100644
--- a/archiva-modules/archiva-web/archiva-security/pom.xml
+++ b/archiva-modules/archiva-web/archiva-security/pom.xml
@@ -112,6 +112,16 @@
<!-- Test Scoped -->
<dependency>
+ <groupId>org.easymock</groupId>
+ <artifactId>easymock</artifactId>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.easymock</groupId>
+ <artifactId>easymockclassextension</artifactId>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
<groupId>org.apache.archiva.redback</groupId>
<artifactId>redback-keys-jpa</artifactId>
<scope>test</scope>