aboutsummaryrefslogtreecommitdiffstats
path: root/datarouter-subscriber/pom.xml
diff options
context:
space:
mode:
authoredepaul <paul.p.dennehy@ericsson.com>2018-09-07 16:27:01 +0100
committeredepaul <paul.p.dennehy@ericsson.com>2018-09-07 16:31:48 +0100
commit12c71a5afbe113d940f9691715cdc1147c53ef6c (patch)
treee504cd6da869324c60719e24fd8b09ad8fca4822 /datarouter-subscriber/pom.xml
parent26311ae5220efa4460c03284d0a47b2def420ecb (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-subscriber/pom.xml')
-rwxr-xr-xdatarouter-subscriber/pom.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/datarouter-subscriber/pom.xml b/datarouter-subscriber/pom.xml
index 4d09d68e..5187a6b1 100755
--- a/datarouter-subscriber/pom.xml
+++ b/datarouter-subscriber/pom.xml
@@ -42,6 +42,11 @@
</properties>
<dependencies>
<dependency>
+ <groupId>commons-codec</groupId>
+ <artifactId>commons-codec</artifactId>
+ <version>${commons-codec.version}</version>
+ </dependency>
+ <dependency>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-server</artifactId>
<version>${jetty.version}</version>