[java-opensaml] 02/02: JPAR-110 - add dependency management for javax.xml.bind:jaxb-api
Ian Young
ian at iay.org.uk
Wed Jan 30 09:19:16 EST 2019
This is an automated email from the git hooks/post-receive script.
iay pushed a commit to branch maint-3.4
in repository java-opensaml.
View the commit online:
http://git.shibboleth.net/view/?p=java-opensaml.git;a=commit;h=f5c9c9fb3583d74d2329ed49711f202b6f320d92
commit f5c9c9fb3583d74d2329ed49711f202b6f320d92
Author: Ian Young <ian at iay.org.uk>
AuthorDate: Wed Jan 30 14:19:08 2019 +0000
JPAR-110 - add dependency management for javax.xml.bind:jaxb-api
This is also present in later snapshots of the java-parent-project, but we don't want to unlock this branch's parent just to acquire that.
---
opensaml-parent/pom.xml | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/opensaml-parent/pom.xml b/opensaml-parent/pom.xml
index 671c875..1a5475c 100644
--- a/opensaml-parent/pom.xml
+++ b/opensaml-parent/pom.xml
@@ -113,6 +113,11 @@
<dependencies>
<!-- Compile Dependencies -->
<dependency>
+ <groupId>javax.xml.bind</groupId>
+ <artifactId>jaxb-api</artifactId>
+ <version>2.3.1</version>
+ </dependency>
+ <dependency>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-entitymanager</artifactId>
<version>4.3.5.Final</version>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list