From 696e74253ce8d6506468a2734e8d130e29d79bde Mon Sep 17 00:00:00 2001 From: Mat Booth Date: Fri, 13 Dec 2019 14:21:23 +0000 Subject: [PATCH] Remove test deps for tests we are not building/running --- httpcomponents-client.spec | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/httpcomponents-client.spec b/httpcomponents-client.spec index 2d5a868..ac8fab7 100644 --- a/httpcomponents-client.spec +++ b/httpcomponents-client.spec @@ -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 %pom_remove_dep org.easymock:easymockclassextension -for dep in org.easymock:easymockclassextension org.slf4j:slf4j-jcl; do - %pom_remove_dep $dep httpclient-cache -done +%pom_remove_dep org.slf4j:slf4j-jcl httpclient-cache +%pom_remove_dep :::test httpclient-cache rm -rf httpclient-cache/src/test %pom_remove_plugin :download-maven-plugin httpclient