瀏覽代碼

update pom.xml for rest-assured 3.0.3

Keiichi Watanabe 8 年之前
父節點
當前提交
7d4db6d2b6
共有 1 個文件被更改,包括 0 次插入6 次删除
  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>