summaryrefslogtreecommitdiffstats
path: root/asdctool/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'asdctool/pom.xml')
-rw-r--r--asdctool/pom.xml7
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>