[java-opensaml] branch master updated: IDP-1465 - Update JAXB dependencies
Ian Young
ian at iay.org.uk
Mon Jan 27 14:52:28 EST 2020
This is an automated email from the git hooks/post-receive script.
iay 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=e0d37101df03d98885ab8e7e761ccc4bd860283a
The following commit(s) were added to refs/heads/master by this push:
new e0d3710 IDP-1465 - Update JAXB dependencies
e0d3710 is described below
commit e0d37101df03d98885ab8e7e761ccc4bd860283a
Author: Ian Young <ian at iay.org.uk>
AuthorDate: Mon Jan 27 19:52:08 2020 +0000
IDP-1465 - Update JAXB dependencies
https://issues.shibboleth.net/jira/browse/IDP-1465
---
opensaml-xmlsec-impl/pom.xml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/opensaml-xmlsec-impl/pom.xml b/opensaml-xmlsec-impl/pom.xml
index 3e7add1..e0b31b4 100644
--- a/opensaml-xmlsec-impl/pom.xml
+++ b/opensaml-xmlsec-impl/pom.xml
@@ -95,8 +95,8 @@
</dependency>
<dependency>
- <groupId>javax.xml.bind</groupId>
- <artifactId>jaxb-api</artifactId>
+ <groupId>jakarta.xml.bind</groupId>
+ <artifactId>jakarta.xml.bind-api</artifactId>
<scope>test</scope>
</dependency>
@@ -115,4 +115,4 @@
</site>
</distributionManagement>
-</project>
\ No newline at end of file
+</project>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list