[java-identity-provider] branch master updated: Remove duplicated JAXB exclusion.
Scott Cantor
cantor.2 at osu.edu
Fri Apr 17 12:31:55 EDT 2020
This is an automated email from the git hooks/post-receive script.
scantor pushed a commit to branch master
in repository java-identity-provider.
View the commit online:
http://git.shibboleth.net/view/?p=java-identity-provider.git;a=commit;h=14a62848c6dac26458b6285d3ef942389b6a392c
The following commit(s) were added to refs/heads/master by this push:
new 14a6284 Remove duplicated JAXB exclusion.
14a6284 is described below
commit 14a62848c6dac26458b6285d3ef942389b6a392c
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Fri Apr 17 12:31:51 2020 -0400
Remove duplicated JAXB exclusion.
---
idp-saml-api/pom.xml | 6 ------
idp-saml-impl/pom.xml | 6 ------
2 files changed, 12 deletions(-)
diff --git a/idp-saml-api/pom.xml b/idp-saml-api/pom.xml
index e6e7e38..5e12d2c 100644
--- a/idp-saml-api/pom.xml
+++ b/idp-saml-api/pom.xml
@@ -133,12 +133,6 @@
<groupId>org.xmlunit</groupId>
<artifactId>xmlunit-core</artifactId>
<scope>test</scope>
- <exclusions>
- <exclusion>
- <groupId>javax.xml.bind</groupId>
- <artifactId>jaxb-api</artifactId>
- </exclusion>
- </exclusions>
</dependency>
</dependencies>
diff --git a/idp-saml-impl/pom.xml b/idp-saml-impl/pom.xml
index 161eb59..89b9ef5 100644
--- a/idp-saml-impl/pom.xml
+++ b/idp-saml-impl/pom.xml
@@ -234,12 +234,6 @@
<groupId>org.xmlunit</groupId>
<artifactId>xmlunit-core</artifactId>
<scope>test</scope>
- <exclusions>
- <exclusion>
- <groupId>javax.xml.bind</groupId>
- <artifactId>jaxb-api</artifactId>
- </exclusion>
- </exclusions>
</dependency>
<dependency>
<groupId>org.xmlunit</groupId>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list