diff options
Diffstat (limited to 'archiva-modules/plugins/metadata-store-file/pom.xml')
-rw-r--r-- | archiva-modules/plugins/metadata-store-file/pom.xml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/archiva-modules/plugins/metadata-store-file/pom.xml b/archiva-modules/plugins/metadata-store-file/pom.xml index c4fabc35e..9e11c1bdd 100644 --- a/archiva-modules/plugins/metadata-store-file/pom.xml +++ b/archiva-modules/plugins/metadata-store-file/pom.xml @@ -40,6 +40,13 @@ <groupId>org.apache.archiva</groupId> <artifactId>metadata-repository-api</artifactId> </dependency> + + <!-- Test scope --> + <dependency> + <groupId>org.apache.archiva.redback.components.cache</groupId> + <artifactId>spring-cache-ehcache</artifactId> + <scope>test</scope> + </dependency> <dependency> <groupId>org.apache.archiva</groupId> <artifactId>metadata-repository-api</artifactId> |