From 89a1141f8da6d0bf2c2f79b8667464886e9c1e6e Mon Sep 17 00:00:00 2001 From: mposolda Date: Tue, 8 Mar 2016 17:01:48 +0100 Subject: [PATCH] Added exclusion of old commons-io dependency as it's causing issues in some environments --- testsuite/integration-arquillian/tests/pom.xml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/testsuite/integration-arquillian/tests/pom.xml b/testsuite/integration-arquillian/tests/pom.xml index 50e63ef8f6..2db198df91 100644 --- a/testsuite/integration-arquillian/tests/pom.xml +++ b/testsuite/integration-arquillian/tests/pom.xml @@ -225,6 +225,12 @@ org.jboss.arquillian.graphene arquillian-browser-screenshooter ${arquillian-graphene.version} + + + org.apache.commons + commons-io + +