From 49cd79e91c29bab3d2e8e16d76691aabded8fe82 Mon Sep 17 00:00:00 2001 From: cherry530 Date: Wed, 23 Aug 2023 14:44:31 +0800 Subject: [PATCH] change sample-xml-safe to sample-xml Signed-off-by: cherry530 --- junit4-ant/pom.xml | 8 ++++---- junit4-maven-plugin-tests/src/it/01-basic-test/pom.xml | 6 +++--- pom.xml | 4 ++-- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/junit4-ant/pom.xml b/junit4-ant/pom.xml index 0cd3d4b..462fd2f 100644 --- a/junit4-ant/pom.xml +++ b/junit4-ant/pom.xml @@ -54,8 +54,8 @@ - com.carrotsearch.thirdparty - simple-xml-safe + org.simpleframework + simple-xml provided @@ -222,8 +222,8 @@ !module-info.class - com.carrotsearch.thirdparty - simple-xml-safe + org.simpleframework + simple-xml com.carrotsearch.randomizedtesting diff --git a/junit4-maven-plugin-tests/src/it/01-basic-test/pom.xml b/junit4-maven-plugin-tests/src/it/01-basic-test/pom.xml index 63b0090..7b36957 100644 --- a/junit4-maven-plugin-tests/src/it/01-basic-test/pom.xml +++ b/junit4-maven-plugin-tests/src/it/01-basic-test/pom.xml @@ -29,8 +29,8 @@ - com.carrotsearch.thirdparty - simple-xml-safe + org.simpleframework + simple-xml 2.7.1 @@ -71,7 +71,7 @@ true warn - com.carrotsearch.thirdparty:simple-xml-safe + org.simpleframework:simple-xml diff --git a/pom.xml b/pom.xml index 1349740..06c24c3 100644 --- a/pom.xml +++ b/pom.xml @@ -138,8 +138,8 @@ - com.carrotsearch.thirdparty - simple-xml-safe + org.simpleframework + simple-xml 2.7.1 -- 2.27.0