From 7b4cddefd942dc1af81984b359be5ded3b7a3b7e Mon Sep 17 00:00:00 2001 From: Jean-Francois Denise Date: Tue, 16 Jan 2024 13:35:36 +0100 Subject: [PATCH] Fix plugin-tools transitive dependencies that can't contain wildfly-core/wildfly dependencies, conflicting when running arquillian dep scanner --- core/pom.xml | 4 ++++ pom.xml | 14 ++++++++++++++ 2 files changed, 18 insertions(+) diff --git a/core/pom.xml b/core/pom.xml index cc9abecd..6cf35089 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -22,6 +22,10 @@ org.wildfly.plugins wildfly-plugin-tools + + org.wildfly.common + wildfly-common + com.fasterxml.jackson.core jackson-databind diff --git a/pom.xml b/pom.xml index 48c740ec..94ba0c65 100644 --- a/pom.xml +++ b/pom.xml @@ -22,6 +22,7 @@ 9.5 6.4.0 1.0.0.Beta2 + 1.7.0.Final 8.18 2.14.2 3.0.3 @@ -250,6 +251,19 @@ org.wildfly.plugins wildfly-plugin-tools ${version.org.wildfly.plugins.wildfly-plugin-tools} + + + + * + * + + + + + + org.wildfly.common + wildfly-common + ${version.org.wildfly.common.wildfly-common} org.wildfly.galleon-plugins