From e89d6beeff5cdf9d94e0f582b4353e8994ce34a5 Mon Sep 17 00:00:00 2001 From: Jeremy Landis Date: Sat, 18 Nov 2023 13:21:29 -0500 Subject: [PATCH 1/3] [pom] Use my hard-fork of coveralls and drop jakarta bind api as no longer needed --- pom.xml | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/pom.xml b/pom.xml index 3f2cd2f7b..57774a89c 100644 --- a/pom.xml +++ b/pom.xml @@ -312,7 +312,6 @@ 9.6 11 - 2.3.3 6.4.1 1.3.1 10.12.5 @@ -328,7 +327,7 @@ 3.3.2 2.8 3.11.0 - 4.4.1 + 4.5.0-M2 3.6.1 3.1.1 3.4.1 @@ -481,16 +480,9 @@ - io.jsonwebtoken.coveralls + com.github.hazendaz.maven coveralls-maven-plugin ${coveralls.plugin} - - - jakarta.xml.bind - jakarta.xml.bind-api - ${bind-api.version} - - From 6a82276de970e01ad2d06206b24a96056aa1de60 Mon Sep 17 00:00:00 2001 From: Jeremy Landis Date: Sat, 18 Nov 2023 13:21:53 -0500 Subject: [PATCH 2/3] [pom] If java 11 or lower, use bind 6.4.1 --- pom.xml | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 57774a89c..efa5a4842 100644 --- a/pom.xml +++ b/pom.xml @@ -312,7 +312,7 @@ 9.6 11 - 6.4.1 + 7.0.0 1.3.1 10.12.5 1.7.0 @@ -1391,6 +1391,16 @@ + + + pre11 + + (,11) + + + 6.4.1 + + From 32c34cd5625fcc320b561734fe042f440815280b Mon Sep 17 00:00:00 2001 From: Jeremy Landis Date: Sat, 18 Nov 2023 13:23:41 -0500 Subject: [PATCH 3/3] [pom] Adjust profile to pre17 --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index efa5a4842..ee7c1305b 100644 --- a/pom.xml +++ b/pom.xml @@ -1393,9 +1393,9 @@ - pre11 + pre17 - (,11) + (,17) 6.4.1