diff options
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> |