Browse Source

trying to help sonar

tags/archiva-2.2.1
Olivier Lamy 9 years ago
parent
commit
eca16b9686

+ 8
- 0
archiva-modules/archiva-base/archiva-consumers/archiva-consumer-archetype/pom.xml View File

@@ -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>

Loading…
Cancel
Save