Made pom update

Change-Id: I5b228a5893a9c11f8be4a4156adc8c808ba829b6
Issue-ID: DMAAP-750
Signed-off-by: Paul Dennehy <paul.p.dennehy@ericsson.com>
diff --git a/datarouter-node/pom.xml b/datarouter-node/pom.xml
index 5edffa6..8879f1c 100755
--- a/datarouter-node/pom.xml
+++ b/datarouter-node/pom.xml
@@ -41,6 +41,11 @@
     </properties>
     <dependencies>
         <dependency>
+            <groupId>commons-codec</groupId>
+            <artifactId>commons-codec</artifactId>
+            <version>${commons-codec.version}</version>
+        </dependency>
+        <dependency>
             <groupId>junit</groupId>
             <artifactId>junit</artifactId>
             <version>4.10</version>