From 3868f65bd3587370634d345c58e567ffc3c6186f Mon Sep 17 00:00:00 2001 From: Nicolas Senave Date: Wed, 9 Oct 2024 14:33:17 +0200 Subject: [PATCH] fix(jaxb): use jaxb-runtime dependency --- .github/workflows/create-snapshot.yml | 2 +- pom.xml | 16 +++++----------- 2 files changed, 6 insertions(+), 12 deletions(-) diff --git a/.github/workflows/create-snapshot.yml b/.github/workflows/create-snapshot.yml index f0433a57a..edf33ea98 100644 --- a/.github/workflows/create-snapshot.yml +++ b/.github/workflows/create-snapshot.yml @@ -42,7 +42,7 @@ jobs: - name: Tag verification id: check-tag run: | - if ! [[ "${{ steps.version.outputs.version }}" =~ ^2.[0-9]+.[0-9]+-SNAPSHOT$ ]]; then + if ! [[ "${{ steps.version.outputs.version }}" =~ ^2.[0-9]+.[0-9]+-SNAPSHOT.?[0-9]*$ ]]; then echo "Version on v2-main ${{ steps.version.outputs.version }} branch does not match the format 2.Y.Z-SNAPSHOT" exit 1 fi diff --git a/pom.xml b/pom.xml index 3b35899b7..678ba19cf 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ fr.insee.eno eno-core - 2.10.1 + 2.10.2-SNAPSHOT jar Eno – Questionnaire generator @@ -107,8 +107,7 @@ 12.5 2.7.15 2.3.1 - 4.0.5 - 4.0.5 + 4.0.5 2.9 2.17.0 7.0.0 @@ -168,14 +167,9 @@ ${jaxb-api.version} - com.sun.xml.bind - jaxb-core - ${jaxb.core.version} - - - com.sun.xml.bind - jaxb-impl - ${jaxb.impl.version} + org.glassfish.jaxb + jaxb-runtime + ${jaxb-runtime.version}