include version 1.8 of commons-codec to fix htpasswd-plugin

This commit is contained in:
Sebastian Sdorra
2014-03-13 20:23:16 +01:00
parent cd1a78c5b1
commit 33b9bec242

View File

@@ -173,6 +173,17 @@
<version>3.2.1</version>
</dependency>
<!--
fix installation of httpasswd-plugin
https://groups.google.com/d/topic/scmmanager/eN7UtG8TwW8/discussion
-->
<dependency>
<groupId>commons-codec</groupId>
<artifactId>commons-codec</artifactId>
<version>1.8</version>
</dependency>
<dependency>
<groupId>asm</groupId>
<artifactId>asm</artifactId>