Add additional dependency to fix jenkins build

This commit is contained in:
Martin Stockhammer 2016-10-23 12:26:07 +02:00
parent 5b31edc2f8
commit 60080379a6

View File

@ -78,6 +78,14 @@
<scope>test</scope> <scope>test</scope>
</dependency> </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 --> <!-- for some reasons this help sonar to run -->
<dependency> <dependency>
<groupId>org.apache.maven.surefire</groupId> <groupId>org.apache.maven.surefire</groupId>