summaryrefslogtreecommitdiffstats
path: root/parent
diff options
context:
space:
mode:
authorgjoranv <gv@oath.com>2018-11-29 15:42:19 +0100
committergjoranv <gv@oath.com>2019-01-21 15:09:29 +0100
commit8866546da818c2a269fe868443a93012909da9b1 (patch)
treefcdca2498a58580cbfa2ede58befbf0d61e96a7f /parent
parentf57167fb13dcd3a983a8bd557f9c626d9f9ce46f (diff)
Do not provide commons-codec at build time.
- We effectively stopped providing it runtime since https://github.com/vespa-engine/vespa/pull/7696
Diffstat (limited to 'parent')
-rw-r--r--parent/pom.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/parent/pom.xml b/parent/pom.xml
index 899834cf5cc..11282f3c36c 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -432,6 +432,11 @@
<version>1.3.1</version>
</dependency>
<dependency>
+ <groupId>commons-codec</groupId>
+ <artifactId>commons-codec</artifactId>
+ <version>1.4</version>
+ </dependency>
+ <dependency>
<groupId>commons-collections</groupId>
<artifactId>commons-collections</artifactId>
<version>3.2.1</version>