Repository: any23
Updated Branches:
  refs/heads/master ed662baee -> e9aaeb030


Added jsonld-java dependency to core, cli modules


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

Branch: refs/heads/master
Commit: e89c395949649a214df8364b412da190ff13c754
Parents: ed662ba
Author: Hans <[email protected]>
Authored: Tue May 15 23:02:38 2018 -0500
Committer: Hans <[email protected]>
Committed: Tue May 15 23:02:38 2018 -0500

----------------------------------------------------------------------
 cli/pom.xml  | 4 ++++
 core/pom.xml | 4 ++++
 2 files changed, 8 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/any23/blob/e89c3959/cli/pom.xml
----------------------------------------------------------------------
diff --git a/cli/pom.xml b/cli/pom.xml
index 321b150..9359ed1 100644
--- a/cli/pom.xml
+++ b/cli/pom.xml
@@ -159,6 +159,10 @@
       <artifactId>rdf4j-repository-api</artifactId>
     </dependency>
     <dependency>
+      <groupId>com.github.jsonld-java</groupId>
+      <artifactId>jsonld-java</artifactId>
+    </dependency>
+    <dependency>
       <groupId>org.semarglproject</groupId>
       <artifactId>semargl-rdf4j</artifactId>
     </dependency>

http://git-wip-us.apache.org/repos/asf/any23/blob/e89c3959/core/pom.xml
----------------------------------------------------------------------
diff --git a/core/pom.xml b/core/pom.xml
index 58a37ee..6de6ea3 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -140,6 +140,10 @@
       <artifactId>rdf4j-repository-api</artifactId>
     </dependency>
     <dependency>
+      <groupId>com.github.jsonld-java</groupId>
+      <artifactId>jsonld-java</artifactId>
+    </dependency>
+    <dependency>
       <groupId>org.semarglproject</groupId>
       <artifactId>semargl-rdf4j</artifactId>
     </dependency>

Reply via email to