travis: add openjdk11

Fix build for Java 11
This commit is contained in:
Adam
2019-03-15 21:20:11 -04:00
parent b7546bb30a
commit b98b7aebb9
3 changed files with 13 additions and 0 deletions

View File

@@ -184,6 +184,14 @@
<groupId>com.github.kongchen</groupId>
<artifactId>swagger-maven-plugin</artifactId>
<version>3.1.8</version>
<dependencies>
<!-- Java 11+ does not include this anymore -->
<dependency>
<groupId>javax.xml.bind</groupId>
<artifactId>jaxb-api</artifactId>
<version>2.3.1</version>
</dependency>
</dependencies>
<configuration>
<apiSources>
<apiSource>