From 7d4db6d2b60f0596d48e8a50830d5b8dc2be071d Mon Sep 17 00:00:00 2001 From: Keiichi Watanabe <udon.watanabe@gmail.com> Date: Sat, 10 Jun 2017 17:56:20 +0900 Subject: [PATCH] update pom.xml for rest-assured 3.0.3 --- pom.xml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/pom.xml b/pom.xml index c4eee7e10..ee65386ac 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> -- GitLab