You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by sl...@apache.org on 2020/06/27 12:36:57 UTC

[maven-shade-plugin] 01/01: Upgrade to XMLUnit 2 (legacy)

This is an automated email from the ASF dual-hosted git repository.

slachiewicz pushed a commit to branch xmlunit
in repository https://gitbox.apache.org/repos/asf/maven-shade-plugin.git

commit 2f37d67dc49e6c1ec57d179070d384616accdb43
Author: Sylwester Lachiewicz <sl...@apache.org>
AuthorDate: Sat Jun 27 14:35:55 2020 +0200

    Upgrade to XMLUnit 2 (legacy)
---
 pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index 1533755..25ec427 100644
--- a/pom.xml
+++ b/pom.xml
@@ -176,9 +176,9 @@
     </dependency>
 
     <dependency>
-      <groupId>xmlunit</groupId>
-      <artifactId>xmlunit</artifactId>
-      <version>1.6</version>
+      <groupId>org.xmlunit</groupId>
+      <artifactId>xmlunit-legacy</artifactId>
+      <version>2.7.0</version>
       <scope>test</scope>
     </dependency>