diff options
author | Yuli Shlosberg <ys9693@att.com> | 2018-10-14 16:48:21 +0300 |
---|---|---|
committer | Michael Lando <michael.lando@intl.att.com> | 2018-10-17 06:30:16 +0000 |
commit | 32b9a7e86b87647d4a73ac6abfc450377668c923 (patch) | |
tree | 351a6526e0ec0c76a1f3fa1aac9a9ce885c4126b /asdctool/pom.xml | |
parent | 2e6a7eb218ad07a19fd1cc09b94e1f6a82e05360 (diff) |
fix vendor name on normative import
Change-Id: I655b9f54e3916d8fe357281c8b54380abac9d7d3
Issue-ID: SDC-1742
Signed-off-by: Yuli Shlosberg <ys9693@att.com>
Diffstat (limited to 'asdctool/pom.xml')
-rw-r--r-- | asdctool/pom.xml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/asdctool/pom.xml b/asdctool/pom.xml index 18557b620c..98ce05bf17 100644 --- a/asdctool/pom.xml +++ b/asdctool/pom.xml @@ -127,6 +127,13 @@ <scope>compile</scope> </dependency> + <dependency> + <groupId>org.eclipse.jetty</groupId> + <artifactId>jetty-util</artifactId> + <version>${jetty.version}</version> + <scope>compile</scope> + </dependency> + <!-- listen to file changes --> <dependency> <groupId>org.apache.commons</groupId> |