From 70ee148fc9f06ca75f3f3666327d286b901da0ad Mon Sep 17 00:00:00 2001 From: Henry Coles Date: Wed, 8 May 2024 17:05:02 +0100 Subject: [PATCH] shade jackson Version mismatches between jackson used on plugins can cause errors, so we are forced to shade it. --- pitest-aggregator/pom.xml | 32 +++++++++++++++++++++++++++++++- pom.xml | 2 +- 2 files changed, 32 insertions(+), 2 deletions(-) diff --git a/pitest-aggregator/pom.xml b/pitest-aggregator/pom.xml index d08aa1bf6..d0b891933 100644 --- a/pitest-aggregator/pom.xml +++ b/pitest-aggregator/pom.xml @@ -13,6 +13,36 @@ org.apache.maven.plugins maven-checkstyle-plugin + + maven-shade-plugin + + + package + + shade + + + + + com.fasterxml.jackson.dataformat:* + com.fasterxml.jackson.core:* + + + + + com.fasterxml.jackson + pitest.fasterxml.jackson + + + + + + + + + org.codehaus.mojo + flatten-maven-plugin + @@ -29,7 +59,7 @@ com.fasterxml.jackson.dataformat jackson-dataformat-xml - 2.16.2 + 2.17.0 junit diff --git a/pom.xml b/pom.xml index c065e7cf0..7167f4789 100644 --- a/pom.xml +++ b/pom.xml @@ -322,7 +322,7 @@ org.apache.maven.plugins maven-shade-plugin - 3.2.1 + 3.5.3 org.codehaus.mojo