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 authored and bstansberry committed Apr 3, 2019
1 parent 4857e30 commit 8f2796c0a896087b03582a669cb204c956ae88c1
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 8f2796c

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