diff options
author | edepaul <paul.p.dennehy@ericsson.com> | 2018-09-07 16:27:01 +0100 |
---|---|---|
committer | edepaul <paul.p.dennehy@ericsson.com> | 2018-09-07 16:31:48 +0100 |
commit | 12c71a5afbe113d940f9691715cdc1147c53ef6c (patch) | |
tree | e504cd6da869324c60719e24fd8b09ad8fca4822 /datarouter-node/pom.xml | |
parent | 26311ae5220efa4460c03284d0a47b2def420ecb (diff) |
Made pom update
Change-Id: I5b228a5893a9c11f8be4a4156adc8c808ba829b6
Issue-ID: DMAAP-750
Signed-off-by: Paul Dennehy <paul.p.dennehy@ericsson.com>
Diffstat (limited to 'datarouter-node/pom.xml')
-rwxr-xr-x | datarouter-node/pom.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/datarouter-node/pom.xml b/datarouter-node/pom.xml index 5edffa66..8879f1c1 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> |