summaryrefslogtreecommitdiffstats
path: root/container-search/pom.xml
diff options
context:
space:
mode:
authorBjørn Christian Seime <bjorncs@verizonmedia.com>2022-06-07 14:30:05 +0200
committerBjørn Christian Seime <bjorncs@verizonmedia.com>2022-06-08 13:41:36 +0200
commit6a1f2b65ae092c9dba28ff61933b31c0cac5cb34 (patch)
tree494be1e0fb9dcbda6636e9a167f6bc657f996408 /container-search/pom.xml
parentab58d331f5bc6626da507c4349e606d4886f1134 (diff)
Remove temporary dependency on 'jetty-http' with test scope
Diffstat (limited to 'container-search/pom.xml')
-rw-r--r--container-search/pom.xml7
1 files changed, 0 insertions, 7 deletions
diff --git a/container-search/pom.xml b/container-search/pom.xml
index e29445f5564..ccec1330d68 100644
--- a/container-search/pom.xml
+++ b/container-search/pom.xml
@@ -152,13 +152,6 @@
<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>