aboutsummaryrefslogtreecommitdiffstats
path: root/flags/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'flags/pom.xml')
-rw-r--r--flags/pom.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/flags/pom.xml b/flags/pom.xml
index 10e0249ce80..e853f869228 100644
--- a/flags/pom.xml
+++ b/flags/pom.xml
@@ -93,6 +93,13 @@
<artifactId>junit-vintage-engine</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>