From c022d39d199b058238fff8a71611f00576117a50 Mon Sep 17 00:00:00 2001 From: Brian Stansberry Date: Tue, 7 Nov 2023 17:18:04 -0600 Subject: [PATCH] [WFLY-18332] The wildflyee module is provisioned by all feature packs, and isn't referenced --- .../main/java/org/jboss/as/test/shared/LayersTestBase.java | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/testsuite/shared/src/main/java/org/jboss/as/test/shared/LayersTestBase.java b/testsuite/shared/src/main/java/org/jboss/as/test/shared/LayersTestBase.java index d4461723309d..6f8cb805e04c 100644 --- a/testsuite/shared/src/main/java/org/jboss/as/test/shared/LayersTestBase.java +++ b/testsuite/shared/src/main/java/org/jboss/as/test/shared/LayersTestBase.java @@ -157,7 +157,9 @@ public abstract class LayersTestBase { "org.jboss.mod_cluster.core", "org.jboss.mod_cluster.load.spi", "org.wildfly.extension.mod_cluster", - "org.wildfly.mod_cluster.undertow" + "org.wildfly.mod_cluster.undertow", + // Brought by galleon ServerRootResourceDefinition + "wildflyee.api" }; @@ -166,8 +168,6 @@ public abstract class LayersTestBase { * only when testing provisioning directly from the wildfly-ee feature pack. */ public static final String[] NOT_REFERENCED_WILDFLY_EE = { - // Brought by galleon ServerRootResourceDefinition - "wildflyee.api" };