diff options
author | Ram Koya <rk541m@att.com> | 2018-09-07 17:02:28 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-09-07 17:02:28 +0000 |
commit | 320a85770f0f3c15d2e5e658c42b713485a999c4 (patch) | |
tree | 40ec9da8a98188f8e1f531888c882c627db3de65 /datarouter-subscriber | |
parent | 6d2aa55b167dcd2055eb9796241c4f319ef169e6 (diff) | |
parent | 12c71a5afbe113d940f9691715cdc1147c53ef6c (diff) |
Merge "Made pom update"
Diffstat (limited to 'datarouter-subscriber')
-rwxr-xr-x | datarouter-subscriber/pom.xml | 5 |
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> |