Fix #611 Add support for Java 9 and greater

Signed-off-by: Andrew DeMaria <lostonamountain@gmail.com>
This commit is contained in:
Andrew DeMaria
2019-04-27 14:04:48 -06:00
parent 2162250101
commit df352d8cb0
7 changed files with 98 additions and 12 deletions
+15
View File
@@ -11,6 +11,21 @@
<version>10.3.0-SNAPSHOT</version>
</parent>
<dependencies>
<dependency>
<groupId>javax.xml.bind</groupId>
<artifactId>jaxb-api</artifactId>
</dependency>
<dependency>
<groupId>javax.xml.ws</groupId>
<artifactId>jaxws-api</artifactId>
</dependency>
<dependency>
<groupId>javax.jws</groupId>
<artifactId>javax.jws-api</artifactId>
</dependency>
</dependencies>
<build>
<plugins>
<plugin>