summaryrefslogtreecommitdiffstats
path: root/container-search/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'container-search/pom.xml')
-rw-r--r--container-search/pom.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/container-search/pom.xml b/container-search/pom.xml
index d410eb1c2c6..096a49df3a1 100644
--- a/container-search/pom.xml
+++ b/container-search/pom.xml
@@ -156,6 +156,13 @@
<artifactId>assertj-core</artifactId>
<scope>test</scope>
</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>
<plugins>