Skip to content

Commit 74f746e

Browse files
committed
U include modules which start with jdk
1 parent ac457ab commit 74f746e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/main/java/fvarrui/maven/plugin/javapackager/PackageMojo.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -687,7 +687,6 @@ private String getRequiredModules(File libsFolder) throws MojoExecutionException
687687
modulesList = Arrays.asList(modules.split(","))
688688
.stream()
689689
.map(module -> module.trim())
690-
.filter(module -> !module.startsWith("jdk."))
691690
.collect(Collectors.toList());
692691

693692

@@ -707,7 +706,6 @@ private String getRequiredModules(File libsFolder) throws MojoExecutionException
707706
.stream()
708707
.map(module -> module.trim())
709708
.filter(module -> !module.startsWith("JDK removed internal"))
710-
.filter(module -> !module.startsWith("jdk."))
711709
.collect(Collectors.toList());
712710

713711
} else {

0 commit comments

Comments
 (0)