[java-parent-project] branch master updated: JSPT-79 - Review date and time handling for Java 8
Scott Cantor
cantor.2 at osu.edu
Fri Feb 22 10:34:07 EST 2019
This is an automated email from the git hooks/post-receive script.
scantor 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=dba7b1ea40aee9bdabd729896a97c3bcd675b201
The following commit(s) were added to refs/heads/master by this push:
new dba7b1e JSPT-79 - Review date and time handling for Java 8
dba7b1e is described below
commit dba7b1ea40aee9bdabd729896a97c3bcd675b201
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Fri Feb 22 10:34:04 2019 -0500
JSPT-79 - Review date and time handling for Java 8
https://issues.shibboleth.net/jira/browse/JSPT-79
Jackson support for Java 8 classes.
---
pom.xml | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/pom.xml b/pom.xml
index 3bfee64..338f9a1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -343,6 +343,11 @@
<version>${jackson.version}</version>
</dependency>
<dependency>
+ <groupId>com.fasterxml.jackson.datatype</groupId>
+ <artifactId>jackson-datatype-jsr310</artifactId>
+ <version>${jackson.version}</version>
+ </dependency>
+ <dependency>
<groupId>com.github.jasminb</groupId>
<artifactId>jsonapi-converter</artifactId>
<version>0.5</version>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list