summaryrefslogtreecommitdiffstats
path: root/jdisc-security-filters
diff options
context:
space:
mode:
authorBjørn Christian Seime <bjorncs@verizonmedia.com>2021-07-05 19:12:54 +0200
committerGitHub <noreply@github.com>2021-07-05 19:12:54 +0200
commit5c95d4975433f93314ea451825acfd11a8a105b6 (patch)
treeb4366cc51273723466c1329812f96513546537db /jdisc-security-filters
parent763b793533cb1ff603a70a826a46bf52ac32f3d0 (diff)
parent77d76509da2c3ac4b5c03e2e97dd220ab187dd70 (diff)
Merge pull request #18540 from vespa-engine/freva/add-commons-codec
Add commons-codec dependency
Diffstat (limited to 'jdisc-security-filters')
-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>