aboutsummaryrefslogtreecommitdiffstats
path: root/container-core/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'container-core/pom.xml')
-rw-r--r--container-core/pom.xml15
1 files changed, 8 insertions, 7 deletions
diff --git a/container-core/pom.xml b/container-core/pom.xml
index 3fec3cb6595..d0460578b25 100644
--- a/container-core/pom.xml
+++ b/container-core/pom.xml
@@ -239,11 +239,6 @@
<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>
@@ -304,9 +299,15 @@
<scope>test</scope>
</dependency>
<dependency>
- <groupId>org.springframework</groupId>
- <artifactId>spring-test</artifactId>
+ <groupId>org.apache.httpcomponents.client5</groupId>
+ <artifactId>httpclient5</artifactId>
<scope>test</scope>
+ <exclusions>
+ <exclusion>
+ <groupId>org.slf4j</groupId>
+ <artifactId>slf4j-api</artifactId>
+ </exclusion>
+ </exclusions>
</dependency>
</dependencies>
<build>