You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@clerezza.apache.org by ha...@apache.org on 2019/05/11 19:39:39 UTC

[clerezza] 17/45: CLEREZZA-1031: Add representation and dataset module to reactor pom.xml

This is an automated email from the ASF dual-hosted git repository.

hasan pushed a commit to branch reunited
in repository https://gitbox.apache.org/repos/asf/clerezza.git

commit 3fd7cbe4a86ee26d9473f430c891fdf5ad08ebb8
Author: Hasan <ha...@apache.org>
AuthorDate: Sun Feb 3 18:54:12 2019 +0100

    CLEREZZA-1031: Add representation and dataset module to reactor pom.xml
---
 pom.xml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/pom.xml b/pom.xml
index 6e43739..6262f90 100644
--- a/pom.xml
+++ b/pom.xml
@@ -44,6 +44,8 @@
         <module>api</module>
         <module>api.impl</module>
         <module>sparql</module>
+        <module>representation</module>
+        <module>dataset</module>
         <module>impl.sparql</module>
         <module>jaxrs.rdf.providers</module>
         <module>parent</module>