Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
add another jdk 9 module to prevent class not found errors #591
  • Loading branch information
danielsiwiec committed Sep 13, 2017
commit 00bdfd6bd82d69c3168dcd2dc3356958af3f2c37
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -394,7 +394,7 @@
</dependency>
</dependencies>
<configuration>
<argLine>-Xmx1024M --add-modules java.xml.bind ${argLine}</argLine>
<argLine>-Xmx1024M --add-modules java.xml.bind,java.xml.ws.annotation ${argLine}</argLine>
</configuration>
</plugin>
<plugin>
Expand Down