81 lines
2.8 KiB
Diff
81 lines
2.8 KiB
Diff
From 49cd79e91c29bab3d2e8e16d76691aabded8fe82 Mon Sep 17 00:00:00 2001
|
|
From: cherry530 <xuping33@huawei.com>
|
|
Date: Wed, 23 Aug 2023 14:44:31 +0800
|
|
Subject: [PATCH] change sample-xml-safe to sample-xml
|
|
|
|
Signed-off-by: cherry530 <xuping33@huawei.com>
|
|
---
|
|
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 @@
|
|
</dependency>
|
|
|
|
<dependency>
|
|
- <groupId>com.carrotsearch.thirdparty</groupId>
|
|
- <artifactId>simple-xml-safe</artifactId>
|
|
+ <groupId>org.simpleframework</groupId>
|
|
+ <artifactId>simple-xml</artifactId>
|
|
<scope>provided</scope>
|
|
</dependency>
|
|
|
|
@@ -222,8 +222,8 @@
|
|
<filter>!module-info.class</filter>
|
|
</inclusion>
|
|
<inclusion>
|
|
- <groupId>com.carrotsearch.thirdparty</groupId>
|
|
- <artifactId>simple-xml-safe</artifactId>
|
|
+ <groupId>org.simpleframework</groupId>
|
|
+ <artifactId>simple-xml</artifactId>
|
|
</inclusion>
|
|
<inclusion>
|
|
<groupId>com.carrotsearch.randomizedtesting</groupId>
|
|
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 @@
|
|
</dependency>
|
|
|
|
<dependency>
|
|
- <groupId>com.carrotsearch.thirdparty</groupId>
|
|
- <artifactId>simple-xml-safe</artifactId>
|
|
+ <groupId>org.simpleframework</groupId>
|
|
+ <artifactId>simple-xml</artifactId>
|
|
<version>2.7.1</version>
|
|
</dependency>
|
|
</dependencies>
|
|
@@ -71,7 +71,7 @@
|
|
<leaveTemporary>true</leaveTemporary>
|
|
<ifNoTests>warn</ifNoTests>
|
|
<classpathDependencyExcludes>
|
|
- <dependency>com.carrotsearch.thirdparty:simple-xml-safe</dependency>
|
|
+ <dependency>org.simpleframework:simple-xml</dependency>
|
|
</classpathDependencyExcludes>
|
|
|
|
<argLine>
|
|
diff --git a/pom.xml b/pom.xml
|
|
index 1349740..06c24c3 100644
|
|
--- a/pom.xml
|
|
+++ b/pom.xml
|
|
@@ -138,8 +138,8 @@
|
|
</dependency>
|
|
|
|
<dependency>
|
|
- <groupId>com.carrotsearch.thirdparty</groupId>
|
|
- <artifactId>simple-xml-safe</artifactId>
|
|
+ <groupId>org.simpleframework</groupId>
|
|
+ <artifactId>simple-xml</artifactId>
|
|
<version>2.7.1</version>
|
|
</dependency>
|
|
|
|
--
|
|
2.27.0
|
|
|