]> source.dussan.org Git - archiva.git/commitdiff
Add additional dependency to fix jenkins build
authorMartin Stockhammer <martin_s@apache.org>
Sun, 23 Oct 2016 10:26:07 +0000 (12:26 +0200)
committerMartin Stockhammer <martin_s@apache.org>
Sun, 23 Oct 2016 10:26:07 +0000 (12:26 +0200)
archiva-modules/archiva-base/archiva-consumers/archiva-consumer-archetype/pom.xml

index f171e6c099dee9a049a1b22b399e7a14f8fd5136..83eae7563e0edb61ba07078acec6ddd668298adc 100644 (file)
       <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>