Skip to content
Permalink
Browse files

[WFLY-11941] Add the org.wildfly.event.logger module to the NOT_USED …

…array. This module will be introduced via WFCORE-4355.
  • Loading branch information
jamezp committed Apr 3, 2019
1 parent 602015e commit c4f54766b022ba4ef5a081b83c64fab80b54adad
Showing with 3 additions and 1 deletion.
  1. +3 −1 testsuite/layers/src/test/java/org/jboss/as/test/layers/LayersTestCase.java
@@ -49,7 +49,9 @@
"javax.activation.api",
// No patching modules in layers
"org.jboss.as.patching",
"org.jboss.as.patching.cli"
"org.jboss.as.patching.cli",
// Not currently used internally
"org.wildfly.event.logger"
};
// Packages that are not referenced from the module graph but needed.
// This is the expected set of un-referenced modules found when scanning

0 comments on commit c4f5476

Please sign in to comment.
You can’t perform that action at this time.