You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jena.apache.org by an...@apache.org on 2017/07/11 11:27:17 UTC

jena git commit: JENA-1374: Update jsonld-java to 0.10.0

Repository: jena
Updated Branches:
  refs/heads/master 1bd0c4cd7 -> b6d83d7e6


JENA-1374: Update jsonld-java to 0.10.0


Project: http://git-wip-us.apache.org/repos/asf/jena/repo
Commit: http://git-wip-us.apache.org/repos/asf/jena/commit/b6d83d7e
Tree: http://git-wip-us.apache.org/repos/asf/jena/tree/b6d83d7e
Diff: http://git-wip-us.apache.org/repos/asf/jena/diff/b6d83d7e

Branch: refs/heads/master
Commit: b6d83d7e6e2086da3db6cf5ea5d0c1f487f4e8fa
Parents: 1bd0c4c
Author: Andy Seaborne <an...@apache.org>
Authored: Mon Jul 10 13:55:14 2017 +0100
Committer: Andy Seaborne <an...@apache.org>
Committed: Mon Jul 10 13:55:14 2017 +0100

----------------------------------------------------------------------
 jena-project/pom.xml | 12 ++++++++----
 1 file changed, 8 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/jena/blob/b6d83d7e/jena-project/pom.xml
----------------------------------------------------------------------
diff --git a/jena-project/pom.xml b/jena-project/pom.xml
index f03602e..da517fb 100644
--- a/jena-project/pom.xml
+++ b/jena-project/pom.xml
@@ -52,10 +52,14 @@
     <ver.junit>4.12</ver.junit>
     <ver.xerces>2.11.0</ver.xerces>
     <ver.libthrift>0.9.3</ver.libthrift>
-    <!-- the following three libraries must work together
-     consult jsonld-java's POM for the correct dependency versions -->
-    <ver.jsonldjava>0.9.0</ver.jsonldjava>
-    <ver.jackson>2.7.4</ver.jackson>
+
+    <!-- jsonld-java depends on depends on Jackson core
+         artifacts so the versions must align. Consult jsonld-java's 
+         POM for the correct dependency versions 
+    -->
+    <ver.jsonldjava>0.10.0</ver.jsonldjava>
+    <ver.jackson>2.8.9</ver.jackson>
+
     <ver.commonsio>2.5</ver.commonsio>
     <ver.commonscli>1.4</ver.commonscli>