diff options
Diffstat (limited to 'archiva-modules/plugins/metadata-store-jcr/pom.xml')
-rw-r--r-- | archiva-modules/plugins/metadata-store-jcr/pom.xml | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/archiva-modules/plugins/metadata-store-jcr/pom.xml b/archiva-modules/plugins/metadata-store-jcr/pom.xml index 299a29ac8..c53149a93 100644 --- a/archiva-modules/plugins/metadata-store-jcr/pom.xml +++ b/archiva-modules/plugins/metadata-store-jcr/pom.xml @@ -179,7 +179,14 @@ <artifactId>metrics-core</artifactId> <version>3.1.0</version> </dependency> - </dependencies> + + <dependency> + <groupId>org.ow2.asm</groupId> + <artifactId>asm</artifactId> + <scope>test</scope> + </dependency> + +</dependencies> <build> <testResources> <testResource> |