8000 Load ee module to make EE classes available on classpath #591 · sithuhlaing/java-design-patterns@546f356 · GitHub
[go: up one dir, main page]

Skip to content

Commit 546f356

Browse files
author
Dan Siwiec
committed
Load ee module to make EE classes available on classpath iluwatar#591
1 parent 0ac1f43 commit 546f356

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -394,7 +394,7 @@
394394
</dependency>
395395
</dependencies>
396396
<configuration>
397-
<argLine>-Xmx1024M ${argLine}</argLine>
397+
<argLine>-Xmx1024M --add-modules java.xml.bind ${argLine}</argLine>
398398
</configuration>
399399
</plugin>
400400
<plugin>

0 commit comments

Comments
 (0)
0