Repository: any23 Updated Branches: refs/heads/master 8bd088c04 -> 80d4def08
ANY23-303 : Manage jsonld-java to 0.10.0 for schema.org compat Schema.org changed its compatibility with the httpclient method used by jsonld-java a few times. Updating jsonld-java to 0.10.0 which has been working fairly consistently using the current schema.org site Signed-off-by: Peter Ansell <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/any23/repo Commit: http://git-wip-us.apache.org/repos/asf/any23/commit/80d4def0 Tree: http://git-wip-us.apache.org/repos/asf/any23/tree/80d4def0 Diff: http://git-wip-us.apache.org/repos/asf/any23/diff/80d4def0 Branch: refs/heads/master Commit: 80d4def08786d3a7dbf1bf6ccab78edc04d0dc1f Parents: 8bd088c Author: Peter Ansell <[email protected]> Authored: Mon Jul 10 09:56:30 2017 +1000 Committer: Peter Ansell <[email protected]> Committed: Mon Jul 10 09:56:30 2017 +1000 ---------------------------------------------------------------------- pom.xml | 5 +++++ 1 file changed, 5 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/any23/blob/80d4def0/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 53983a0..39f5556 100644 --- a/pom.xml +++ b/pom.xml @@ -455,6 +455,11 @@ <version>${rdf4j.version}</version> </dependency> <dependency> + <groupId>com.github.jsonld-java</groupId> + <artifactId>jsonld-java</artifactId> + <version>0.10.0</version> + </dependency> + <dependency> <groupId>org.semarglproject</groupId> <artifactId>semargl-rdf4j</artifactId> <version>${semargl.version}</version>
