Branch: refs/heads/master
Home:
https://github.com/hibernate/hibernate-ogm
Commit: a2e33a9dfe2fa2705b8fa1278409fe12c717b2e7
https://github.com/hibernate/hibernate-ogm/commit/a2e33a9dfe2fa2705b8fa12...
Author: gurkerl83 <markus_gritsch(a)gmx.de>
Date: 2020-04-21 (Tue, 21 Apr 2020)
Changed paths:
M pom.xml
Log Message:
-----------
OGM-1567 Add build profile to support JDK >= 11
In JDK 9, some APIs got declared as deprecated, including javax.xml.bind.
From version 11 onwards, these APIs got removed from the JDK.
Utilization requires an explicit dependency declaration.