summaryrefslogtreecommitdiffstats
path: root/config-model/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 /config-model/pom.xml
parentab58d331f5bc6626da507c4349e606d4886f1134 (diff)
Remove temporary dependency on 'jetty-http' with test scope
Diffstat (limited to 'config-model/pom.xml')
-rw-r--r--config-model/pom.xml7
1 files changed, 0 insertions, 7 deletions
diff --git a/config-model/pom.xml b/config-model/pom.xml
index 13af9d38263..b08ff7f7f2e 100644
--- a/config-model/pom.xml
+++ b/config-model/pom.xml
@@ -294,13 +294,6 @@
</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>
- <dependency>
<groupId>org.lz4</groupId>
<artifactId>lz4-java</artifactId>
</dependency>