Browse Source

Add additional dependency to fix jenkins build

tags/archiva-2.2.2
Martin Stockhammer 7 years ago
parent
commit
60080379a6

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

@@ -78,6 +78,14 @@
<scope>test</scope>
</dependency>

<!-- for some reasons needed by the archetype -->
<dependency>
<groupId>commons-codec</groupId>
<artifactId>commons-codec</artifactId>
<version>1.9</version>
<scope>test</scope>
</dependency>

<!-- for some reasons this help sonar to run -->
<dependency>
<groupId>org.apache.maven.surefire</groupId>

Loading…
Cancel
Save