From 19329123016458641a101c1c6c11f44243ffeabd Mon Sep 17 00:00:00 2001 From: z-sztrom <106370045+z-sztrom@users.noreply.github.com> Date: Tue, 6 Jun 2023 13:00:02 +0200 Subject: [PATCH] Upgrading to OpenJDK 17 (#158) --- pom.xml | 29 +++++++++++++++++++++++------ 1 file changed, 23 insertions(+), 6 deletions(-) diff --git a/pom.xml b/pom.xml index 0862838..96f2305 100644 --- a/pom.xml +++ b/pom.xml @@ -1,13 +1,13 @@ + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 com.github.eiffel-community eiffel-remrem-parent - 2.0.9 + 2.0.11 eiffel-remrem-semantics - 2.2.4 + 2.2.5 jar 5.0.1.201806211838-r @@ -84,7 +84,7 @@ 4.5.13 - com.jayway.jsonpath + com.jayway.jsonpath json-path 2.4.0 @@ -98,6 +98,23 @@ junit test + + + javax.xml.bind + jaxb-api + 2.3.1 + + + org.glassfish.jaxb + jaxb-runtime + 2.3.1 + + + javax.annotation + javax.annotation-api + 1.3.2 + +