Upgrade to java 11 + docker compose update

This commit is contained in:
Nicolas Héron 2020-07-17 14:18:17 +02:00
commit f23d92993a
20 changed files with 188 additions and 45 deletions

View file

@ -14,6 +14,17 @@
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
</dependency>
<dependency>
<groupId>javax.xml.bind</groupId>
<artifactId>jaxb-api</artifactId>
<version>${jaxb.api.version}</version>
</dependency>
<dependency>
<groupId>com.sun.xml.bind</groupId>
<artifactId>jaxb-core</artifactId>
<version>${jaxb.api.version}</version>
</dependency>
</dependencies>
<build>
<plugins>