[java-parent-project] branch master updated: Remove managed xmlunit-legacy dependency.
Scott Cantor
cantor.2 at osu.edu
Thu Apr 2 12:51:28 EDT 2020
This is an automated email from the git hooks/post-receive script.
scantor pushed a commit to branch master
in repository java-parent-project.
View the commit online:
http://git.shibboleth.net/view/?p=java-parent-project.git;a=commit;h=5358c49b800ed27f39aac8f4f04369be46155b72
The following commit(s) were added to refs/heads/master by this push:
new 5358c49 Remove managed xmlunit-legacy dependency.
5358c49 is described below
commit 5358c49b800ed27f39aac8f4f04369be46155b72
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Thu Apr 2 12:51:25 2020 -0400
Remove managed xmlunit-legacy dependency.
---
pom.xml | 11 -----------
1 file changed, 11 deletions(-)
diff --git a/pom.xml b/pom.xml
index db9ac15..b12f6ba 100644
--- a/pom.xml
+++ b/pom.xml
@@ -568,17 +568,6 @@
<version>${xmlunit.version}</version>
<scope>test</scope>
</dependency>
- <!--
- xmlunit-legacy implements part of the XMLUnit 1.6 API but is
- deprecated. It should be removed at some point, once we have
- migrated to the 2.x API.
- -->
- <dependency>
- <groupId>org.xmlunit</groupId>
- <artifactId>xmlunit-legacy</artifactId>
- <version>${xmlunit.version}</version>
- <scope>test</scope>
- </dependency>
<dependency>
<groupId>${slf4j.groupId}</groupId>
<artifactId>jul-to-slf4j</artifactId>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list