summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--jdisc-security-filters/pom.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/jdisc-security-filters/pom.xml b/jdisc-security-filters/pom.xml
index 5f6189c5cae..271244cfda2 100644
--- a/jdisc-security-filters/pom.xml
+++ b/jdisc-security-filters/pom.xml
@@ -30,6 +30,14 @@
<scope>provided</scope>
</dependency>
+ <!-- compile -->
+ <dependency>
+ <groupId>commons-codec</groupId>
+ <artifactId>commons-codec</artifactId>
+ <version>1.11</version>
+ <scope>compile</scope>
+ </dependency>
+
<!-- test -->
<dependency>
<groupId>junit</groupId>