Skip to content
Snippets Groups Projects
Commit 0e2e8e36 authored by Piotr Gawron's avatar Piotr Gawron
Browse files

jdk 11 removed some libraries

parent b9db7ed9
No related branches found
No related tags found
1 merge request!777Resolve "make code compatible with java 11"
......@@ -17,6 +17,13 @@
<artifactId>commons</artifactId>
<version>1.0</version>
</dependency>
<!-- Java xml serialization -->
<dependency>
<groupId>javax.xml.bind</groupId>
<artifactId>jaxb-api</artifactId>
<version>${jaxb.version}</version>
</dependency>
<!-- Hibernate -->
<dependency>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment