Prechádzať zdrojové kódy

update pom.xml for rest-assured 3.0.3

Keiichi Watanabe 8 rokov pred
rodič
commit
7d4db6d2b6
1 zmenil súbory, kde vykonal 0 pridanie a 6 odobranie
  1. 0 6
      pom.xml

+ 0 - 6
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>