[java-opensaml] branch master updated: Remove duplicate JAXB exclusion.
Scott Cantor
cantor.2 at osu.edu
Fri Apr 17 12:11:52 EDT 2020
This is an automated email from the git hooks/post-receive script.
scantor pushed a commit to branch master
in repository java-opensaml.
View the commit online:
http://git.shibboleth.net/view/?p=java-opensaml.git;a=commit;h=65f18b561041f93f0ab1729dc20080c81d44a41b
The following commit(s) were added to refs/heads/master by this push:
new 65f18b5 Remove duplicate JAXB exclusion.
65f18b5 is described below
commit 65f18b561041f93f0ab1729dc20080c81d44a41b
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Fri Apr 17 12:11:50 2020 -0400
Remove duplicate JAXB exclusion.
---
opensaml-parent/pom.xml | 6 ------
1 file changed, 6 deletions(-)
diff --git a/opensaml-parent/pom.xml b/opensaml-parent/pom.xml
index 4da1402..ca3aaf5 100644
--- a/opensaml-parent/pom.xml
+++ b/opensaml-parent/pom.xml
@@ -114,12 +114,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