[java-parent-project] branch master updated: JPAR-110 - add dependency management for javax.xml.bind:jaxb-api
Ian Young
ian at iay.org.uk
Tue Jan 29 12:44:38 EST 2019
This is an automated email from the git hooks/post-receive script.
iay pushed a commit to branch master
in repository java-parent-project.
View the commit online:
http://git.shibboleth.net/view/?p=java-parent-project.git;a=commit;h=d6722e13a826a26b82c578054cac367404125239
The following commit(s) were added to refs/heads/master by this push:
new d6722e1 JPAR-110 - add dependency management for javax.xml.bind:jaxb-api
d6722e1 is described below
commit d6722e13a826a26b82c578054cac367404125239
Author: Ian Young <ian at iay.org.uk>
AuthorDate: Tue Jan 29 17:44:33 2019 +0000
JPAR-110 - add dependency management for javax.xml.bind:jaxb-api
---
pom.xml | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/pom.xml b/pom.xml
index 255d7fa..4bcf2d8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -308,6 +308,11 @@
<version>1.0</version>
</dependency>
<dependency>
+ <groupId>javax.xml.bind</groupId>
+ <artifactId>jaxb-api</artifactId>
+ <version>2.3.1</version>
+ </dependency>
+ <dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-core</artifactId>
<version>${jackson.version}</version>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list