mirror of
https://github.com/scm-manager/scm-manager.git
synced 2026-01-21 23:12:11 +01:00
include version 1.8 of commons-codec to fix htpasswd-plugin
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user