[java-idp-oidc] branch master updated: IDP-1465 - Allow xmlunit-legacy dependency to be managed by parent project
Ian Young
ian at iay.org.uk
Wed Jan 29 06:54:20 EST 2020
This is an automated email from the git hooks/post-receive script.
iay pushed a commit to branch master
in repository java-idp-oidc.
View the commit online:
http://git.shibboleth.net/view/?p=java-idp-oidc.git;a=commit;h=b3b76ad5055b246fc020cdd647f7555e56b30875
The following commit(s) were added to refs/heads/master by this push:
new b3b76ad IDP-1465 - Allow xmlunit-legacy dependency to be managed by parent project
b3b76ad is described below
commit b3b76ad5055b246fc020cdd647f7555e56b30875
Author: Ian Young <ian at iay.org.uk>
AuthorDate: Wed Jan 29 11:23:05 2020 +0000
IDP-1465 - Allow xmlunit-legacy dependency to be managed by parent project
https://issues.shibboleth.net/jira/browse/IDP-1465
---
pom.xml | 6 ------
1 file changed, 6 deletions(-)
diff --git a/pom.xml b/pom.xml
index f5ccdcd..fb90552 100644
--- a/pom.xml
+++ b/pom.xml
@@ -151,12 +151,6 @@
<scope>test</scope>
</dependency>
<dependency>
- <groupId>org.xmlunit</groupId>
- <artifactId>xmlunit-legacy</artifactId>
- <version>2.6.0</version>
- <scope>test</scope>
- </dependency>
- <dependency>
<groupId>org.opensaml</groupId>
<version>${opensaml.version}</version>
<artifactId>opensaml-storage-impl</artifactId>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list