diff --git a/pom.xml b/pom.xml index c4eee7e10394b9262bf76346fb9fb5eb48267437..ee65386ac1e881f9aed88be41edd9cacbf4ab210 100644 --- a/pom.xml +++ b/pom.xml @@ -1440,12 +1440,6 @@ <artifactId>rest-assured</artifactId> <version>3.0.3</version> <scope>test</scope> - <exclusions> - <exclusion> - <groupId>org.apache.httpcomponents</groupId> - <artifactId>httpmime</artifactId> - </exclusion> - </exclusions> </dependency> </dependencies> </project>