Open jdk11 (#287)

Java 11 compat
This commit is contained in:
Mario Voigt 2019-01-24 11:38:17 +01:00 committed by Benjamin Gamard
parent db4f5f9011
commit 5fbbcfc888

View File

@ -26,6 +26,25 @@
<artifactId>docs-web-common</artifactId> <artifactId>docs-web-common</artifactId>
</dependency> </dependency>
<!-- JDK 11 JAXB dependencies -->
<dependency>
<groupId>javax.xml.bind</groupId>
<artifactId>jaxb-api</artifactId>
<version>2.3.0</version>
</dependency>
<dependency>
<groupId>com.sun.xml.bind</groupId>
<artifactId>jaxb-core</artifactId>
<version>2.3.0</version>
</dependency>
<dependency>
<groupId>com.sun.xml.bind</groupId>
<artifactId>jaxb-impl</artifactId>
<version>2.3.0</version>
</dependency>
<!-- Dependencies to Jersey --> <!-- Dependencies to Jersey -->
<dependency> <dependency>
<groupId>org.glassfish.jersey.containers</groupId> <groupId>org.glassfish.jersey.containers</groupId>