Skip to content

Commit

Permalink
Merge pull request #192 from dmlloyd/modules-363-1.6
Browse files Browse the repository at this point in the history
[MODULES-363] Add system package
  • Loading branch information
dmlloyd committed Apr 20, 2018
2 parents 1b4d3b3 + b229d3c commit ba5f6fc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/java/org/jboss/modules/Module.java
Expand Up @@ -92,6 +92,7 @@ public final class Module {
list.add("java.");
list.add("sun.reflect.");
list.add("jdk.internal.reflect.");
list.add("com.sun.crypto.provider.");
list.add("__redirected.");
if (pkgsString != null) {
int i;
Expand Down

0 comments on commit ba5f6fc

Please sign in to comment.