aboutsummaryrefslogtreecommitdiffstats
path: root/datarouter-subscriber/pom.xml
diff options
context:
space:
mode:
authorRam Koya <rk541m@att.com>2018-09-07 17:02:28 +0000
committerGerrit Code Review <gerrit@onap.org>2018-09-07 17:02:28 +0000
commit320a85770f0f3c15d2e5e658c42b713485a999c4 (patch)
tree40ec9da8a98188f8e1f531888c882c627db3de65 /datarouter-subscriber/pom.xml
parent6d2aa55b167dcd2055eb9796241c4f319ef169e6 (diff)
parent12c71a5afbe113d940f9691715cdc1147c53ef6c (diff)
Merge "Made pom update"
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 8138f9a1..de393baf 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>