diff options
author | Martin Stockhammer <martin_s@apache.org> | 2020-01-27 20:12:09 +0100 |
---|---|---|
committer | Martin Stockhammer <martin_s@apache.org> | 2020-01-27 20:12:09 +0100 |
commit | 621dd566594dbf7676d4f90e7b403de9895fb692 (patch) | |
tree | be786abe0ef6a3067581738c4e30d2793aa98ef9 /archiva-modules/plugins/repository-statistics/pom.xml | |
parent | c1d38148365d3372f6860e7c40f0d7128611ca54 (diff) | |
download | archiva-621dd566594dbf7676d4f90e7b403de9895fb692.tar.gz archiva-621dd566594dbf7676d4f90e7b403de9895fb692.zip |
Moving easymock dependencies into modules
Diffstat (limited to 'archiva-modules/plugins/repository-statistics/pom.xml')
-rw-r--r-- | archiva-modules/plugins/repository-statistics/pom.xml | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/archiva-modules/plugins/repository-statistics/pom.xml b/archiva-modules/plugins/repository-statistics/pom.xml index 741eb730b..f8c872939 100644 --- a/archiva-modules/plugins/repository-statistics/pom.xml +++ b/archiva-modules/plugins/repository-statistics/pom.xml @@ -52,6 +52,19 @@ <groupId>javax.jcr</groupId> <artifactId>jcr</artifactId> </dependency> + + + <!-- Test dependencies --> + <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</groupId> <artifactId>archiva-test-utils</artifactId> |