summaryrefslogtreecommitdiffstats
path: root/config-model/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'config-model/pom.xml')
-rw-r--r--config-model/pom.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/config-model/pom.xml b/config-model/pom.xml
index 335841aaa23..e5cca83e931 100644
--- a/config-model/pom.xml
+++ b/config-model/pom.xml
@@ -293,6 +293,13 @@
</exclusion>
</exclusions>
</dependency>
+ <dependency>
+ <!-- TODO Remove when Jetty is embedded inside container-core -->
+ <groupId>org.eclipse.jetty</groupId>
+ <artifactId>jetty-http</artifactId>
+ <scope>test</scope>
+ <version>${jetty.version}</version>
+ </dependency>
</dependencies>
<build>