add another jdk 9 module to prevent class not found errors #591

This commit is contained in:
Dan Siwiec 2017-09-12 23:30:43 -07:00
parent f07d3bd4d5
commit 00bdfd6bd8

View File

@ -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>