Skip to content
Permalink
Browse files

Merge pull request #12205 from jamezp/WFLY-11941

[WFLY-11941] Add the org.wildfly.event.logger module to the NOT_USED …
  • Loading branch information
bstansberry committed Apr 14, 2019
2 parents 21a4f15 + c4f5476 commit 8172a4cc5a2a86236fa293a95ae0e271a42bef50
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 8172a4c

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