fix vendor name on normative import

Change-Id: I655b9f54e3916d8fe357281c8b54380abac9d7d3
Issue-ID: SDC-1742
Signed-off-by: Yuli Shlosberg <ys9693@att.com>
diff --git a/asdctool/pom.xml b/asdctool/pom.xml
index 18557b6..98ce05b 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>