[java-parent-project-v3] branch master updated: Add jsonapi.org helper library.

Scott Cantor cantor.2 at osu.edu
Sun Oct 23 16:52:54 EDT 2016


This is an automated email from the git hooks/post-receive script.

scantor pushed a commit to branch master
in repository java-parent-project-v3.

View the commit online:
http://git.shibboleth.net/view/?p=java-parent-project-v3.git;a=commit;h=27e175d4489011a263f9878c8b137fa935a63a30

The following commit(s) were added to refs/heads/master by this push:
       new  27e175d   Add jsonapi.org helper library.
27e175d is described below

commit 27e175d4489011a263f9878c8b137fa935a63a30
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Sun Oct 23 16:52:52 2016 -0400

    Add jsonapi.org helper library.
---
 pom.xml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/pom.xml b/pom.xml
index a09046e..6d8a4b0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -272,6 +272,11 @@
                 <version>${jackson.version}</version>
             </dependency>    
             <dependency>
+              <groupId>com.github.jasminb</groupId>
+              <artifactId>jsonapi-converter</artifactId>
+              <version>0.5</version>
+            </dependency>
+            <dependency>
                 <groupId>${spring.groupId}</groupId>
                 <artifactId>spring-core</artifactId>
                 <version>${spring.version}</version>

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list