From 00bdfd6bd82d69c3168dcd2dc3356958af3f2c37 Mon Sep 17 00:00:00 2001 From: Dan Siwiec Date: Tue, 12 Sep 2017 23:30:43 -0700 Subject: [PATCH] add another jdk 9 module to prevent class not found errors #591 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index fcb92947a..0321ebef1 100644 --- a/pom.xml +++ b/pom.xml @@ -394,7 +394,7 @@ - -Xmx1024M --add-modules java.xml.bind ${argLine} + -Xmx1024M --add-modules java.xml.bind,java.xml.ws.annotation ${argLine}