summaryrefslogtreecommitdiffstats
path: root/container-core/pom.xml
diff options
context:
space:
mode:
authorHarald Musum <musum@verizonmedia.com>2021-04-09 21:39:07 +0200
committerGitHub <noreply@github.com>2021-04-09 21:39:07 +0200
commitb3315ec9291d1b91797bcc9416578afe00ef3361 (patch)
tree274a67797f6a1075d610d7318c56fa82497aa8bd /container-core/pom.xml
parent8377d0e7ed0c13eabc0946d5ed575b68a3e1e867 (diff)
Revert "Bjorncs/jdisc http2 preps [run-systemtest]"
Diffstat (limited to 'container-core/pom.xml')
-rw-r--r--container-core/pom.xml15
1 files changed, 7 insertions, 8 deletions
diff --git a/container-core/pom.xml b/container-core/pom.xml
index 8334dcf1f60..d0722a081d1 100644
--- a/container-core/pom.xml
+++ b/container-core/pom.xml
@@ -254,6 +254,11 @@
<artifactId>jaxb-api</artifactId>
<scope>provided</scope>
</dependency>
+ <dependency>
+ <groupId>org.eclipse.jetty</groupId>
+ <artifactId>jetty-servlet</artifactId>
+ <scope>provided</scope>
+ </dependency>
<!-- TEST scope -->
<dependency>
@@ -314,15 +319,9 @@
<scope>test</scope>
</dependency>
<dependency>
- <groupId>org.apache.httpcomponents.client5</groupId>
- <artifactId>httpclient5</artifactId>
+ <groupId>org.springframework</groupId>
+ <artifactId>spring-test</artifactId>
<scope>test</scope>
- <exclusions>
- <exclusion>
- <groupId>org.slf4j</groupId>
- <artifactId>slf4j-api</artifactId>
- </exclusion>
- </exclusions>
</dependency>
</dependencies>
<build>