Skip to content
Snippets Groups Projects
Commit bc6f6591 authored by Daniel Gerhardt's avatar Daniel Gerhardt Committed by Tom Käsler
Browse files

Update Maven dependency config to support JDK 11

Java 11 removes Java EE modules as described by JEP 320. Since we depend
on some of those modules those have now to be added explicitly.

The following affected APIs are used by us directly or indirectly:
* javax.annotation
* javax.xml.bind

Some workarounds had to be added for now to fix issues caused by
dependencies which include conflicting APIs.

See https://openjdk.java.net/jeps/320.
parent 73fe0fe4
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment