Remove test deps for tests we are not building/running

This commit is contained in:
Mat Booth 2019-12-13 14:21:23 +00:00
parent dd5edab447
commit 696e74253c

View File

@ -79,9 +79,8 @@ rm httpclient/src/test/java/org/apache/http/conn/ssl/TestSSLSocketFactory.java
# Don't compile/run httpclient-cache tests - they are incompatible with EasyMock 3.3 # Don't compile/run httpclient-cache tests - they are incompatible with EasyMock 3.3
%pom_remove_dep org.easymock:easymockclassextension %pom_remove_dep org.easymock:easymockclassextension
for dep in org.easymock:easymockclassextension org.slf4j:slf4j-jcl; do %pom_remove_dep org.slf4j:slf4j-jcl httpclient-cache
%pom_remove_dep $dep httpclient-cache %pom_remove_dep :::test httpclient-cache
done
rm -rf httpclient-cache/src/test rm -rf httpclient-cache/src/test
%pom_remove_plugin :download-maven-plugin httpclient %pom_remove_plugin :download-maven-plugin httpclient