Skip to content
Snippets Groups Projects

Resolve "make code compatible with java 11"

Merged Piotr Gawron requested to merge 810-make-code-compatible-with-java-11 into master
4 files
+ 21
2
Compare changes
  • Side-by-side
  • Inline
Files
4
+ 7
0
@@ -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>
Loading