From ccc58f0c388b18b273d4a3baba4eb8f04c98f879 Mon Sep 17 00:00:00 2001 From: f43nd1r Date: Fri, 4 Jun 2021 13:42:44 +0200 Subject: [PATCH] fix coveralls on java 11 according to https://github.com/trautonen/coveralls-maven-plugin/issues/137#issuecomment-657741773 --- pom.xml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/pom.xml b/pom.xml index 1aad90c24..2aab58cfb 100644 --- a/pom.xml +++ b/pom.xml @@ -881,6 +881,22 @@ 11 + + org.eluder.coveralls + coveralls-maven-plugin + + + jakarta.xml.bind + jakarta.xml.bind-api + 2.3.2 + + + org.glassfish.jaxb + jaxb-runtime + 2.3.2 + + +