diff options
author | Olivier Lamy <olamy@apache.org> | 2015-05-31 10:32:44 +1000 |
---|---|---|
committer | Olivier Lamy <olamy@apache.org> | 2015-05-31 10:32:44 +1000 |
commit | eca16b9686b4c73706378f3b93452ea92dc43e80 (patch) | |
tree | 768e20493bf69607ca6ce7c76abdf56d93bce539 /archiva-modules/archiva-base | |
parent | ff1a92ee19e7eae5a95dd4f0e340b82a7141a3a1 (diff) | |
download | archiva-eca16b9686b4c73706378f3b93452ea92dc43e80.tar.gz archiva-eca16b9686b4c73706378f3b93452ea92dc43e80.zip |
trying to help sonar
Diffstat (limited to 'archiva-modules/archiva-base')
-rw-r--r-- | archiva-modules/archiva-base/archiva-consumers/archiva-consumer-archetype/pom.xml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/archiva-modules/archiva-base/archiva-consumers/archiva-consumer-archetype/pom.xml b/archiva-modules/archiva-base/archiva-consumers/archiva-consumer-archetype/pom.xml index 7099cf9b4..53964ff94 100644 --- a/archiva-modules/archiva-base/archiva-consumers/archiva-consumer-archetype/pom.xml +++ b/archiva-modules/archiva-base/archiva-consumers/archiva-consumer-archetype/pom.xml @@ -77,6 +77,14 @@ <artifactId>springockito</artifactId> <scope>test</scope> </dependency> + + <dependency> + <groupId>org.apache.maven.surefire</groupId> + <artifactId>surefire-junit4</artifactId> + <version>2.18.1</version> + <scope>test</scope> + </dependency> + </dependencies> <build> <resources> |