[java-parent-project] branch master updated: JPAR-110 - add managed depdendencies for a JAXB runtime

Ian Young ian at iay.org.uk
Wed Feb 6 06:52:31 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=f01ae7928b78b7435c1e53437ceaa8e85a489341

The following commit(s) were added to refs/heads/master by this push:
       new  f01ae79   JPAR-110 - add managed depdendencies for a JAXB runtime
f01ae79 is described below

commit f01ae7928b78b7435c1e53437ceaa8e85a489341
Author: Ian Young <ian at iay.org.uk>
AuthorDate: Wed Feb 6 11:52:27 2019 +0000

    JPAR-110 - add managed depdendencies for a JAXB runtime
---
 pom.xml | 13 +++++++++++++
 1 file changed, 13 insertions(+)

diff --git a/pom.xml b/pom.xml
index a9b5265..b0f80b4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -309,12 +309,25 @@
                 <artifactId>javax.json-api</artifactId>
                 <version>1.0</version>
             </dependency>
+
+            <!-- Needed for JAXB support. -->
             <dependency>
                 <groupId>javax.xml.bind</groupId>
                 <artifactId>jaxb-api</artifactId>
                 <version>2.3.1</version>
             </dependency>
             <dependency>
+                <groupId>javax.activation</groupId>
+                <artifactId>activation</artifactId>
+                <version>1.1.1</version>
+            </dependency>
+            <dependency>
+                <groupId>org.glassfish.jaxb</groupId>
+                <artifactId>jaxb-runtime</artifactId>
+                <version>2.3.2</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