Skip to content

Commit

Permalink
[WFLY-18332] The wildflyee module is provisioned by all feature packs…
Browse files Browse the repository at this point in the history
…, and isn't referenced
  • Loading branch information
bstansberry committed Nov 7, 2023
1 parent 2d6e35f commit c022d39
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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"
};


Expand All @@ -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"
};


Expand Down

0 comments on commit c022d39

Please sign in to comment.