From 09c8dbc35fae8a9f568561539448d2b562b34c0a Mon Sep 17 00:00:00 2001 From: Ondrej Kotek Date: Tue, 29 Aug 2023 11:25:54 +0200 Subject: [PATCH] HAL-1882: Fix testsuite.next build failure caused by commons-io transitive dependencies --- common/pom.xml | 4 ++++ pom.xml | 9 +++++++++ tests-configuration-management/pom.xml | 4 ++++ tests-configuration-undertow/pom.xml | 4 ++++ tests/keycloak/pom.xml | 7 +++++++ 5 files changed, 28 insertions(+) diff --git a/common/pom.xml b/common/pom.xml index 3155f055..d58eb693 100644 --- a/common/pom.xml +++ b/common/pom.xml @@ -89,6 +89,10 @@ com.fasterxml.jackson.core jackson-annotations + + commons-io + commons-io + diff --git a/pom.xml b/pom.xml index 5c5928b2..0fe3f18a 100644 --- a/pom.xml +++ b/pom.xml @@ -179,6 +179,15 @@ org.jboss.arquillian.graphene arquillian-browser-screenshooter ${graphene.version} + + + + org.apache.commons + commons-io + + org.wildfly.arquillian diff --git a/tests-configuration-management/pom.xml b/tests-configuration-management/pom.xml index c566c592..8a79af31 100644 --- a/tests-configuration-management/pom.xml +++ b/tests-configuration-management/pom.xml @@ -58,6 +58,10 @@ org.wildfly.core wildfly-cli + + commons-io + commons-io + diff --git a/tests-configuration-undertow/pom.xml b/tests-configuration-undertow/pom.xml index 8adce032..49b3f784 100644 --- a/tests-configuration-undertow/pom.xml +++ b/tests-configuration-undertow/pom.xml @@ -54,6 +54,10 @@ org.wildfly.core wildfly-cli + + commons-io + commons-io + diff --git a/tests/keycloak/pom.xml b/tests/keycloak/pom.xml index 2a5252a1..d69df59e 100644 --- a/tests/keycloak/pom.xml +++ b/tests/keycloak/pom.xml @@ -36,4 +36,11 @@ + + + + commons-io + commons-io + +