summaryrefslogtreecommitdiffstats
path: root/vpp-common/vpp-translate-utils/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'vpp-common/vpp-translate-utils/pom.xml')
-rw-r--r--vpp-common/vpp-translate-utils/pom.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/vpp-common/vpp-translate-utils/pom.xml b/vpp-common/vpp-translate-utils/pom.xml
index 12cb770ec..15431c59d 100644
--- a/vpp-common/vpp-translate-utils/pom.xml
+++ b/vpp-common/vpp-translate-utils/pom.xml
@@ -74,6 +74,11 @@
<artifactId>data-api</artifactId>
<version>${project.version}</version>
</dependency>
+ <dependency>
+ <groupId>commons-codec</groupId>
+ <artifactId>commons-codec</artifactId>
+ <version>1.9</version>
+ </dependency>
<!-- Testing Dependencies -->
<dependency>