mirror of
https://github.com/apache/archiva.git
synced 2025-02-21 01:15:08 +00:00
Add additional dependency to fix jenkins build
This commit is contained in:
parent
5b31edc2f8
commit
60080379a6
@ -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…
x
Reference in New Issue
Block a user