From 339b46bd0bcd1bd4e23777833fab48e6d2ca97db Mon Sep 17 00:00:00 2001 From: MBorne Date: Thu, 8 Aug 2024 17:55:25 +0200 Subject: [PATCH] chore(deps): remove activation of XML features from Java 8 required by JAXB (refs #351) --- pom.xml | 19 ------------------- 1 file changed, 19 deletions(-) diff --git a/pom.xml b/pom.xml index 1a8c8d30..1033c9ec 100644 --- a/pom.xml +++ b/pom.xml @@ -49,9 +49,6 @@ 3.3.1 3.1.1 0.8.12 - - 1.3.2 - 1.1.1 jacoco @@ -241,22 +238,6 @@ ${postgresql.version} - - - javax.annotation - javax.annotation-api - ${javax.annotation.version} - - - javax.activation - activation - ${javax.activation.version} - -