[java-parent-project] branch maint-7 updated: JPAR-110 - add dependency management for javax.xml.bind:jaxb-api
Ian Young
ian at iay.org.uk
Tue Jan 29 12:55:45 EST 2019
This is an automated email from the git hooks/post-receive script.
iay pushed a commit to branch maint-7
in repository java-parent-project.
View the commit online:
http://git.shibboleth.net/view/?p=java-parent-project.git;a=commit;h=17a8bde2d345b8906f9d5db415a8439525b4a37e
The following commit(s) were added to refs/heads/maint-7 by this push:
new 17a8bde JPAR-110 - add dependency management for javax.xml.bind:jaxb-api
17a8bde is described below
commit 17a8bde2d345b8906f9d5db415a8439525b4a37e
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 0281645..29267bf 100644
--- a/pom.xml
+++ b/pom.xml
@@ -265,6 +265,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